Boost C++ Libraries: Ticket #4760: vc9.mak for regex minor issues building/using https://svn.boost.org/trac10/ticket/4760 <p> A few small issues in this makefile: 1: /ML flag is not recognized by this version of the compiler (VC9) 2: Libraries all build with "...1_42" in the name, so cannot be found by the headers that select the library to load, which is looking for "...1_44." 3: Comment indicates the file is for the VC6 compiler, but filename suggests support for VC9 compiler. </p> <p> Didn't know if this was a "boost build" issue or specific to this module. But, I am glad that there is some VC support at this level, so, kudos for that. :-) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4760 Trac 1.4.3 John Maddock Thu, 06 Jan 2011 12:50:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4760#comment:1 https://svn.boost.org/trac10/ticket/4760#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> </ul> <p> Fixed in SVN. </p> Ticket