View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 10:59 AM
Eef Hartman
 
Posts: n/a
Default Re: libnewt compilation

tink <andrej.groups@gmail.com> wrote:
> Modifying it to
> #include "/usr/include/python2.4/Python.h"


Just "python2.4/Python.h" should already have done it (/usr/include)
is searched by default) or otherwise add a "-I/usr/include/python2.4"
to the compile options (in most Makefiles: CFLAGS variable).
--
************************************************** ******************
** Eef Hartman, Delft University of Technology, dept. EWI/TW **
** e-mail: E.J.M.Hartman@math.tudelft.nl, fax: +31-15-278 7295 **
** snail-mail: P.O. Box 5031, 2600 GA Delft, The Netherlands **
************************************************** ******************
Reply With Quote