|
Boost Testing : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-06-26 07:02:43
Vladimir Prus <ghost_at_[hidden]> wrote:
>> Yes, it's a problem I introduced in trying to fix the STLport 5
>> support in BBv2. The problem is that STLport5 by default only comes
>> in multi-thread versions. And it also guards against single-thread
>> code linking with multi-thread STLport. Unfortunately BBv2 can't
>> deal with the problem coherently at the moment. I'll get back to
>> trying to find a solution tomorrow.
>
> FWIW, I still don't know how V1 deals with this problem. Will it build
> everything in MT mode, or something else?
If I can suggest something - stlport jam file should put requirement
that MT is required; if there are no contradictory requirements (from
other jam files) then everything should build in MT; otherwise error
message.
B.