$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Yap (noel.yap_at_[hidden])
Date: 2005-11-08 22:33:17
On 11/8/05, Noel Yap <noel.yap_at_[hidden]> wrote:
> The default installation of Python would place the pyconfig.h file in
> the same directory as the rest of the header files. Since I want to
> be able to support different Python builds, the pyconfig.h file has to
> reside in a separate directory -- one related to the bin and lib
> directories (eg one using the --exec-prefix setting to configure). It
> seems Boost.Python can't grok this notion and I'll have to hack the
> configure script and possbily other stuff to get this to work.
Doggone! I forgot there /is/ no configure script. I'll have to
figure out how bjam does its configuration.
Noel