Problem building for VC-8
Hi I am trying to build the boost libraries on XP with the VC-8 compiler from the Express edition. I have downloaded boost-1-33-1 and bjam boost-jam-3.1.13-1-ntx86. I tried to follow the instructions at http://www.boost.org/tools/build/v1/vc-8_0-tools.html. It's not clear to me if the msvc tools and the vc8 extension have to be installed or are part of bjam. I can't find a download for the tools though. Ignoring that, I simply ran up the hopefully correct environment by running "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Setup\SetEnvLaunchWinXP32Retail.Cmd" /XP32 /RETAIL and then vcvars32.bat. I also set VC80_ROOT to my VC8 directory. Whatever I try I get the same result as below. It's trying to invoke VC7 which I don't have. Any help appreciated. Bob --------------- CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BA T" >nul "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nolo go /EHsc -c /Z7 /Od /Ob0 /EHsc /GR /MTd /Op /wd4675 /Zc:forScope /Zc:wchar_t - I"bin\boost\libs\program_options\build" -I"C:\Downloads\Boost\boost_1_33_1" -I" C:\Downloads\Boost\boost_1_33_1" -Fo"bin\boost\libs\program_options\build\libbo ost_program_options.lib\vc-7_1\debug\runtime-link-static\threading-multi\cmdline .obj" -Tp"C:\Downloads\Boost\boost_1_33_1\libs\program_options\build\../src/cmdl ine.cpp" ...failed vc-C++ bin\boost\libs\program_options\build\libboost_program_options.l ib\vc-7_1\debug\runtime-link-static\threading-multi\cmdline.obj... vc-C++ bin\boost\libs\program_options\build\libboost_program_options.lib\vc-7_1\ debug\runtime-link-static\threading-multi\config_file.obj ...interrupted The system cannot find the path specified. The system cannot find the path specified.
"Bob Cowdery"
Hi
I am trying to build the boost libraries on XP with the VC-8 compiler from the Express edition. I have downloaded boost-1-33-1 and bjam boost-jam-3.1.13-1-ntx86. I tried to follow the instructions at http://www.boost.org/tools/build/v1/vc-8_0-tools.html. It's not clear to me if the msvc tools and the vc8 extension have to be installed or are part of bjam. I can't find a download for the tools though. Ignoring that, I simply ran up the hopefully correct environment by running "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Setup\SetEnvLaunchWinXP32Retail.Cmd" /XP32 /RETAIL and then vcvars32.bat. I also set VC80_ROOT to my VC8 directory.
Whatever I try I get the same result as below. It's trying to invoke VC7 which I don't have.
Any help appreciated.
Bob
I have just successfully compiled boost 1.33.1 with VC++ 8.0 two days ago. The following information has helped me a lot, see the section titeld "How to Install Boost for Visual C++ Users": http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?InstallingBoo... -- Matthias Hofmann Anvil-Soft, CEO http://www.anvil-soft.com - The Creators of Toilet Tycoon http://www.anvil-soft.de - Die Macher des Klomanagers
Bob Cowdery wrote:
Hi
I am trying to build the boost libraries on XP with the VC-8 compiler from the Express edition. I have downloaded boost-1-33-1 and bjam boost-jam-3.1.13-1-ntx86. I tried to follow the instructions at http://www.boost.org/tools/build/v1/vc-8_0-tools.html. It's not clear to me if the msvc tools and the vc8 extension have to be installed or are part of bjam. I can't find a download for the tools though. Ignoring that, I simply ran up the hopefully correct environment by running "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Setup\SetEnvLaunchWinXP32Retail.Cmd" /XP32 /RETAIL and then vcvars32.bat. I also set VC80_ROOT to my VC8 directory.
Whatever I try I get the same result as below. It's trying to invoke VC7 which I don't have.
Any help appreciated.
This isn't really a reply to your question, but did you try the installer at: http://boost-consulting.com/download.html // Johan
participants (3)
-
Bob Cowdery
-
Johan Nilsson
-
Matthias Hofmann