Opened 17 years ago

Last modified 16 years ago

#147 new defect

MSVC toolset version detected by default not getting added to the build request.

Reported by: jurko dot gospodnetic at docte dot hr Owned by: somebody
Priority: minor Milestone:
Component: component1 Version:
Keywords: boost build msvc toolset build request default version Cc:

Description

MSVC toolset correctly detects the MSVC version to use but if the version is default detected does not seem to use it in the build request so any version specific options do not get applied.

The toolset should be changed to apply the previously detected default version similar to how to GCC toolset does this.

One consequence is that MSVC 7.1 Boost Graph library build fails with an internal compiler access violation when the toolset version is default detected as some version specific MSVC compiler option does not get applied.

For more detailed information see mailing list postings under http://lists.boost.org/boost-build/2007/10/17583.php and http://lists.boost.org/boost-build/2007/10/17584.php.

Hope this helps.

Best regards,

Jurko Gospodnetić

Change History (1)

comment:1 by jurko dot gospodnetic at docte dot hr, 16 years ago

Caused by Boost Build's default toolset handling and is not msvc toolset specific. A test demonstrating this has been added as changeset 42549. For more information also see this news post.

Note: See TracTickets for help on using tickets.