$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-06 11:08:15
On Thursday 06 September 2007 14:20:16 wang liang wrote:
> hi,all
>
> have anybody build the boost graph python bind successfully?
>
> i check out the newest version of svn
> and put the "bjam.exe" in the root of bglpython svn and launch it with
> toolset=msvc
>
> here is my configuration:
> boost root:
> E:\etude\boost_1_34_1
>
> bgl python svn:
> G:\source\boostGraphPython
So, you run bjam in the above dir. Boost.Build is located in
E:\etude\boost_1_34_1\tools\build\v2. How bjam is supposed to
find Boost.Build?
> msvc 2005 installed
>
> but it give me a error message:
> Unable to load Boost.Build: could not find "boost-build.jam"
>
> so is it necessary to write a suitable boost-build.jam for my computer?
You can find all possible options at:
http://boost.org/boost-build2/doc/html/bbv2/installation.html
- Volodya