Boost C++ Libraries: Ticket #3301: Problem building boost with ICU (since version 1.39.0) https://svn.boost.org/trac10/ticket/3301 <p> I have tried build boost 1.39.0 with MSVS 8.0, including regex library and with ICU support. </p> <p> The build string was </p> <pre class="wiki">bjam -j2 -sHAVE_ICU=1 --without-python --with-regex --build-dir="D:\Temp\BoostBuild" --toolset=msvc-8.0 --build-type=complete address-model=32 stage </pre><p> (version 1.38.0 was allright with this build string). </p> <p> This raised an error: </p> <pre class="wiki">error: link=shared together with runtime-link=static is not allowed error: such property combination is either impossible error: or too dangerious to be of any use </pre><p> Then I tried to narrow the building settings and use static linking only: </p> <pre class="wiki">bjam --toolset=msvc-8.0 --builddir="D:\Temp\BoostBuild" address-model=32 link=static runtime-link=static threading=multi stage debug release --with-regex -sHAVE_ICU=1 </pre><p> This also did raise the same error, despite shared linking wasn't demanded explicitly. </p> <p> The problem comes when trying to build boost with ICU. Without ICU it seems beeing ok, but I need unicode support in regex. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3301 Trac 1.4.3 Marshall Clow Sun, 06 Jun 2010 15:29:12 GMT component, milestone changed; owner set https://svn.boost.org/trac10/ticket/3301#comment:1 https://svn.boost.org/trac10/ticket/3301#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.40.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket