$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-13 05:14:31
>>>> Why oh why does the msvc toolset inject the compilers own include
>>>> paths into the command line?
No it makes no sense IMO.
> Now that I replicated the problem... I can answer that with: "I have
> no idea why it does." :-)
>
>> BTW, the shell I use has had vcvars32.bat already run (in case that
>> makes any difference).
>
> That is precisely what makes a difference ;-) And why I didn't see the
> problem in the first place. I've now removed the offending
> declarations. But only on HEAD, as I don't want to mess about with
> the release.
Eureka, many thanks Rene!
John.