$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2005-09-28 07:43:38
2005/9/28, Alexey Pakhunov <alexeypa_at_[hidden]>:
> try this:
>
> using msvc : 6.0 ;
> using msvc : 7.1 ;
This indeed did the trick. When I put 6.0 instead of 6, it found the
compiler, and without /wp64 and /wd4675 it compiled everything just
fine.
Perhaps the /Zc:forScope and especially /Zc:wchar_t should be
optional and controlled via additional features. /Zc:wchar_t option is
incompatible with third-party libraries that are compiled without it,
and it should be possible to disable it for certain projects.
-- Bojan Resnik