[Boost-bugs] [Boost C++ Libraries] #7286: Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles

Subject: [Boost-bugs] [Boost C++ Libraries] #7286: Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-25 15:09:22


#7286: Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles
-------------------------------------------------------+--------------------
 Reporter: Thomas Brammer <Thomas@…> | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.51.0
 Severity: Problem | Keywords: regex makefile library version mismatch
-------------------------------------------------------+--------------------
 boost_1_51_0\libs\regex\build\vc10.mak and some other vc*.mak makefiles
 create libs named *1_50.lib/dll.

 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.

 To solve just replace all occurences of "1_50" with "1_51" in the vc*.mak
 makefiles.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7286>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC