Boost logo

Boost-Build :

From: David Deakins (ddeakins_at_[hidden])
Date: 2007-08-14 15:36:39


Robert Ramey wrote:
> Hmmm - I tried the attached stlport.jam and got the following message
>
> I used bjam --dump_tests .--toolset=msvc-7.1 stdlib=stlport-5.0
>
> Robert Ramey
>
> Building Boost.Regex with the optional Unicode/ICU support disabled.
> Please refer to the Boost.Regex documentation for more information
> (don't panic: this is a strictly optional feature).
> C:/BoostSVN/boost/tools/build/v2/build\feature.jam:432: in
> validate-value-string from module feature
> error: "stlport-5.0" is not a known value of feature <stdlib>
> error: legal values: "native"
> ...
>

Hmmm... this sounds like the 'using stlport' lines in your
user-config.jam file are not getting picked up for some reason. (The
'stlport' option of the <stdlib> feature is configured by the 'init'
rule at the end of stlport.jam, so as long as a 'using stlport :
[version] : ... ;' line exists somewhere in user-config.jam, I wouldn't
expect the error message you are seeing) If you put back the original
stlport.jam file from the trunk, does the error message remain or does
it go away?

-Dave


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk