[Python-Dev] pyconfig.h and exec-prefix (original) (raw)
David Abrahams dave@boost-consulting.com
24 Oct 2002 19:01:48 -0400
- Previous message: [Python-Dev] pyconfig.h and exec-prefix
- Next message: [Python-Dev] pyconfig.h and exec-prefix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro <skip@pobox.com> writes:
>> Now the problem is that boost::python, and other packages, gives you >> one variable, like PYTHONINCLUDES, for its build. When it is set to >> find
Python.h' it will not findpyconfig.h'.Seems to me like boost::python needs to be able to point at both directories. Maybe PYTHONINCLUDES could be a colon-separated list of directories which gets broken up into multiple -I flags. I suppose that sort of change is a bit late for v1?
Considering that v2 was released a few weeks ago, that sounds about right ;-)
-- David Abrahams dave@boost-consulting.com * http://www.boost-consulting.com
Building C/C++ Extensions for Python: Dec 9-11, Austin, TX http://www.enthought.com/training/building_extensions.html
- Previous message: [Python-Dev] pyconfig.h and exec-prefix
- Next message: [Python-Dev] pyconfig.h and exec-prefix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]