Boost C++ Libraries: Ticket #4733: trunk/ does not build because of problem in filesystem operations.cpp method symlink_status(...) https://svn.boost.org/trac10/ticket/4733 <p> Revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/65950" title="Chrono: * Fix bug in errored_clock">[65950]</a> of trunk does not build. </p> <p> See also Mailing List message: <a class="ext-link" href="http://archives.free.net.ph/message/20101012.151854.d16a6232.en.html"><span class="icon">​</span>http://archives.free.net.ph/message/20101012.151854.d16a6232.en.html</a> </p> <p> bjam snippet: </p> <pre class="wiki">gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o libs/filesystem/v3/src/operations.cpp: In function 'boost::filesystem3::file_type&lt;unnamed&gt;::query_file_type(const boost::filesystem3::path&amp;, boost::system::error_code*)': libs/filesystem/v3/src/operations.cpp:467: error: no matching function for call to 'symlink_status(const boost::filesystem3::path&amp;, boost::system::error_code*&amp;)' ./boost/filesystem/v3/operations.hpp:209: note: candidates are: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&amp;) ./boost/filesystem/v3/operations.hpp:211: note: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&amp;, boost::system::error_code&amp;) "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp" ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o... </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4733 Trac 1.4.3 Beman Dawes Thu, 14 Oct 2010 13:50:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4733#comment:1 https://svn.boost.org/trac10/ticket/4733#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> Sigh. Failed to commit a POSIX fix. </p> <p> Should be OK now. </p> <p> Thanks for the report, </p> <p> --Beman </p> Ticket