[Range] partial_workaround failure on Linux

One of the few remaining failures on Mandrake is a range library failure that's been there for the better part of a week. Looks like it might be easy to solve... Jeff URL: http://boost.sourceforge.net/regression-logs/cs-LinuxMandrake-links.html#ran... or http://tinyurl.com/6xwh9 Small tease: range - workaround_test - gcc Compiler output: In file included from /boost_regression1/boost/boost/range/detail/common.hpp:23, from /boost_regression1/boost/boost/range/detail/iterator.hpp:14, from /boost_regression1/boost/boost/range/iterator.hpp:21, from ../libs/range/test/partial_workaround.cpp:13: /boost_regression1/boost/boost/mpl/if.hpp:141: error: namespace `algo_' undeclared /boost_regression1/boost/boost/mpl/if.hpp:143: error: `void_' was not declared in this scope /boost_regression1/boost/boost/mpl/if.hpp:143: error: `void_' was not declared in this scope ... set -e "g++" -c -Wall -ftemplate-depth-100 -g -O0 -fno-inline -I"../bin/boost/libs/range/test" -I "/home/jeff/devTools/boost_regression1/boost" -o "../bin/boost/libs/range/test/workaround_test.test/gcc/debug/partial_workaround.o" "../libs/range/test/partial_workaround.cpp" "/usr/bin/objcopy" --set-section-flags .debug_str=contents,debug "../bin/boost/libs/range/test/workaround_test.test/gcc/debug/partial_workaround.o"

Hi Jeff, "Jeff Garland" <jeff@crystalclearsoftware.com> wrote in message news:20040722021531.M59210@crystalclearsoftware.com... | One of the few remaining failures on Mandrake is a range library failure | that's been there for the better part of a week. Looks like it might be easy | to solve... AFAICT, the error is not in range but in mpl, right? This test is a bit funny since these compilers vc7.1 como4.3 gcc3.3+ intel8 never need to compile the workaround code in the first place. br Thorsten
participants (2)
-
Jeff Garland
-
Thorsten Ottosen