$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin M (martin.magnusson_at_[hidden])
Date: 2004-09-28 16:37:27
Stephen Jackson wrote:
>> Command line error D2016 : '/Ze' and '/Za' command-line options are
>> incompatible
>
> I have seen reports of the above error arising from confusion between
> compiler versions. If I am using MSVC++ 6 and try to build a 7.1 target
> with:
> bjam -sTOOLS=vc7.1
> then I get exactly the same error.
I did have some odd references to MS Visual Studio .NET in the error
output from bjam. That's probably what caused the error. I don't know
where that came from, since I don't have .NET installed, but after a
reboot and a bit of extra fiddling it all seems to work.
Thank you all for your time.
/ martin