$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-14 07:33:34
----- Original Message -----
From: "Markus Schöpflin" <markus.schoepflin_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.build
To: <jamboost_at_[hidden]>
Sent: Tuesday, May 14, 2002 6:36 AM
Subject: [jamboost] Building jam on the RC_1_28_0 branch
> Hello all,
>
> I just tried to build jam following instructions contained in the
> current rc branch. Platform is WIN32-WINNT with MSVC6. This is
> what happened:
> Any ideas anyone?
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.
-Dave