Possible bug in Makefile.in
Status: Inactive
Brought to you by:
arcege
While compiling ExpectPy 1.9b1 (Linux 2.2.15-15mdk)
there is a complain from the compiler saying that it
cannot find config.h in Python 2.0. In my case it seems
that Makefile.in do not consider the source directory
of Python-2.0 distrib to be a include dir. In my case,
after adding -I/usr/local/src/Python-2.0 to the Makefile
compilation proceeded. I do not know if this is a local
problem or a general one. If the latter is true I can provide a patch.
HTH
Rod Senra
The configure.in file does not correctly set the CPPFLAGS value in the Makefile when given a Python build directory (instead of an install directory).
Changed configure to look for and use an alternative include directory for Python build directories.