$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-16 06:27:19
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.