
"Vladimir Prus" <ghost@cs.msu.su> wrote in message news:ej51e0$mef$1@sea.gmane.org...
Douglas Gregor wrote:
Boost Regression test failures Report time: 2006-11-11T11:15:24Z
|test| basic_cstring_test: borland-5.8.2* boost_check_equal_str: borland-5.6.4 borland-5.8.2* intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0 errors_handling_test: borland-5.6.4 borland-5.8.2* intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 fixed_mapping_test: borland-5.8.2* msvc-7.1 msvc-8.0
The msvc failures are certainly caused by my change to Boost.Test Jamfile that enabled building (and linking to) shared versions.
What is the error?
However, I don't understand this specific failure. The fixed_mapping_test.cpp has the BOOST_TEST_MAIN define, and links fine on Linux.
Gennadiy, any chance you can look into that? You should be able to just add
using msvc ;
to tools/build/v2/user-config.jam and then run
bjam --v2 fixed_mapping_test
to reproduce this.
I am getting: error: Boost.Jam version 3.1.12 or later required Genandiy