Boost C++ Libraries: Ticket #253: in the config.hpp system, problem with macos.hpp https://svn.boost.org/trac10/ticket/253 <pre class="wiki">on MacOSX with a ProjectBuilder, the line # ifndef TARGET_CARBON # include &lt;boost/config/posix_features.hpp&gt; # endif does not work, because the posix_features are always activated, even with carbon targets. the guy probably wanted to do something like # ifndef __MACHO__ # include &lt;boost/config/posix_features.hpp&gt; # endif or something like that. that bug prevents the boost library to be used with ProjectBuilder's projects that uses Carbon. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/253 Trac 1.4.3 John Maddock Wed, 16 Mar 2005 11:24:44 GMT status changed https://svn.boost.org/trac10/ticket/253#comment:1 https://svn.boost.org/trac10/ticket/253#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 I believe that this issue has been fixed in current cvs (we've had some help from the kind folks at Metrowerks), reopen this if there are still any problems, John Maddock. </pre> Ticket