Boost C++ Libraries: Ticket #7286: Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles https://svn.boost.org/trac10/ticket/7286 <p> boost_1_51_0\libs\regex\build\vc10.mak and some other vc*.mak makefiles create libs named *1_50.lib/dll. </p> <p> This filename doesn't match to the #pragma comment(lib,...) entry in boost_1_51_0\boost\config\auto_link.hpp which is *1_51. </p> <p> To solve just replace all occurences of "1_50" with "1_51" in the vc*.mak makefiles. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7286 Trac 1.4.3 viboes Tue, 18 Sep 2012 17:00:24 GMT component changed; owner set https://svn.boost.org/trac10/ticket/7286#comment:1 https://svn.boost.org/trac10/ticket/7286#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">regex</span> </li> </ul> Ticket John Maddock Thu, 29 Nov 2012 10:46:59 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7286#comment:2 https://svn.boost.org/trac10/ticket/7286#comment:2 <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> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81621" title="Update makesfiles. Deprecate makefiles and update docs. Fixes #7286.">[81621]</a>) Update makesfiles. Deprecate makefiles and update docs. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7286" title="#7286: Bugs: Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles (closed: fixed)">#7286</a>. </p> Ticket