
Oct. 24, 2002
11:11 p.m.
>> 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