Boost C++ Libraries: Ticket #7055: Boost build doesn't detect presence of ICU for regex https://svn.boost.org/trac10/ticket/7055 <p> When building Boost against ICU (currently using version 4.4.2), Boost is not detecting the presence of ICU on multiple platforms (Linux/gcc 4.4.6, Macintosh/gcc 4.2.1, Windows/VS2008). </p> <p> In order for Boost to detect ICU, I had to apply the attached patches. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7055 Trac 1.4.3 Jonathan Jones <jonathan.jones@…> Fri, 29 Jun 2012 14:51:36 GMT attachment set https://svn.boost.org/trac10/ticket/7055 https://svn.boost.org/trac10/ticket/7055 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">configure.jam.patch</span> </li> </ul> Ticket Jonathan Jones <jonathan.jones@…> Fri, 29 Jun 2012 14:51:55 GMT attachment set https://svn.boost.org/trac10/ticket/7055 https://svn.boost.org/trac10/ticket/7055 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Jamfile.v2.patch</span> </li> </ul> Ticket John Maddock Sun, 08 Jul 2012 16:50:25 GMT <link>https://svn.boost.org/trac10/ticket/7055#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7055#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79359" title="Don't use lib64 and bin64 paths except for msvc builds. Refs #7055.">[79359]</a>) Don't use lib64 and bin64 paths except for msvc builds. Refs <a class="new ticket" href="https://svn.boost.org/trac10/ticket/7055" title="#7055: Bugs: Boost build doesn't detect presence of ICU for regex (new)">#7055</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Sun, 08 Jul 2012 17:59:29 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/7055#comment:2 https://svn.boost.org/trac10/ticket/7055#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">regex</span> → <span class="trac-field-new">build</span> </li> </ul> <p> Reassigned to Boost.Build as part of the fix is for that component. </p> Ticket