$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [Locale] Help Needed with Boost-Build
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-09-22 15:46:32
> > Build Defines:
> >
> > - Add BOOST_ALL_NO_LIB
> > - if icu is enabled:
> > Define BOOST_LOCALE_WITH_ICU
> > - if iconv enabled and found
> > Define BOOST_LOCALE_WITH_ICONV
> > else
> > Define BOOST_LOCALE_NO_ICONV
>
> Why is BOOST_LOCALE_NO_ICONV needed -- should be inverse of
>BOOST_LOCALE_WITH_ICONV, no?
Indeed, it is inverse. I can fix this in the code such
that BOOST_LOCALE_NO_ICONV
would not be used.
Artyom