[IMAGE-SIG] Compiling 0.3a1 on SGI

Fredrik Lundh fredrik@pythonware.com
Mon, 12 Jan 1998 00:07:39 +0100


>cfe: Warning 605: ./ImPlatform.h: 20:
>#error Sorry, this library assumes ANSI header files.
>
>We have the latest compiler and have applied all the relavent patches.
>Shouldn't I have an ANSI C compiler?

Maybe it's not 100% ANSI compliant, unless you tell it so?

The error you get indicates that the header files are not fully correct,
and one possible reason for this is that the ctype.h macros are not
ANSI compliant -- something that is true for at least some older Irix
systems.

Try reconfiguring with

    CC="cc -ansi" ./configure

and rebuild.

Cheers /F



_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________