Boost C++ Libraries: Ticket #1501: Darwin Leopard (10.5) not detected https://svn.boost.org/trac10/ticket/1501 <p> The current run.py / regression.py generates compiles like </p> <p> "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -dynamic" </p> <p> Although MacOSX10.4u.sdk exists, MacOSX10.5.sdk is probably the right thing to pick up. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1501 Trac 1.4.3 René Rivera Wed, 05 Dec 2007 19:57:59 GMT status, component changed; resolution set https://svn.boost.org/trac10/ticket/1501#comment:1 https://svn.boost.org/trac10/ticket/1501#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> <li><strong>component</strong> <span class="trac-field-old">config</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> <p> Note, this doesn't belong to the Boost Config component. It belongs to either of the build components. </p> <p> Replying to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1501" title="#1501: Bugs: Darwin Leopard (10.5) not detected (closed: wontfix)">jrp at dial dot pipex dot com</a>: </p> <blockquote class="citation"> <p> The current run.py / regression.py generates compiles like </p> <p> "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -dynamic" </p> <p> Although MacOSX10.4u.sdk exists, MacOSX10.5.sdk is probably the right thing to pick up. </p> </blockquote> <p> This is intentional. It does detect 10.5, it's just that it defaults to using 10.4 for compatibility of code. Apple deprecated all non-64bit API calls in 10.5 which would cause a horrendous set of useless warnings. You can choose to build 10.5 by manually specifying "macosx-version=10.5" in the bjam command options. </p> <p> If you think this is an incorrect default choice please bring up the issues on either the build or dev lists. </p> Ticket