$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2006-06-26 16:39:24
Hello,
trying to build a checkout of the RC_1_34_0 branch with a non-default python
installation I am observing the following unexpected behavior:
src/boost_1_34_0> bjam --v2 --with-python-root=/usr/local
error: wrong library name 'python-root=/usr/local' in the --with-<library>
option.
Isn't this the correct way to pass the python root location to BBv2 (cf.
Jamfile.v2)?
Chris