|
Boost : |
Subject: Re: [boost] [Boost.Build] Lots of issues with Boost.Test in Trunk?
From: John Maddock (john_at_[hidden])
Date: 2009-11-23 11:39:00
>> > warning C4535:
>> > calling _set_se_translator() requires /EHa
>>
>> This is a problem in the Jamfile. It needs
>> <toolset>msvc:<asynch-exceptions>on
>
> I believe you add dependency on boost/test/included in Jamfile and this
> should
> do the trick.
Actually that wasn't the warning I was asking about ;-)
But as it happens, it turns out the Jamfile was completely out-of-synch with
what the source files are doing, fixing that, fixed most of the warnings...
but now if I have:
[ run integer_test.cpp
/boost/test//minimal ]
I see:
warning D4025 : overriding '/EHsc' with '/EHa'
So it does the right thing, but shouts about it :-(
Is this something that can be fixed in Boost.Build?
John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk