Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-03-31 04:49:09


> FILESYSTEM
> -2 test cases failing out of 6.
> -fstream_test, failing due to link error
> http://tinyurl.com/7xb4l
>
> ----------------------------------------------
> mwcc -maxerrors 5 -warnings on -maxwarnings
> 20 -nowraplines -g -search -prefix MSLCarbonPrefix.h
> "/Applications/Metrowerks CodeWarrior 9.0/Metrowerks
> CodeWarrior/MSL/MSL_C/MSL_MacOS/Src/console_OS_X.c"
> "-L/Users/stephencarson/Development/boost/results/bin/boost/libs/filesystem/build/libboost_filesystem.a/cw-9_3-darwin/debug"
> -framework "Carbon" -o
> "/Users/stephencarson/Development/boost/results/bin/boost/libs/filesystem/test/fstream_test.test/cw-9_3-darwin/debug/fstream_test"
> "/Users/stephencarson/Development/boost/results/bin/boost/libs/filesystem/test/fstream_test.test/cw-9_3-darwin/debug/fstream_test.o"
> "/Users/stephencarson/Development/boost/results/bin/boost/libs/filesystem/build/libboost_filesystem.a/cw-9_3-darwin/debug/libboost_filesystem-cw93-d-1_32.a"
> Error : undefined: 'std::ctype<int>::ctype(unsigned long)' (code)
> Referenced from 'const std::ctype<int>&
> std::__use_facet<std::ctype<int> >(const std::locale&,
> std::__chooser<(__bool8)1>)' in fstream_test.cpp

Regex is failing some tests for the same reason as this: does this compiler
support locales or not? Should we be defining BOOST_NO_STD_LOCALE under
some situations?

thanks,

John.


Boost-testing list run by mbergal at meta-comm.com