[Image-SIG] Imaging-1.1.2

Fredrik Lundh fredrik@pythonware.com
Mon, 25 Feb 2002 17:11:06 +0100


kevin wrote:

> I'm trying to compile on Solaris 2.6, 32bit, gcc. 
> Anyone know what these errors mean.  Let me know if I
> need to provide more information.
> 
> ######
> gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H  -c 
> coretest.c
> In file included from Imaging.h:21,
>                  from coretest.c:19:
> ImPlatform.h:18: #error Sorry, this library requires
> ANSI header files.
> ImPlatform.h:36: #error Cannot find required 32-bit
> integer type
> ImPlatform.h:48: #error Cannot find required 32-bit
> floating point type 
> *** Error code 1
> make: Fatal error: Command failed for target
> `coretest.o'
> ######

looks like a broken compiler installation; for some reason, the
compiler is picking up non-ANSI/pre-ANSI header files.

the libImaging/config.log file may provide additional clues.

</F>