Menu

#2 Possible bug in Makefile.in

open-fixed
configure (3)
7
2000-11-09
2000-11-06
No

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

Discussion

  • Michael P. Reilly

    • assigned_to: nobody --> arcege
     
  • Michael P. Reilly

    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).

     
  • Michael P. Reilly

    • priority: 5 --> 7
    • labels: 104103 --> configure
     
  • Michael P. Reilly

    • status: open --> open-fixed
     
  • Michael P. Reilly

    Changed configure to look for and use an alternative include directory for Python build directories.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.