Boost logo

Boost :

Subject: [boost] problem in trunk with file system library
From: Robert Ramey (ramey_at_[hidden])
Date: 2012-01-11 16:48:38


I'm seeing this message on bunch of tests
"/sierra/Sntools/extras/compilers/gcc-4.3.4/bin/g++" -ftemplate-depth-128 -O0
 -fno-inline -Wall -pedantic -g -fPIC -Wno-long-long -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1
 -DBOOST_ARCHIVE_TEST=binary_archive.hpp -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_LIB_DIAGNOSTIC=1
 -DBOOST_SYSTEM_DYN_LINK=1 -I".." -c -o
"/scratch/kbelco/boost/results/boost/bin.v2/libs/serialization/test/test_array_binary_archive.test/gcc-4.3.4/debug/test_array.o"
"../libs/serialization/test/test_array.cpp"

In file included from ../boost/filesystem.hpp:36,
                 from ../libs/serialization/test/test_tools.hpp:5,
                 from ../libs/serialization/test/test_array.cpp:22:
../boost/filesystem/v3/operations.hpp:139: error: extra ???;???
../boost/system/error_code.hpp:214: warning:
???boost::system::posix_category??? defined but not used
../boost/system/error_code.hpp:215: warning: ???boost::system::errno_ecat???
defined but not used
../boost/system/error_code.hpp:216: warning:
???boost::system::native_ecat??? defined but not used
This is provoked by the following code:symlink_perms = 0x4000 // on POSIX,
don't resolve symlinks; implied on Windows};BOOST_BITMASK(perms); // line
139//--------------------------------------------------------------------------------------//Would
it be possible to get this fixed. I don't what the exact fix is.

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk