[Image-SIG] Errors compiling _tkinter with Imaging support
Charles Esteban Paul
cepaul@aether.bluelight.net
Mon, 14 Jun 1999 23:01:39 -0400
Output of compile attempt:
*****************************
~/src/python/Python-1.5.2/Modules$ make
gcc -DWITH_APPINIT -I/usr/include -I/usr/X11R6/include -DWITH_PIL
-I../Extensions/Imaging/libImaging -g -O2 -I./../Include -I..
-DHAVE_CONFIG_H -c ./tkImaging.c
./tkImaging.c:44: Imaging.h: No such file or directory
make: *** [tkImaging.o] Error 1
*****************************
I have looked inside all of the include/ directories for Python1.52 and for
Imaging-1.0b1 - yet I still cannot find Imaging.h
I followed the directions in the Imaging README to the 't' - is there a
logical step that I am missing here, or do I have to download Imaging.h in
another tarball?
Thanks for your time :)