Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6529: Build process ignores --with-icu path on some icu tests?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-28 09:51:28
#6529: Build process ignores --with-icu path on some icu tests?
----------------------------------+-----------------------------------------
Reporter: hashashin@⦠| Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.49.0 | Severity: Showstopper
Resolution: | Keywords: build, icu
----------------------------------+-----------------------------------------
Comment (by alvin777@â¦):
The issue is due to ICU (as of 49.1.1) moved includes from source/include
folder down to source/i18n and source/common folders. Boost.Locale include
directives should be updated I guess.
The workaround is to add include folders to the bjam command line
explicitely:
bjam include={$ICU_PATH}/source/i18n include={$ICU_PATH}/source/common
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6529#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC