Boost logo

Boost-Build :

From: janssoaf (mail_at_[hidden])
Date: 2004-06-18 05:01:45


Version 1.19 of msvc.jam added

# The following options work only for 7* versions. It means
# that if the user has not specified a version he gets 6.0 compatible
# behavious (i.e. a bit buggy)
if [ MATCH ^(7|[^7].*) : $(version) ]
{
flags msvc.compile CFLAGS : /Zc:forScope /Zc:wchar_t ;
}

Shouldn't this rather be

if ! [ MATCH ^(7|[^7].*) : $(version) ]

Applying these flags to the msvc-6 compiler also doesn't work:

Command line error D2016 : '/Ze' and '/Za' command-line options are
incompatible

Regards, Olaf

 


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