$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-05-24 09:45:54
On Tuesday 24 May 2005 18:18, David Abrahams wrote:
> building from libs/python/test
>
> For some reason <define>BOOST_PYTHON_SOURCE isn't getting applied,
> even though it's in the target requirements for lib boost_python. Any
> clues?
Could it be that <define>BOOST_PYTHON_SOURCE is hiding inside rsp file?
You can check this with "bjam --v2 -n -a", I guess.
Running "bjam -v2 -n msvc" (still on Linux), I get something like:
echo "-DBOOST_PYTHON_SOURCE" >>
"../../../bin.v2/libs/python/build/msvc/debug/wrapper_cpp.rsp"
in the output.
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2