[Image-SIG] Problems installing PIL

Fredrik Lundh fredrik@pythonware.com
Wed, 26 Aug 1998 16:01:42 +0100


>JpegDecode.c:111:
>int
>ImagingJpegDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
>{
>Imaging.h:299:
>extern int ImagingJpegDecode(Imaging im, ImagingCodecState state,
>      UINT8* buffer, int bytes);
>
>Unless something is redeclared in the meantime.

What JPEG lib do you use?  Could it be a conflict between a UINT8
typedef and a UINT8 define (PIL uses the latter)?

>Does anybody have a clue?

Not really...  I've built 0.3b2 on a number of platforms, but haven't
seen anything like this.

Cheers /F
fredrik@pythonware.com
http://www.pythonware.com