Boost C++ Libraries: Ticket #6529: Build process ignores --with-icu path on some icu tests? https://svn.boost.org/trac10/ticket/6529 <p> When bootstrap.sh --with-icu=/usr/local/Cellar/icu4c/1.8.1.1, I get in the logs: </p> <p> 1) when testing 'has_icu' </p> <p> darwin.compile.c++ bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu_test.o </p> <blockquote> <p> "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -I"." -I"/usr/local/Cellar/icu4c/1.8.1.1/include" -c -o "bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu_test.o" "libs/regex/build/has_icu_test.cpp" </p> </blockquote> <p> Note the -I flag with my icu path. </p> <p> 2) Later, in the same config.log, I see: </p> <p> darwin.compile.c++ bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu_obj.o </p> <blockquote> <p> "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu_obj.o" "libs/locale/src/../build/has_icu_test.cpp" </p> </blockquote> <p> libs/locale/src/../build/has_icu_test.cpp:12:30: error: unicode/uversion.h: No such file or directory </p> <p> Note that in this g++ line there is no -I flag with my icu path. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6529 Trac 1.4.3 hashashin@… Mon, 06 Feb 2012 21:20:36 GMT attachment set https://svn.boost.org/trac10/ticket/6529 https://svn.boost.org/trac10/ticket/6529 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">config.log</span> </li> </ul> <p> Build log (well, the beginning of it) </p> Ticket Alberto Simões <hashashin@…> Mon, 06 Feb 2012 21:24:36 GMT component changed; cc set https://svn.boost.org/trac10/ticket/6529#comment:1 https://svn.boost.org/trac10/ticket/6529#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">hashashin@…</span> added </li> <li><strong>component</strong> <span class="trac-field-old">build</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket Alberto Simões <hashashin@…> Tue, 07 Feb 2012 13:49:34 GMT <link>https://svn.boost.org/trac10/ticket/6529#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6529#comment:2</guid> <description> <p> As far as I could dig, the two failing tests are regarding locale library. </p> </description> <category>Ticket</category> </item> <item> <author>alvin777@…</author> <pubDate>Sat, 28 Jul 2012 09:51:28 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6529#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6529#comment:3</guid> <description> <p> 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. </p> <p> The workaround is to add include folders to the bjam command line explicitely: bjam include={$ICU_PATH}/source/i18n include={$ICU_PATH}/source/common </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Thu, 03 Jan 2013 18:16:58 GMT</pubDate> <title>component changed https://svn.boost.org/trac10/ticket/6529#comment:4 https://svn.boost.org/trac10/ticket/6529#comment:4 <ul> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">locale</span> </li> </ul> Ticket viboes Sun, 07 Jul 2013 16:37:10 GMT severity changed https://svn.boost.org/trac10/ticket/6529#comment:5 https://svn.boost.org/trac10/ticket/6529#comment:5 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> </ul> <p> Moved to Problem as there is a workaround. </p> Ticket