$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-05-14 08:01:58
David Abrahams wrote:
>
> Yes. BOOST_ROOT must be UNSET in your environment when rebuilding jam.
> I had fixed this in the main makefile long ago, but not in the visualc one.
> Thanks for the heads-up; I'll repair that.
Thanks, now it works when following the instructions. But you have to
read very carefully to note that you have to set either MSVCNT
or VISUALC and JAM_TOOLSET. This could be done in the makefile
automatically when MSVCDIR is set.
HTH, Markus