Boost C++ Libraries: Ticket #1606: filesystem/src/exception.cpp doesn't build with gcc https://svn.boost.org/trac10/ticket/1606 <p> currently filesystem/src/exception.cpp from the svn doesn't build with gcc: </p> <pre class="wiki">tim@laptop:~/workspace/boost/libs/filesystem/src$ g++ -c -I../../.. *cpp exception.cpp:159: error: variable or field ‘system_message’ declared void exception.cpp:159: error: ‘system_error_type’ was not declared in this scope exception.cpp:159: error: expected primary-expression before ‘&amp;’ token exception.cpp:159: error: ‘target’ was not declared in this scope </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1606 Trac 1.4.3 Marshall Clow Mon, 28 Jan 2008 15:49:24 GMT component changed; owner set https://svn.boost.org/trac10/ticket/1606#comment:1 https://svn.boost.org/trac10/ticket/1606#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">filesystem</span> </li> </ul> Ticket Beman Dawes Mon, 30 Jun 2008 01:18:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1606#comment:2 https://svn.boost.org/trac10/ticket/1606#comment:2 <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> boost-root/libs/filesystem/src/exception.cpp is an obsolete file that was included in 1.35.0 by mistake. The build/Jamfile does include it in the build. </p> <p> It has since been removed from trunk and will not appear in 1.36.0. </p> <p> --Beman </p> Ticket