PIL compile/make bombs out at step #7 -- help?

Karl G. Ulbrich karl at ulbrich.org
Thu Apr 27 12:20:38 EDT 2000


Found a solution; don't know if it's the right one:

> Here's my setup file -- I disabled the TK part as I neglected
> to install that package with Linux, but I have the python .h
> files, jpeg and libz stuff.
> 
> # Setup file for the Imaging module
> # =================================
[...]
> # *** Tcl/Tk support and library location
> #        Tk/tkImaging.c -DWITH_TKINTER -I/usr/local/include -L/usr/local/lib -ltcl8.0 -ltk8.0
>

Instead of commenting OUT that last line to disable
Tcl/TK support, replace it with a line that tells 
make nothing.  This seems to get around the *noobjects* error.
I used this, and it worked:

        -I/ 

No idea why; a friends' suggestion.

Karl 




More information about the Python-list mailing list