Boost logo

Boost :

Subject: Re: [boost] boost regex build problem
From: Qihong Wang (qihongwang_at_[hidden])
Date: 2009-04-10 23:44:46


Before post this problem I tried without -- for address-mode and
architecture, bjam won't work for me.
It printed out

....
warning: For more configuration options, please consult
warning:
http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
/mnt/home/qhwang/teststh/testboost/boost_1_38_0/tools/build/v2/build/feature.jam:320:
in validate-feature from module feature
error: unknown feature "<address-mode>"
/mnt/home/qhwang/teststh/testboost/boost_1_38_0/tools/build/v2/build/feature.jam:354:
in expand-subfeatures-aux from module feature
/mnt/home/qhwang/teststh/testboost/boost_1_38_0/tools/build/v2/build/feature.jam:419:
in feature.expand-subfeatures from module feature
......

I don't remember how did I successfully compile regex 32 without icu before.
Any idea?

Thanks,

Qihong

On Fri, Apr 10, 2009 at 6:51 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:

> AMDG
>
> Qihong Wang wrote:
>
>> I feel awkward to post almost the same question again. But I really have a
>> problem when I build 32 bits boost.regex with icu support on a 64 bits
>> Linux
>> machine.
>>
>> If I build 64 bits regex with icu support, they are fine.
>> If I build 32 bits regex without icu support, they are fine.
>> When I tried to build 32 bits regex with icu support, I used command for
>> ICU
>> building
>>
>> ./runConfigureICU Linux --disable-64bit-libs
>> ./configure --prefix=/home/qhwang/mylibs_32/icu --disable-64bit-libs
>> I checked icu libraries they are not dependent on 64bits libraries. So I'm
>> confident they are 32bits.
>> But when I use the command to build 32 bits regex
>> ./bjam --prefix=/home/qhwang/mylibs/boost/ --with-regex
>> --build-dir=/tmp/boost_build/ --build-type=complete --address-mode=32
>> --architecture=x86
>> -sHAVE_ICU=1 -sICU_PATH=/home/qhwang/mylibs/icu/ install
>>
>>
>
> remove the "--" from address-model and architecture.
>
> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk