Opened 9 years ago

Closed 9 years ago

#9351 closed Bugs (worksforme)

missing precompiler define for vc120 in auto_link.hpp

Reported by: jamminbean@… Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

The 1.53.0 version tries to link to vc110 libraries when compiled for vc120, because some lines are missing in the auto_link.hpp:

# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1800)

vc11:

# define BOOST_LIB_TOOLSET "vc110"

# elif defined(BOOST_MSVC)

vc12:

# define BOOST_LIB_TOOLSET "vc120"

Change History (2)

comment:1 by viboes, 9 years ago

Component: Noneconfig
Owner: set to John Maddock

comment:2 by John Maddock, 9 years ago

Resolution: worksforme
Status: newclosed

This has already been fixed in Git develop (I believe in the last release also).

Note: See TracTickets for help on using tickets.