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/buildfeature.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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|