python 2.7 - "command 'gcc' failed with exit status 1" building PIL 1.1.7 -
i'm trying build python-imaging , error:
gcc -pthread -fno-strict-aliasing -g -o2 -dndebug -g -fwrapv -o3 -wall -wstrict-prototypes -fpic -dhave_libjpeg -dhave_libz -i/usr/local/include/freetype2 -ilibimaging -i/usr/local/include -i/usr/include/tcl8.5 -i/usr/include -i/usr/local/include/python2.7 -c libimaging/jpegdecode.c -o build/temp.linux-i686-2.7/libimaging/jpegdecode.o libimaging/jpegdecode.c: in function ‘fill_input_buffer’: libimaging/jpegdecode.c:55:12: error: ‘false’ undeclared (first use in function) libimaging/jpegdecode.c:55:12: note: each undeclared identifier reported once each function appears in libimaging/jpegdecode.c: in function ‘imagingjpegdecode’: libimaging/jpegdecode.c:163:45: error: ‘false’ undeclared (first use in function) libimaging/jpegdecode.c: in function ‘fill_input_buffer’: libimaging/jpegdecode.c:56:1: warning: control reaches end of non-void function [-wreturn-type] error: command 'gcc' failed exit status 1
Comments
Post a Comment