|
Boost : |
Subject: Re: [boost] [build] Little help required
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2011-12-08 10:47:04
2011/12/6 Steven Watanabe <watanabesj_at_[hidden]>:
> Ah. So the test library needs to be
> compiled with this option as well:
>
> import feature ;
>
> feature.feature nowchar : on :
> composite optional propagated link-incompatible ;
>
> feature.compose <nowchar>on : <cxxflags>/Zc:wchar_t- ;
>
> ...
>
> <toolset>msvc:<nowchar>on
>
> (Warning: untested)
Works. Great thanks!
Final version:
import feature ;
feature.feature nowchar : on :
composite optional propagated link-incompatible ;
feature.compose <nowchar>on : <cxxflags>/Zc:wchar_t- ;
test-suite conversion
: # A lot of [ run ... ]
[ run lexical_cast_typedefed_wchar_test.cpp
../../test/build//boost_unit_test_framework/<link>static : : :
<toolset>msvc:<nowchar>on : : ]
;
Best regards,
Antony Polukhin
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk