Boost C++ Libraries: Ticket #9703: build system ignores --with-icu= option https://svn.boost.org/trac10/ticket/9703 <p> Configured as: </p> <p> ./bootstrap.sh --with-icu --with-icu=/opt/icu4c-52.1 </p> <p> I can see that line in project-config.jam exists: </p> <p> path-constant ICU_PATH : /opt/icu4c-52.1 ; </p> <p> But when I run ./b2 -a it reports: </p> <ul><li>has_icu builds : yes (cached) </li></ul><p> ... </p> <ul><li>Boost.Locale needs either iconv or ICU library to be built. </li></ul><p> (repeated many times) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9703 Trac 1.4.3 Steven Watanabe Mon, 10 Mar 2014 22:37:10 GMT <link>https://svn.boost.org/trac10/ticket/9703#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9703#comment:1</guid> <description> <p> It looks like Boost.Regex works when ICU_PATH is defined using path-constant, but Boost.Locale doesn't. </p> </description> <category>Ticket</category> </item> </channel> </rss>