Boost C++ Libraries: Ticket #6686: Boost does not build with Xcode 4.3 https://svn.boost.org/trac10/ticket/6686 <p> With Xcode 4.3, Apple changed it's layout of the SDKs. The folder /Developer does not exist anymore. Instead everything is contained withing the Xcode.app: <a class="missing wiki">/Applications/Xcode</a>.app/Contents/Developer is the new starting point. However, the darwin.jam file also globs at the wrong position. The new SDKs for Xcode 4.3.1 are at <a class="missing wiki">/Applications/Xcode</a>.app/Contents/Developer/Platforms/*/Developer/SDKs/*.sdk </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6686 Trac 1.4.3 arne.schmitz@… Thu, 15 Mar 2012 17:24:11 GMT attachment set https://svn.boost.org/trac10/ticket/6686 https://svn.boost.org/trac10/ticket/6686 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">xcode_43.diff</span> </li> </ul> <p> build fix for xcode 4.3 </p> Ticket arne.schmitz@… Thu, 15 Mar 2012 17:27:08 GMT <link>https://svn.boost.org/trac10/ticket/6686#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6686#comment:1</guid> <description> <p> I have whipped up a small patch that fixes the build problems with Xcode 4.3. This is meant as a quick fix. It breaks building on Xcode &lt; 4.3, so someone else should merge it with the old darwin.jam file. </p> <p> I propose that bjam uses "xcode-select -print-path" to find out which Xcode version the user has selected as default. It then decides if the version resides in /Developer (Xcode &lt;= 4.2) or in <a class="missing wiki">/Applications/Xcode</a>.app (Xcode &gt;= 4.3) and behaves accordingly. </p> </description> <category>Ticket</category> </item> <item> <author>David Brittain <boost@…></author> <pubDate>Mon, 20 Aug 2012 21:44:31 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/6686#comment:2 https://svn.boost.org/trac10/ticket/6686#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">boost@…</span> added </li> </ul> <p> This fix seems to work well, how do we get it integrated into a release? The <a class="wiki" href="https://svn.boost.org/trac10/wiki/TicketWorkflow">TicketWorkflow</a> here... <a class="ext-link" href="https://svn.boost.org/trac/boost/wiki/TicketWorkflow"><span class="icon">​</span>https://svn.boost.org/trac/boost/wiki/TicketWorkflow</a> recommends setting the owner to the component owner, who is vladimir_prus I don't seem to be able to do that, but maybe the submitter can? </p> Ticket Marshall Clow Mon, 20 Aug 2012 22:22:52 GMT <link>https://svn.boost.org/trac10/ticket/6686#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6686#comment:3</guid> <description> <p> Have you tried 1.50.0 or (even better) one of the 1.51.0 betas? </p> <p> Wondering because they build fine for me (with Xcode 4.4, and no /Developer folder.) </p> </description> <category>Ticket</category> </item> <item> <author>David Brittain <boost@…></author> <pubDate>Mon, 20 Aug 2012 22:35:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6686#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6686#comment:4</guid> <description> <p> I upgraded to 1.50.0 today, and I am using Xcode 4.4. Are you building for iOS? That's when this problem shows, regular MacOSX builds are fine without this patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 20 Aug 2012 22:38:33 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6686#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6686#comment:5</guid> <description> <p> Ah. That would explain why I'm not seeing the problem. </p> <p> Thanks for the explanation. </p> </description> <category>Ticket</category> </item> <item> <author>David Brittain <boost@…></author> <pubDate>Mon, 20 Aug 2012 22:47:47 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6686#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6686#comment:6</guid> <description> <p> The bug title should be updated too, so that it is clear this is an iOS issue (and that it affects xcode &gt;=4.3) </p> <p> See <a class="ext-link" href="http://www.danielsefton.com/2012/03/building-boost-1-49-with-clang-ios-5-1-and-xcode-4-3/"><span class="icon">​</span>http://www.danielsefton.com/2012/03/building-boost-1-49-with-clang-ios-5-1-and-xcode-4-3/</a> </p> </description> <category>Ticket</category> </item> <item> <author>Jonathan Jones <jonathan.jones@…></author> <pubDate>Thu, 06 Sep 2012 22:05:45 GMT</pubDate> <title>cc changed https://svn.boost.org/trac10/ticket/6686#comment:7 https://svn.boost.org/trac10/ticket/6686#comment:7 <ul> <li><strong>cc</strong> <span class="trac-author">jonathan.jones@…</span> added </li> </ul> Ticket viboes Thu, 03 Jan 2013 18:04:26 GMT component changed; owner set https://svn.boost.org/trac10/ticket/6686#comment:8 https://svn.boost.org/trac10/ticket/6686#comment:8 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket