Many Boost.Test unit tests fail

Hi, Since today or yesterday, many regression tests fail. http://www.boost.org/development/tests/trunk/developer/summary.html I believe on platforms that are recently added, at last on platforms that were not present at December 17. 1) on clang/darwin, message ../boost/test/tools/assertion.hpp:278:21: error: no member named 'forward' in namespace 'std' 2) on clang/linux, message /usr/bin/ld: skipping incompatible /sierra/Sntools/extras/compilers/gcc-4.4.4/lib/libstdc++.so when searching for -lstdc++ We have these errors in Boost.Geometry but I also noticed them in many other libraries. Regards, Barend

Hi Barend, On Dec 29, 2011, at 4:47 PM, Barend Gehrels wrote:
Since today or yesterday, many regression tests fail.
http://www.boost.org/development/tests/trunk/developer/summary.html
I believe on platforms that are recently added, at last on platforms that were not present at December 17.
Yes, I've just recently added the clang darwin and linux trunk testers. Sorry that it's taken a while to get things working. .
2) on clang/linux, message
/usr/bin/ld: skipping incompatible /sierra/Sntools/extras/compilers/ gcc-4.4.4/lib/libstdc++.so when searching for -lstdc++
These problems were fixed today, the results tomorrow should look much better for the linux tester. -- Noel
participants (2)
-
Barend Gehrels
-
Belcourt, K. Noel