Opened 10 years ago
Closed 10 years ago
#7286 closed Bugs (fixed)
Build Boost Regex 1.51.0 creates 1.50.0 libs/dll's via vc* makefiles
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | regex | 
| Version: | Boost 1.51.0 | Severity: | Problem | 
| Keywords: | regex makefile library version mismatch | Cc: | 
Description
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.
Change History (2)
comment:1 by , 10 years ago
| Component: | None → regex | 
|---|---|
| Owner: | set to | 
comment:2 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [81621]) Update makesfiles. Deprecate makefiles and update docs. Fixes #7286.