[Image-SIG] problems with PIL

R Fisher rob@zeus.hud.ac.uk
Fri, 27 Mar 1998 10:23:05 GMT


Hi,

I'm trying to build PIL with TkInter support into Python1.5, under
Solaris 2.5.

I have unpacked the distribution into Python-1.5/Extensions/Imaging, built
the core library and _imagingmodule.so, and
have edited Modules/Setup to include TkInter (compilation is fine with
this alone enabled) and PIL.

When I do a make, it fails with:

making Makefile in subdirectory Modules
`Makefile' is up to date.
cd Parser ; make OPT="-g -O2" VERSION="1.5" \
		prefix="/usr/local" exec_prefix="/usr/local" all
cd Objects ; make OPT="-g -O2" VERSION="1.5" \
		prefix="/usr/local" exec_prefix="/usr/local" all
cd Python ; make OPT="-g -O2" VERSION="1.5" \
		prefix="/usr/local" exec_prefix="/usr/local" all
cd Modules ; make OPT="-g -O2" VERSION="1.5" \
		prefix="/usr/local" exec_prefix="/usr/local" all
make: Fatal error: Don't know how to make target `tkImaging.c'
Current working directory /home/staff2/rob/tmp/Python-1.5/Modules
*** Error code 1
make: Fatal error: Command failed for target `Modules'


I've tried everything I can think of, but I can't get the thing to build.

Any ideas?

Thanks,

Rob