<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[5.0 RC2 &quot;gmake install&quot; fails on Mac OS X Mountain Lion]]></title><description><![CDATA[<p dir="auto">Installation of my newly built tree fails on OS X Mountain Lion. Any help appreciated!</p>
<p dir="auto">The source tree is configured thus:</p>
<p dir="auto">./configure -developer-build -opensource -no-glib -nomake tests</p>
<p dir="auto">and it builds without errors (if I use -no-glib, otherwise it fails).</p>
<p dir="auto">When I do this:</p>
<p dir="auto">sudo gmake install</p>
<p dir="auto">I get these errors (followed by a number of similar errors):</p>
<p dir="auto">Undefined symbols for architecture x86_64:<br />
"_CFBundleCopyInfoDictionaryForURL", referenced from:<br />
QFileSystemEngine::bundleName(QFileSystemEntry const&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
"_CFBundleGetPackageInfoInDirectory", referenced from:<br />
QFileSystemEngine::fillMetaData(QFileSystemEntry const&amp;, QFileSystemMetaData&amp;, QFlags<a target="_blank" rel="noopener noreferrer nofollow ugc">QFileSystemMetaData::MetaDataFlag</a>) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
"_CFDictionaryGetValue", referenced from:<br />
QFileSystemEngine::bundleName(QFileSystemEntry const&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
"_CFGetTypeID", referenced from:<br />
QFileSystemEngine::bundleName(QFileSystemEntry const&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
"_CFRelease", referenced from:<br />
QString::localeAwareCompare_helper(QChar const*, int, QChar const*, int) in libQt5Bootstrap.a(qstring.o)<br />
qt_mac_to_pascal_string(QString, unsigned char*, unsigned int, int) in libQt5Bootstrap.a(qglobal.o)<br />
qt_mac_from_pascal_string(unsigned char const*) in libQt5Bootstrap.a(qglobal.o)<br />
QFileSystemEngine::getLinkTarget(QFileSystemEntry const&amp;, QFileSystemMetaData&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
QFileSystemEngine::fillMetaData(QFileSystemEntry const&amp;, QFileSystemMetaData&amp;, QFlags<a target="_blank" rel="noopener noreferrer nofollow ugc">QFileSystemMetaData::MetaDataFlag</a>) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
QFileSystemEngine::canonicalName(QFileSystemEntry const&amp;, QFileSystemMetaData&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
QFileSystemEngine::bundleName(QFileSystemEntry const&amp;) in libQt5Bootstrap.a(qfilesystemengine_unix.o)<br />
...</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://forum.qt.io/topic/22244/5-0-rc2-gmake-install-fails-on-mac-os-x-mountain-lion</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 17:49:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/22244.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Dec 2012 05:15:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 5.0 RC2 &quot;gmake install&quot; fails on Mac OS X Mountain Lion on Sat, 15 Dec 2012 08:41:30 GMT]]></title><description><![CDATA[<p dir="auto">I see, guess I should have looked up what developer-build actually did. :-)</p>
<p dir="auto">Thanks for the help!</p>
]]></description><link>https://forum.qt.io/post/159713</link><guid isPermaLink="true">https://forum.qt.io/post/159713</guid><dc:creator><![CDATA[Apelsinsaft]]></dc:creator><pubDate>Sat, 15 Dec 2012 08:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to 5.0 RC2 &quot;gmake install&quot; fails on Mac OS X Mountain Lion on Sat, 15 Dec 2012 08:33:27 GMT]]></title><description><![CDATA[<p dir="auto">You should not run "make install" for Qt built with -developer-build. This flag means a local, in-source build.</p>
<p dir="auto">Try using a different linker. g++ works a bit better than ld. Also, consider using make.</p>
]]></description><link>https://forum.qt.io/post/159710</link><guid isPermaLink="true">https://forum.qt.io/post/159710</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Sat, 15 Dec 2012 08:33:27 GMT</pubDate></item></channel></rss>