Boost C++ Libraries: Ticket #8944: #next_include problem on FreeBSD https://svn.boost.org/trac10/ticket/8944 <p> While compiling Apache OpenOffice with gcc 4.2.1, I found problems with the stubs used to use boost as a replacement for the unsupported PR1 functions in the older libstdc++. This code is rarely exercised but it is very nice to have the support in sync with all platforms. </p> <p> Just like in linux, FreeBSD needs to disable use of #include_next in files: </p> <p> boost/tr1/detail/config_all.hpp </p> <p> boost/tr1/detail/config.hpp </p> <p> Unlike linux, FreeBSD doesn't use the <span class="underline">GNUC_PATCHLEVEL</span> in the headers path, so an adjustment is required on file: </p> <p> boost/tr1/detail/config_all.hpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8944 Trac 1.4.3 Pedro Giffuni <giffunip@…> Tue, 30 Jul 2013 21:12:36 GMT attachment set https://svn.boost.org/trac10/ticket/8944 https://svn.boost.org/trac10/ticket/8944 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">tr1-include-next.diff</span> </li> </ul> <p> proof of concept patch </p> Ticket John Maddock Fri, 02 Aug 2013 10:55:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8944#comment:1 https://svn.boost.org/trac10/ticket/8944#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85190" title="Apply patch from #8944. Fixes #8944.">[85190]</a>) Apply patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8944" title="#8944: Bugs: #next_include problem on FreeBSD (closed: fixed)">#8944</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8944" title="#8944: Bugs: #next_include problem on FreeBSD (closed: fixed)">#8944</a>. </p> Ticket