
Hello, I first executed C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat I then called bjam "-sTools=vc-8_0" install but it installs me the libs c:/boost/lib/boost_date_time-vc71-mt-1_33_1.lib that is for the vc71 toolset. Can anybody tell me what I did wrong. thanks, andreas

On 3/14/06, Andreas Fabri
Hello,
I first executed C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
Why didn't you execute \Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat?
I then called bjam "-sTools=vc-8_0" install but it installs me the libs c:/boost/lib/boost_date_time-vc71-mt-1_33_1.lib that is for the vc71 toolset.
Can anybody tell me what I did wrong.
thanks,
andreas _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

Olaf van der Spek wrote:
On 3/14/06, Andreas Fabri
wrote: Hello,
I first executed C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
Why didn't you execute \Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat?
There should be no difference. The script C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat calls that one in \Common7\Tools directory: "%VS80COMNTOOLS%vsvars32.bat" I encountered the same problem. As I revealed recently, it must be a bug related to vc-8_0 toolset in current stable 1.33 release. Try to checkout Boost from CVS and then it should work well. Here is my story: http://lists.boost.org/boost-users/2006/03/17660.php http://lists.boost.org/boost-users/2006/03/17667.php Cheers -- Mateusz Łoskot http://mateusz.loskot.net

Andreas Fabri wrote:
Hello,
I first executed C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat I then called bjam "-sTools=vc-8_0" install
Is this the literal command you gave? Then I think you have to use: bjam "-sTOOLS=vc-8_0" install (note upper-case TOOLS) - Volodya

Vladimir Prus wrote:
Andreas Fabri wrote:
Hello,
I first executed C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat I then called bjam "-sTools=vc-8_0" install
Is this the literal command you gave? Then I think you have to use:
bjam "-sTOOLS=vc-8_0" install
(note upper-case TOOLS)
you are right. stupid me. thanks a lot. andreas
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (4)
-
Andreas Fabri
-
Mateusz Łoskot
-
Olaf van der Spek
-
Vladimir Prus