[Image-SIG] Imaging-1.1.1.tar.gz

Fredrik Lundh fredrik@pythonware.com
Wed, 28 Feb 2001 11:14:13 +0100


Imaging-1.1.1.tar.gzHany Farag wrote:
> i followed all the instructions at http://www.python.org/sigs/image-sig/Imaging-0.2b4-README
> to install and configure the image Lib but it is not working .

if you're using 1.1.1, it's probably better to use the README
in the source directory.

> bash-2.02$ sudo -u bin make 
> gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c coretest.c -o coretest.o 
> In file included from Imaging.h:22, 
>                  from coretest.c:19: 
> ImPlatform.h:19: #error Sorry, this library assumes ANSI header files. 
> ImPlatform.h:37: #error Cannot find required 32-bit integer type 
> ImPlatform.h:49: #error Cannot find required 32-bit floating point type 
> make: *** [coretest.o] Error 1 

did ./configure run successfully?  (if you're not sure, check config.log)

what does ImConfig.h look like?  

Cheers /F