$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] building bjam with python support
From: David Montgomery (davidmontgom_at_[hidden])
Date: 2008-10-20 23:46:56
Hi,
I am trying to build bjam with python support. This is the code that I execute
sh ./build.sh gcc --with-python=/usr/include/python2.5
However
it fails to build the a ton of errors relating to the fact that Python.h cant be found.
In in user-conig.jam file I have the following line
# Python configuration
using python : 2.5 : /usr/include/python2.5 ;
I am trying to make to the step where I can run the python_module examples in the /tools/build/v2/example folder
I can build bjam but only leave out python support.
What am I doing wrong?
Thanks