I just grabbed the latest code from the RC_1_30_0 branch, and I got a compile failure when building the Boost.Filesystem library with the MIPSpro Compilers (7.3.1.3m):

mipspro-C++-action ../../../libs/filesystem/build/bin/libfs.a/mipspro/debug/exception.o
cc-1108 CC: ERROR File = /mnt/vracs001/home9/users/patrick/src/Boost/boost-1.30.0-cvs/boost/type_traits/is_base_and_derived.hpp, Line = 106
The indicated expression must have pointer-to-function type.


      BOOST_STATIC_CONSTANT(bool, value =
      ^

1 error detected in the compilation of "../src/exception.cpp".

"/usr/bin/CC" -c \
\
\
"-nostdinc" "-LANG:std" "-OPT:Olimit=0" "-OPT:IEEE_NaN_inf=ON" "-no_auto_include" "-n32" "-mips3" "-O0" "-g" "-INLINE:none" \
\
"-I../../../libs/filesystem/build" "-I/mnt/vracs001/home9/users/patrick/src/Boost/boost-1.30.0-cvs" \
"-I/usr/include/CC" "-I//usr/include/CC" "-I/mnt/vracs001/home9/users/patrick/src/Boost/boost-1.30.0-cvs/boost/compatibility/cpp_c_headers" \
"-I/usr/include" "-I//usr/include" "-I/mnt/vracs001/home9/users/patrick/src/Boost/boost-1.30.0-cvs" \
-o "../../../libs/filesystem/build/bin/libfs.a/mipspro/debug/exception.o" \
"../src/exception.cpp"


...failed mipspro-C++-action ../../../libs/filesystem/build/bin/libfs.a/mipspro/debug/exception.o...

Is there a recommended procedure I can follow for tracking this down and submitting a patch? For example, I was considering running the regression tests for the MIPSpro Compilers. Would that be helpful, or is someone on the Boost team on top of this already?

-Patrick


-- Patrick L. Hartling | Research Assistant, VRAC [EMAIL PROTECTED] | 2624 Howe Hall: 1.515.294.4916 http://www.137.org/patrick/ | http://www.vrac.iastate.edu/

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to