Boost C++ Libraries: Ticket #12152: Build regex with ICU failed. https://svn.boost.org/trac10/ticket/12152 <p> Hi, building regex from Boost 1.60 failed. I started a build with following command. </p> <p> b2 --build-dir="./build64" -sICU_PATH="D:/boost_1_60_0/ICU" --without-mpi --build-type=complete msvc install address-model=64 architecture=x86 threading=multi runtime-link=shared toolset=msvc-14.0 --libdir=lib64 </p> <p> When it comes to the test for ICU from regex, the "has_icu_exe.exe" crash because he says "icuin57d.dll" is missing. But the dll is available in ICU_PATH. </p> <p> The tests from boost locale are working correct and I can build boost 1.59 without that issue. </p> <p> As I see there are some changes done in the Jamfile.v2 of regex. It look like the way has_icu_exe.exe is called has changed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12152 Trac 1.4.3 John Maddock Thu, 09 Jun 2016 17:03:31 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/12152#comment:1 https://svn.boost.org/trac10/ticket/12152#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.62.0</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/regex/commit/e3228b61eb6958c121800f4e2b173ae064ad1801"><span class="icon">​</span>https://github.com/boostorg/regex/commit/e3228b61eb6958c121800f4e2b173ae064ad1801</a> </p> <p> Thanks for the report. </p> Ticket