Building Boost with VC9 and VC8
7 May
2008
7 May
'08
2:26 p.m.
Hi, I have visual studio 2005 and visual studio 2008 installed on my machine, and I would like to build Boost only with Visual Studio 2005 If I use the following command, bjam --toolset=msvc ... and it only builds libboost-<libname>-vc9-mt.lib or .dll If I use the folllowing command bjam --toolset=msvc-80 ... it builds libraries it without specifying the version number of Visual C++ compiler, eg. libboost-<libname>-vc-mt.lib. My environment is set to use the compiler for VC8. So far the workaround I've found is to uninstall Visual Studio 2008, Build Boost with Visual Studio 2005. Reinstall Visual Studio 2008. Any ideas on how to avoid this? Thanks, Haroon
6031
Age (days ago)
6031
Last active (days ago)
1 comments
2 participants
participants (2)
-
Haroon Khan
-
Richard Webb