Boost logo

Boost-Build :

Subject: Re: [Boost-build] [Locale] Help Needed with Boost-Build
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-09-22 16:48:33


On Friday 10 September 2010 14:24:19 Artyom wrote:
 
> Can some body please help me with build scripts?

I've checked in something, which improves what you had.

For started, right now I've setup the code so that it should
be used outside Boost tree. Invoke bjam like so:

    bjam -sBOOST_ROOT=<path-to-boost-svn-checkout> ...

There are several new properties that can be specified, as
defined in Jamroot:

        feature.feature boost.locale.iconv : on off : optional incidental ;
        feature.feature boost.locale.icu : on off : optional incidental ;

        feature.feature boost.locale.posix : on off : optional incidental ;
        feature.feature boost.locale.std : on off : optional incidental ;
        feature.feature boost.locale.winapi : on off : optional incidental ;

So,

        bjam -sBOOST_ROOT=<..> boost.locale.posix=off

makes the posix backend to be not built. iconv and ICU configuration
appears to work, but not that I could not test external iconv due to
not even having such library in my package manager.

Can you let me know if this works for you and what is missing.

Thanks,

--
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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