Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-10 13:25:18


Modwel, Manoj wrote:

>
> Hello,
>
> Actually, I want to build boost 1.34 using Build V2, through my shell
> scripts.
> Hence the only way I can pass various properties and their value, are
> through command line.
>
> For example:
> bjam --builddir=${TEMP_BUILD} --prefix=${PREFIX} toolset=gcc
> cxxflags=-I$STLPORT_INCLUDE} variant=release --stdlib=stlport-5.1.3
> --debug-configuration -d+2 -o/home/qt/dryrun.txt

Is this a "For example" or the actual command passed to jam. Note this:

        cxxflags=-I$STLPORT_INCLUDE}

This is clearly not valid shell syntax, which makes me suspect the
actual command line you use is either different, or completely different.

> With is I am getting an error:
> 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).
> /home/qt/build/jdep/20070730/Linux-x86_64-64/build/boost-1.34.1/tools/bu
> ild/v2/build/feature.jam:238: in feature.implied-feature from module
> feature
> error: "home" is not a value of an implicit feature

Does removing

        -o/home/qt/dryrun.txt

fixes this?

>> The errors appears as Under:
>> 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).
>> /home/my_home/build/test/20070730/Linux-x86_64-64/build/boost-1.34.1/t
>> ools/build/v2/build/feature.jam:43
>> 2: in validate-value-string from module feature
>> error: "stlport-5.1.3" is not a known value of feature <stdlib>
>> error: legal values: "native"
>>
>> Can someone please let me know how to address the issue?

Do you have stlport configure in user-config.jam, and if so, what's
the exact 'using' line?

- Volodya


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