$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Simons (simons+boost_at_[hidden])
Date: 2002-03-16 05:42:54
Hi,
thanks to some helpful subscriber of this list, I figured out how to
tell the Boost Build System where my Python is: I thus initiated the
build by calling
jam -sPYTHON_ROOT=/usr/local/python -sPYTHON_VERSION=2.2 \
-sBOOST_ROOT=/home/simons/projects/boost-current -sTOOLS=gcc
but I am still getting lots of errors when trying to compile the
latest version. A complete log of the failing build is available at
http://cryp.to/boost-build-log.txt
for anyone concerned. I'd appreciate any help on getting these errors
fixed!
-peter