$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-08-25 03:25:39
Hi,
right at the moment, I'm aware of those Boost.Python issues that seem to be
caused by V2:
- BOOST_PYTHON_STATIC_LIB absent for select_from_python_test.
Here V2 acts in accordance with Jamfile.v2, which was accidentally
edited by Dave, and was just reverted
- The 'exec' test lacks BOOST_PYTHON_STATIC_MODULE. That does not
reproduce for me, I need specific pointers from Dave
- Link failures with cw-9.4 (Stefan). Those are most likely caused by
uses of <find-library> in python.jam which have no effect. I've just
checked in a possible fix, let's see how it goes.
Any other issues I've overlooked?
- Volodya