|
Boost Testing : |
From: Sean Huang (huangsean_at_[hidden])
Date: 2006-12-13 23:50:11
Everything was ok yesterday. Now I am getting this:
error: intel-win initialization: parameter 'compatibility' inconsistent
error: an explicit value was specified in an earlier initialization
error: no value is specified now
in my user-config.jam, I have the following:
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 ;
Removing <compatibility> probably would work but that's really not my
intention.
Sean