[Python-Dev] pyconfig.h and exec-prefix

Skip Montanaro skip@pobox.com
Thu, 24 Oct 2002 18:11:11 -0500


    >> Now the problem is that boost::python, and other packages, gives you
    >> one variable, like PYTHON_INCLUDES, for its build.  When it is set to
    >> find `Python.h' it will not find `pyconfig.h'.

Seems to me like boost::python needs to be able to point at both
directories.  Maybe PYTHON_INCLUDES could be a colon-separated list of
directories which gets broken up into multiple -I<dir> flags.  I suppose
that sort of change is a bit late for v1?

Skip