Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-12-26 18:10:07


On Friday 22 December 2006 19:22, Sean Huang wrote:
> ----- Original Message -----
> From: "Vladimir Prus" <ghost_at_[hidden]>
> >
> > 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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk