Boost logo

Boost Testing :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2006-11-07 10:27:33


Anthony Williams wrote:

> I have the platform SDK in c:/mssdk, hence the INCLUDE and LIB settings.

:-) But to my original question regarding that; Are you trying to use
that MSSDK instead of the one inside VC8?

> The .RSP files look fine; it looks like the VCVARS32.BAT files are not being
> run prior to invoking the compiler.

Still weird :-\ Try:

cd <boost-root>/status
bjam bjam --v2 --debug-configuration -n

The "--debug-configuration" should output some lines of what compilers
and how they are configured. For example for me it outputs:

notice: found boost-build.jam at
C:\DevRoots\Boost\boost_1_34\boost-build.jam
notice: loading Boost.Build from C:\DevRoots\Boost\boost_1_34\tools\build\v2
notice: loading site-config.jam from
C:\DevRoots\Boost\boost_1_34\tools\build\v2\site-config.jam
notice: loading user-config.jam from C:\Documents and
Settings\grafik\user-config.jam
notice: msvc-8.0 detected, command: 'C:\Program Files\Microsoft Visual
Studio 8\VC\bin\cl.exe'
notice: msvc-7.1 detected, command: 'C:\Program Files\Microsoft Visual
Studio .NET 2003\Vc7\bin\cl.exe'
msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>',
msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>32',
msvc: condition: '<toolset>msvc-8.0/<architecture>x86/<address-model>',
  msvc: condition:
'<toolset>msvc-8.0/<architecture>x86/<address-model>32', command: 'call
"C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
'
msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>64',
msvc: condition:
'<toolset>msvc-8.0/<architecture>x86/<address-model>64', command: 'call
"C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul
'
msvc: condition: '<toolset>msvc-8.0/<architecture>ia64/<address-model>',
  msvc: condition:
'<toolset>msvc-8.0/<architecture>ia64/<address-model>64', command:
'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
x86_ia64 >nul
'
[trimmed]

You'll notice how the above includes references to "vcvarsall.bat".

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Boost-testing list run by mbergal at meta-comm.com