Boost logo

Boost-Build :

From: Mikhail Glushenkov (bbman_at_[hidden])
Date: 2005-01-11 08:46:59


Toolset intel-win cannot be used for compiling C
code because
it adds options --no_friend_injection and
--no_implicit_typename which do not make sense
when compiling C. Compiler exits with command-line
error(tested on 8.1, windows).
There is another problem with
--no_implicit_typename -
msvc 7.1's STL implementation requires implicit
typename in
some places.(I fixed xdebug header manually but
I'm not sure
that it was the only place with such problems).
For now the simplest solution seems to disable
both those
options.

The third problem is not directly related to BB
- since
iclvars.bat calls cmd.exe in default install,
build process
hangs when trying to adjust environment
variables. I think
that this should be mentioned in FAQ or
Troubleshooting
section of docs.

 


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