id summary reporter owner description type status milestone component version severity resolution keywords cc 4733 trunk/ does not build because of problem in filesystem operations.cpp method symlink_status(...) Peter Schüller Beman Dawes "Revision [65950] of trunk does not build. See also Mailing List message: http://archives.free.net.ph/message/20101012.151854.d16a6232.en.html bjam snippet: {{{ 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::query_file_type(const boost::filesystem3::path&, boost::system::error_code*)': libs/filesystem/v3/src/operations.cpp:467: error: no matching function for call to 'symlink_status(const boost::filesystem3::path&, boost::system::error_code*&)' ./boost/filesystem/v3/operations.hpp:209: note: candidates are: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&) ./boost/filesystem/v3/operations.hpp:211: note: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&, boost::system::error_code&) ""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... }}}" Bugs closed To Be Determined filesystem Boost Development Trunk Problem fixed schueller.p@…