$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-08-13 14:19:42
John Maddock wrote:
> So how is this supposed to work, and can we have some docs please ?
I've come to the conclusion that this toolset just doesn't work as
advertised - sorry!
Digging into the toolset it appears that I should be able to use:
using intel-win : 9 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" : <compatibility>default ;
or:
using intel-win : 9 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" : <compatibility>vc7.1 ;
in my user-config.jam, but either of these results in:
error: intel-win initialization: parameter 'compatibility' inconsistent
error: an explicit value was specified in an earlier initialization
error: no value is specified now
So how do we fix this, so I can actually build with Intel again?
Thanks, John.