Compiler warning for PIL

Fredrik Lundh fredrik at pythonware.com
Thu Apr 19 02:35:59 EDT 2001


Edward C. Jones wrote:
> I use RedHat 6.2 Linux on a PC. The compiler is egcs-2.91.66. I get the
> following warning when making PIL 1.1.1:
>
> ././encode.c: In function _encode_to_file':
> ././encode.c:153: warning: implicit declaration of function `write'
>
> What does this mean?

that the encode.c really should include "unistd.h" on linux/unix, but
doesn't.  you can ignore the warning.

Cheers /F





More information about the Python-list mailing list