$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Sean Huang (huangsean_at_[hidden])
Date: 2006-06-16 13:56:32
----- Original Message -----
From: "Roland Schwarz" <roland.schwarz_at_[hidden]>
> Perhaps I am missing something fundamental, but I just tried
>
> bjam --v2 toolset=msvc
>
> from the boost root directory and got:
>
> Roland_at_SPEEDSNAIL:H:\Projects\boost\HEAD$ bjam --v2 toolset=msvc
> warning: no toolsets are configured.
> warning: you won't be able to build C++ programs.
> warning: please consult the documentation.
You need to configure your environment first. See
http://www.boost.org/doc/html/bbv2/advanced.html#bbv2.advanced.configuration
For msvc, if you are running 32-bit windows, I believe you can simply
uncomment the using msvc line. The toolset names are also changed and have
versions in it. For example, for 8.0, do bjam --v2 msvc-8.0
HTH,
Sean