List Info

Thread: Problems with Intel-win compatibility flat




Problems with Intel-win compatibility flat
user name
2006-12-22 16:22:38
----- Original Message ----- 
From: "Vladimir Prus" <ghostcs.msu.su>
>
> Can you try
>
> bjam -n --debug-configuration <.......>
>
> - Volodya
Don't know how useful it is but here you go again:

notice: found boost-build.jam at 
F:BoostRegressionsRC_1_34_0all_32boostboost-build.jam
notice: loading Boost.Build from 
F:BoostRegressionsRC_1_34_0all_32boosttoolsbuildv2
notice: loading site-config.jam from 
F:BoostRegressionsRC_1_34_0all_32boosttoolsbuildv2si
te-config.jam
notice: loading user-config.jam from 
F:BoostRegressionsRC_1_34_0all_32user-config.jam
notice: Python include path is
notice: Python library path is
notice: Python interpreter is
G:ToolsPython24-Win32python.exe
notice: Python library name is python24
notice: msvc-8.0 detected, command: 'G:Program Files
(x86)Microsoft Visual 
Studio 8VCbincl.exe'
msvc: condition:
'<toolset>msvc-8.0/<architecture>/<address-mo
del>',  msvc: 
condition: '<toolset>msvc-8.0/<architecture>
/<address-model>32',  msvc: condition: 
'<toolset>msvc-8.0/<architecture>x86/<address
-model>',  msvc: condition: 
'<toolse
t>msvc-8.0/<architecture>x86/<address-model>3
2',  command: 'call "G:Program 
Files (x86)Microsoft Visual Studio 8VCvc
varsall.bat" x86 >nul
'
msvc: condition:
'<toolset>msvc-8.0/<architecture>/<address-mo
del>64', 
msvc: condition: '<toolset>msvc-8.0/<architectur
e>x86/<address-model>64',  command: 'call
"G:Program Files (x86)Microsoft 
Visual Studio 8VCvcvarsall.bat" x86_amd64
>nul
'
msvc: condition:
'<toolset>msvc-8.0/<architecture>ia64/<addres
s-model>', 
msvc: condition: '<toolset>msvc-8.0/<architect
ure>ia64/<address-model>64',  command: 'call
"G:Program Files 
(x86)Microsoft Visual Studio 8VCvcvarsall.bat"
x86_ia6
4 >nul
'
msvc: condition:
'<toolset>msvc-8.0_64/<architecture>/<address
-model>', 
msvc: condition: '<toolset>msvc-8.0_64/<archite
cture>/<address-model>32',  msvc: condition: 
'<toolset>msvc-8.0_64/<architecture>x86/<addr
ess-model>',  msvc: condition:
 '<toolset>msvc-8.0_64/<architecture>x86/<add
ress-model>32',  command: 'call 
"G:/Program Files (x86)/Microsoft Visual St
udio 8/VC/vcvarsall.new.bat" x86 >nul
'
msvc: condition:
'<toolset>msvc-8.0_64/<architecture>/<address
-model>64', 
msvc: condition: '<toolset>msvc-8.0_64/<archi
tecture>x86/<address-model>64',  command: 'call
"G:/Program Files 
(x86)/Microsoft Visual Studio 8/VC/vcvarsall.new.bat"
x86_amd64 >nul
'
msvc: condition:
'<toolset>msvc-8.0_64/<architecture>ia64/<add
ress-model>', 
msvc: condition: '<toolset>msvc-8.0_64/<arc
hitecture>ia64/<address-model>64',  command: 'call
"G:/Program Files 
(x86)/Microsoft Visual Studio 8/VC/vcvarsall.new.ba
t" x86_ia64 >nul
'
msvc: condition:
'<toolset>msvc-8.0_x86_64/<architecture>/<add
ress-model>', 
msvc: condition: '<toolset>msvc-8.0_x86_64/
<architecture>/<address-model>32',  msvc:
condition: 
'<toolset>msvc-8.0_x86_64/<architecture>x86/<
address-model>',  msvc
: condition:
'<toolset>msvc-8.0_x86_64/<architecture>x86/<
address-model>32', 
command: 'call "G:/Program Files (x86)/Mic
rosoft Visual Studio 8/VC/vcvarsall.bat" x86 >nul
'
msvc: condition: 
'<toolset>msvc-8.0_x86_64/<architecture>/<add
ress-model>64',  msvc: 
condition: '<toolset>msvc-8.0_x86_6
4/<architecture>x86/<address-model>64', 
command: 'call "G:/Program Files 
(x86)/Microsoft Visual Studio 8/VC/vcvarsall.b
at" x86_amd64 >nul
'
msvc: condition: 
'<toolset>msvc-8.0_x86_64/<architecture>ia64/<
;address-model>',  msvc: 
condition: '<toolset>msvc-8.0_x86
_64/<architecture>ia64/<address-model>64', 
command: 'call "G:/Program Files 
(x86)/Microsoft Visual Studio 8/VC/vcvarsal
l.bat" x86_ia64 >nul
'
notice: [cmdline-cfg] Detected command-line request for
intel-win-9.1: 
toolset= "intel" version= "win-9.1"
notice: [cmdline-cfg] toolset intel-win-9.1 not previously
configured; 
configuring now

error: intel-win initialization: parameter 'compatibility'
inconsistent
error: an explicit value was specified in an earlier
initialization
error: no value is specified now

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
Problems with Intel-win compatibility flat
user name
2006-12-26 23:10:07
On Friday 22 December 2006 19:22, Sean Huang wrote:
> ----- Original Message ----- 
> From: "Vladimir Prus" <ghostcs.msu.su>
> >
> > Can you try
> >
> > bjam -n --debug-configuration <.......>
> >
> > - Volodya
> Don't know how useful it is but here you go again:
> 
.......
> notice: [cmdline-cfg] Detected command-line request for
intel-win-9.1: 
> toolset= "intel" version= "win-9.1"
> notice: [cmdline-cfg] toolset intel-win-9.1 not
previously configured; 
> configuring now
> 
> error: intel-win initialization: parameter
'compatibility' inconsistent
> error: an explicit value was specified in an earlier
initialization
> error: no value is specified now
........

Ok, so the auto-configuration code decides to configure
intel. The user-config.jam 
already has intel:

    using intel-win : 9.1 : "G:/Program Files 
(x86)/Intel/Compiler/C++/9.1/IA32/Bin/icl.exe" :
<compatibility>vc8 ;
    using intel-win : 9.1_x86_64 :  "G:/Program Files 
(x86)/Intel/Compiler/C++/9.1/EM64T/Bin/icl.exe" :
<compatibility>vc8 ;

and the command line includes:

   "--toolset=intel-win-9.1,msvc-8.0"

Now, can we please get this "--toolset=" out of
the command 
line created by regression.py? I don't really think fixing
auto-config code to deal
with all possible syntaxes is the right solution.

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
Problems with Intel-win compatibility flat
user name
2006-12-27 13:04:33


On Wed, 27 Dec 2006 02:10:07 +0300 "Vladimir Prus"
<ghostcs.msu.su> wrote:

>Now, can we please get this "--toolset=" out
of the command 
>line created by regression.py? I don't really think
fixing auto-config 
code to deal
>with all possible syntaxes is the right solution.

Don't ask me; I didn't put it there to begin with.

David Abrahams
Boost Consulting
http://boost-consulting.c
om
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )