|
Boost Testing : |
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2006-04-01 14:53:49
Rene Rivera wrote:
>
> pythong regression.py ... --bjam-toolset=intel-win32
>
ok, done, but that didn't help much:
# Preinstalled "C:\br\bjam.exe" is not found; building one...
# Found "bjam.exe" source directory "C:\br\boost\tools\jam\src"
# Building "bjam.exe" (build.bat intel-win-9.0)...
# Searching for "bjam.exe" in "C:\br\boost\tools\jam\src"...
Traceback (most recent call last):
File "regression.py", line 942, in ?
commands[ command ]( **accept_args( args ) )
File "regression.py", line 461, in setup
build_if_needed( bjam, bjam_toolset, toolsets, v2 )
File "regression.py", line 409, in build_if_needed
tool[ 'build_path' ] = tool_path( tool, v2 )
File "regression.py", line 370, in tool_path
raise Exception( 'Cannot find "%s" in any of the following
locations:\n%s' % (
I took --bjam-toolset=intel-win-9.0 and I have this entry in
user-config.jam:
using intel-win : 9.0 :
C:/Programme/Intel/Compiler/C++/9.0/IA32/Bin/icl.exe ;
Any hints?
Stefan