[rational, autolink] rational_test failure

Hello! At the moment, the rational_test fails on VC7.1 and VC8.0 due do some autolink issues: http://tinyurl.com/bdsay http://tinyurl.com/auemj Can somebody look into those failures? Thanks, Volodya

Vladimir Prus wrote:
Hello!
At the moment, the rational_test fails on VC7.1 and VC8.0 due do some autolink issues:
http://tinyurl.com/bdsay http://tinyurl.com/auemj
Can somebody look into those failures?
This is a Boost.Test issue: rational_test links to the test_exec_monitor lib, but Boost.Test is trying to auti-link to the unit test framework instead. Gennadiy? John.

Vladimir Prus wrote:
Hello!
At the moment, the rational_test fails on VC7.1 and VC8.0 due do some autolink issues:
http://tinyurl.com/bdsay http://tinyurl.com/auemj
Can somebody look into those failures?
This is a Boost.Test issue: rational_test links to the test_exec_monitor lib, but Boost.Test is trying to auti-link to the unit test framework instead.
Gennadiy?
John.
[Rozental, Gennadiy] From what I see rational_test do need the Unit Test Framework. I think status/Jamfile needs to be fixed. Gennadiy
participants (3)
-
gennadiy.rozental@thomson.com
-
John Maddock
-
Vladimir Prus