$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-06-06 05:36:03
> I am a newbie to boost, and I don't know if this issue has been addressed.
>
> I am trying to build the boost libraries on a Win2k machine with MSVC++ 6
> installed, so I downloaded bjam, added it to the path, added the boost
> libraries path to the include path and started the build with the command
> "bjam -sTOOLS=msvc", and here is what I am getting:
I suspect that bjam can't find your visual studio installation: try running
the vcvars32.bat file (provided by Microsoft) to set your environment up,
before running bjam.
John.