Boost logo

Boost-Build :

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


On Friday 10 September 2010 14:24:19 Artyom wrote:

> Hello All,
>
> Help From Community Needed
> ==========================
>
>
> Today Boost.Locale can be build only using CMake,
> I need to port it to Boost.Build. Unfortunalty It is
> very complicated task for me for two reasons:
>
> - Quite complicated build requirements
> - Lack of documentation
> - Lack of my experience with BBv2
>
> I've tried but I had no progress, even with previous,
> much simpler version of Boost.Locale which didn't depended
> on iconv and had ICU must to build option and so on.
>
> Can some body please help me with build scripts?
>
> The build requirements are generally following:
> -----------------------------------------------
>
> Input Options:
>
> - with icu - turned on by default.
> - with iconv (turned off by default in Windows and Solaris)

I guess I need to clarify what 'on' for those mean. I understand
that 'off' means the corresponding library should not be checked
for and used. Does 'on' mean to check for library? Or to use it,
and fail if it's not found?

For example, on Linux, by default, we should probe for ICU and
use it if available. If "with icu on" is explicitly specified by
user, what should we do?

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