[Image-SIG] Installing PIL 1.1.4 Error on make

Bjoern Platzen bplatzen at sosnetz.de
Tue Oct 14 03:44:49 EDT 2003


Hi List,

I'm trying to install PIL 1.1.4 and I get Errors on 'make':

$ ./configure
$ make
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o coretest.o 
coretest.c
In file included from Imaging.h:21,
                 from coretest.c:19:
ImPlatform.h:14: #error Sorry, this library requires support for ANSI 
prototypes.
ImPlatform.h:17: #error Sorry, this library requires ANSI header files.
ImPlatform.h:35: #error Cannot find required 32-bit integer type
ImPlatform.h:47: #error Cannot find required 32-bit floating point type
make: *** [coretest.o] Fehler 1

When I try (after rm config.cache and make clean):
$ CC="gcc -ansi" ./configure
$ make
I get:
gcc -ansi -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o 
coretest.o coretest.c
In file included from Imaging.h:21,
                 from coretest.c:19:
ImPlatform.h:14: #error Sorry, this library requires support for ANSI 
prototypes.
ImPlatform.h:17: #error Sorry, this library requires ANSI header files.
ImPlatform.h:35: #error Cannot find required 32-bit integer type
ImPlatform.h:47: #error Cannot find required 32-bit floating point type
make: *** [coretest.o] Fehler 1

I'm on a SuSE Linux 8.0 Box and I've downloaded the Imaging-1.1.4.tar.gz 
Package from the Pythonware-Homepage.

Can somebody give me a hint what to do??

Thanks in advance,

Bjoern.

-- 
small office solutions
info at sosnetz.de  -  http://www.sosnetz.de



More information about the Image-SIG mailing list