$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] linking Boost.Test in a project outside boost
From: Mathieu Champlon (m.champlon_at_[hidden])
Date: 2013-05-09 18:52:31
On 09/05/2013 22:03, Thomas Suckow wrote:
>> the .lib is named correctly.
> No it isn't
>
> boost_unit_test_framework-vc100-mt-gd-1_54.lib
>
> vs
>
> boost_unit_test_framework-vc100-gd-1_54.lib
>
Indeed, good catch !
> I believe modifying your global requirements in your Jamroot to force
> multithreading should correct this.
>
> project : requirements <threading>multi ;
>
Yes this fixes it, even if I don't really understand why it should be
needed (not many boost libraries seem to set it and apparently mostly in
relation to linking Boost.Thread).
Well, anyway, my tests now build.
Thanks for your help !
MAT.