Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to compile if X11 is not installed #317

Closed
wichert opened this issue Aug 12, 2013 · 7 comments
Closed

Fails to compile if X11 is not installed #317

wichert opened this issue Aug 12, 2013 · 7 comments
Assignees

Comments

@wichert
Copy link

wichert commented Aug 12, 2013

I ran into this when trying to install Pillow on a new machine today: Pillow always seems to include some Tcl headers, which always include X11 headers. The result is that Pillow fails to compile if you don't have X11 installed.

@wiredfool
Copy link
Member

I'll check this out. What platform are you on, and what python + other packages are installed?

@ghost ghost assigned wiredfool Aug 12, 2013
@wichert
Copy link
Author

wichert commented Aug 12, 2013

OSX with Xcode installed and very little else. In particular no XQuartz or other X11 versions installed.

@aclark4life
Copy link
Member

Not sure I can reproduce that in 10.8 with no X11


aclark@vpn-156-40-149-168:/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/ > virtualenv .
New python executable in ./bin/python2.7
Also creating executable in ./bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
aclark@vpn:/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/ > bin/pip install Pillow
Downloading/unpacking Pillow
  Downloading Pillow-2.1.0.zip (2.1MB): 2.1MB downloaded
  Storing download in cache at /Users/aclark/Developer/download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPillow%2FPillow-2.1.0.zip
  Running setup.py egg_info for package Pillow

    warning: no previously-included files found matching '.hgignore'
    warning: no previously-included files found matching '.hgtags'
    warning: no previously-included files found matching 'BUILDME.bat'
    warning: no previously-included files found matching 'make-manifest.py'
    warning: no previously-included files found matching 'SHIP'
    warning: no previously-included files found matching 'SHIP.bat'
    warning: no files found matching 'COPYING'
    warning: no files found matching '*.html' under directory 'docs'
    warning: no files found matching '*.css' under directory 'docs'
    warning: no files found matching 'README' under directory 'docs'
    warning: no files found matching 'CHANGES' under directory 'docs'
    warning: no files found matching 'CONTENTS' under directory 'docs'
Installing collected packages: Pillow
  Running setup.py install for Pillow
    --- using frameworks at /System/Library/Frameworks
    building 'PIL._imaging' extension
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.8-x86_64-2.7/_imaging.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c decode.c -o build/temp.macosx-10.8-x86_64-2.7/decode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c encode.c -o build/temp.macosx-10.8-x86_64-2.7/encode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c map.c -o build/temp.macosx-10.8-x86_64-2.7/map.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c display.c -o build/temp.macosx-10.8-x86_64-2.7/display.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c outline.c -o build/temp.macosx-10.8-x86_64-2.7/outline.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c path.c -o build/temp.macosx-10.8-x86_64-2.7/path.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Access.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Access.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/AlphaComposite.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/AlphaComposite.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Antialias.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Antialias.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Bands.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Bands.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BitDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/BitDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Blend.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Blend.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Chops.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Chops.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Convert.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Convert.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ConvertYCbCr.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Copy.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Copy.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crc32.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crc32.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crop.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crop.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Dib.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Dib.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Draw.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Draw.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Effects.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Effects.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/EpsEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/File.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/File.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Fill.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Fill.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Filter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Filter.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/FliDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/FliDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Geometry.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Geometry.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GetBBox.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GetBBox.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/HexDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/HexDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Histo.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Histo.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/LzwDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Matrix.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Matrix.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ModeFilter.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/MspDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/MspDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Negative.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Negative.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Offset.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Offset.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Pack.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Pack.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PackDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PackDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Palette.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Palette.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Paste.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Paste.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Quant.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Quant.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantOctree.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantOctree.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHash.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHash.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHeap.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcdDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Point.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Point.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RankFilter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RankFilter.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Storage.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Storage.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/SunRleDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/TgaRleDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Unpack.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Unpack.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnpackYCC.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnsharpMask.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipDecode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipEncode.o
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBJPEG -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TiffDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/TiffDecode.o
    cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imaging.o build/temp.macosx-10.8-x86_64-2.7/decode.o build/temp.macosx-10.8-x86_64-2.7/encode.o build/temp.macosx-10.8-x86_64-2.7/map.o build/temp.macosx-10.8-x86_64-2.7/display.o build/temp.macosx-10.8-x86_64-2.7/outline.o build/temp.macosx-10.8-x86_64-2.7/path.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Access.o build/temp.macosx-10.8-x86_64-2.7/libImaging/AlphaComposite.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Antialias.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Bands.o build/temp.macosx-10.8-x86_64-2.7/libImaging/BitDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Blend.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Chops.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Convert.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Copy.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crc32.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crop.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Dib.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Draw.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Effects.o build/temp.macosx-10.8-x86_64-2.7/libImaging/EpsEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/File.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Fill.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Filter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/FliDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Geometry.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GetBBox.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/HexDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Histo.o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/LzwDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Matrix.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ModeFilter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/MspDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Negative.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Offset.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Pack.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PackDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Palette.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Paste.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Quant.o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantOctree.o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHash.o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHeap.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcdDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Point.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RankFilter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Storage.o build/temp.macosx-10.8-x86_64-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Unpack.o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/TiffDecode.o -L/usr/X11/lib -L/usr/local/lib -L/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/lib -L/usr/lib -ljpeg -lz -o build/lib.macosx-10.8-x86_64-2.7/PIL/_imaging.so
    building 'PIL._imagingtk' extension
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingtk.c -o build/temp.macosx-10.8-x86_64-2.7/_imagingtk.o -framework Tcl -framework Tk
    clang: warning: -framework Tcl: 'linker' input unused
    clang: warning: -framework Tk: 'linker' input unused
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Tk/tkImaging.c -o build/temp.macosx-10.8-x86_64-2.7/Tk/tkImaging.o -framework Tcl -framework Tk
    clang: warning: -framework Tcl: 'linker' input unused
    clang: warning: -framework Tk: 'linker' input unused
    cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imagingtk.o build/temp.macosx-10.8-x86_64-2.7/Tk/tkImaging.o -L/usr/X11/lib -L/usr/local/lib -L/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/lib -L/usr/lib -o build/lib.macosx-10.8-x86_64-2.7/PIL/_imagingtk.so -framework Tcl -framework Tk
    building 'PIL._imagingmath' extension
    cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/include -I/usr/local/include -I/usr/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingmath.c -o build/temp.macosx-10.8-x86_64-2.7/_imagingmath.o
    cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imagingmath.o -L/usr/X11/lib -L/usr/local/lib -L/private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/lib -L/usr/lib -o build/lib.macosx-10.8-x86_64-2.7/PIL/_imagingmath.so
    --------------------------------------------------------------------
    PIL SETUP SUMMARY
    --------------------------------------------------------------------
    version      Pillow 2.1.0
    platform     darwin 2.7.5 (default, Aug 10 2013, 16:40:50)
                 [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)]
    --------------------------------------------------------------------
    --- TKINTER support available
    --- JPEG support available
    --- ZLIB (PNG/ZIP) support available
    *** TIFF G3/G4 (experimental) support not available
    *** FREETYPE2 support not available
    *** LITTLECMS support not available
    *** WEBP support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.

    To check the build, run the selftest.py script.

    changing mode of build/scripts-2.7/pilconvert.py from 644 to 755
    changing mode of build/scripts-2.7/pildriver.py from 644 to 755
    changing mode of build/scripts-2.7/pilfile.py from 644 to 755
    changing mode of build/scripts-2.7/pilfont.py from 644 to 755
    changing mode of build/scripts-2.7/pilprint.py from 644 to 755

    warning: no previously-included files found matching '.hgignore'
    warning: no previously-included files found matching '.hgtags'
    warning: no previously-included files found matching 'BUILDME.bat'
    warning: no previously-included files found matching 'make-manifest.py'
    warning: no previously-included files found matching 'SHIP'
    warning: no previously-included files found matching 'SHIP.bat'
    warning: no files found matching 'COPYING'
    warning: no files found matching '*.html' under directory 'docs'
    warning: no files found matching '*.css' under directory 'docs'
    warning: no files found matching 'README' under directory 'docs'
    warning: no files found matching 'CHANGES' under directory 'docs'
    warning: no files found matching 'CONTENTS' under directory 'docs'
    changing mode of /private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/bin/pilconvert.py to 755
    changing mode of /private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/bin/pildriver.py to 755
    changing mode of /private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/bin/pilfile.py to 755
    changing mode of /private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/bin/pilfont.py to 755
    changing mode of /private/var/folders/3g/l24jm5w15314gy8hv48kbzrw0000gn/T/tmpT5hsiF/bin/pilprint.py to 755
Successfully installed Pillow
Cleaning up...

@wiredfool
Copy link
Member

I had to put together a really stripped down install, since git-core installs x libraries. Because of that, I'm pretty sure that none of our automated tests will ever test this without some of the X libraries installed. That having been said, I can't replicate this on a bare ubuntu 12.04 install, and I don't have access to OSX without X installed.

(vp27)erics@e3e77a2b54fe:~/build/Pillow$ python setup.py build_ext
running build_ext
building 'PIL._imaging' extension
creating build/temp.linux-x86_64-2.7/libImaging
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c _imaging.c -o build/temp.linux-x86_64-2.7/_imaging.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c decode.c -o build/temp.linux-x86_64-2.7/decode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c encode.c -o build/temp.linux-x86_64-2.7/encode.o
encode.c: In function 'PyImaging_LibTiffEncoderNew':
encode.c:676:9: warning: variable 'compression' set but not used [-Wunused-but-set-variable]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c map.c -o build/temp.linux-x86_64-2.7/map.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c display.c -o build/temp.linux-x86_64-2.7/display.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c outline.c -o build/temp.linux-x86_64-2.7/outline.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c path.c -o build/temp.linux-x86_64-2.7/path.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Access.c -o build/temp.linux-x86_64-2.7/libImaging/Access.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/AlphaComposite.c -o build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Antialias.c -o build/temp.linux-x86_64-2.7/libImaging/Antialias.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Bands.c -o build/temp.linux-x86_64-2.7/libImaging/Bands.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/BitDecode.c -o build/temp.linux-x86_64-2.7/libImaging/BitDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Blend.c -o build/temp.linux-x86_64-2.7/libImaging/Blend.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Chops.c -o build/temp.linux-x86_64-2.7/libImaging/Chops.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Convert.c -o build/temp.linux-x86_64-2.7/libImaging/Convert.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Copy.c -o build/temp.linux-x86_64-2.7/libImaging/Copy.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Crc32.c -o build/temp.linux-x86_64-2.7/libImaging/Crc32.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Crop.c -o build/temp.linux-x86_64-2.7/libImaging/Crop.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Dib.c -o build/temp.linux-x86_64-2.7/libImaging/Dib.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Draw.c -o build/temp.linux-x86_64-2.7/libImaging/Draw.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Effects.c -o build/temp.linux-x86_64-2.7/libImaging/Effects.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/File.c -o build/temp.linux-x86_64-2.7/libImaging/File.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Fill.c -o build/temp.linux-x86_64-2.7/libImaging/Fill.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Filter.c -o build/temp.linux-x86_64-2.7/libImaging/Filter.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/FliDecode.c -o build/temp.linux-x86_64-2.7/libImaging/FliDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Geometry.c -o build/temp.linux-x86_64-2.7/libImaging/Geometry.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/GetBBox.c -o build/temp.linux-x86_64-2.7/libImaging/GetBBox.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/GifDecode.c -o build/temp.linux-x86_64-2.7/libImaging/GifDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/GifEncode.c -o build/temp.linux-x86_64-2.7/libImaging/GifEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/HexDecode.c -o build/temp.linux-x86_64-2.7/libImaging/HexDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Histo.c -o build/temp.linux-x86_64-2.7/libImaging/Histo.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Matrix.c -o build/temp.linux-x86_64-2.7/libImaging/Matrix.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/MspDecode.c -o build/temp.linux-x86_64-2.7/libImaging/MspDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Negative.c -o build/temp.linux-x86_64-2.7/libImaging/Negative.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Offset.c -o build/temp.linux-x86_64-2.7/libImaging/Offset.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Pack.c -o build/temp.linux-x86_64-2.7/libImaging/Pack.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/PackDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PackDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Palette.c -o build/temp.linux-x86_64-2.7/libImaging/Palette.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Paste.c -o build/temp.linux-x86_64-2.7/libImaging/Paste.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Quant.c -o build/temp.linux-x86_64-2.7/libImaging/Quant.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/QuantOctree.c -o build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/QuantHash.c -o build/temp.linux-x86_64-2.7/libImaging/QuantHash.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Point.c -o build/temp.linux-x86_64-2.7/libImaging/Point.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/RankFilter.c -o build/temp.linux-x86_64-2.7/libImaging/RankFilter.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/RawDecode.c -o build/temp.linux-x86_64-2.7/libImaging/RawDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/RawEncode.c -o build/temp.linux-x86_64-2.7/libImaging/RawEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Storage.c -o build/temp.linux-x86_64-2.7/libImaging/Storage.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/Unpack.c -o build/temp.linux-x86_64-2.7/libImaging/Unpack.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c libImaging/TiffDecode.c -o build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/PIL
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_imaging.o build/temp.linux-x86_64-2.7/decode.o build/temp.linux-x86_64-2.7/encode.o build/temp.linux-x86_64-2.7/map.o build/temp.linux-x86_64-2.7/display.o build/temp.linux-x86_64-2.7/outline.o build/temp.linux-x86_64-2.7/path.o build/temp.linux-x86_64-2.7/libImaging/Access.o build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o build/temp.linux-x86_64-2.7/libImaging/Antialias.o build/temp.linux-x86_64-2.7/libImaging/Bands.o build/temp.linux-x86_64-2.7/libImaging/BitDecode.o build/temp.linux-x86_64-2.7/libImaging/Blend.o build/temp.linux-x86_64-2.7/libImaging/Chops.o build/temp.linux-x86_64-2.7/libImaging/Convert.o build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.linux-x86_64-2.7/libImaging/Copy.o build/temp.linux-x86_64-2.7/libImaging/Crc32.o build/temp.linux-x86_64-2.7/libImaging/Crop.o build/temp.linux-x86_64-2.7/libImaging/Dib.o build/temp.linux-x86_64-2.7/libImaging/Draw.o build/temp.linux-x86_64-2.7/libImaging/Effects.o build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o build/temp.linux-x86_64-2.7/libImaging/File.o build/temp.linux-x86_64-2.7/libImaging/Fill.o build/temp.linux-x86_64-2.7/libImaging/Filter.o build/temp.linux-x86_64-2.7/libImaging/FliDecode.o build/temp.linux-x86_64-2.7/libImaging/Geometry.o build/temp.linux-x86_64-2.7/libImaging/GetBBox.o build/temp.linux-x86_64-2.7/libImaging/GifDecode.o build/temp.linux-x86_64-2.7/libImaging/GifEncode.o build/temp.linux-x86_64-2.7/libImaging/HexDecode.o build/temp.linux-x86_64-2.7/libImaging/Histo.o build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o build/temp.linux-x86_64-2.7/libImaging/Matrix.o build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o build/temp.linux-x86_64-2.7/libImaging/MspDecode.o build/temp.linux-x86_64-2.7/libImaging/Negative.o build/temp.linux-x86_64-2.7/libImaging/Offset.o build/temp.linux-x86_64-2.7/libImaging/Pack.o build/temp.linux-x86_64-2.7/libImaging/PackDecode.o build/temp.linux-x86_64-2.7/libImaging/Palette.o build/temp.linux-x86_64-2.7/libImaging/Paste.o build/temp.linux-x86_64-2.7/libImaging/Quant.o build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o build/temp.linux-x86_64-2.7/libImaging/QuantHash.o build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o build/temp.linux-x86_64-2.7/libImaging/Point.o build/temp.linux-x86_64-2.7/libImaging/RankFilter.o build/temp.linux-x86_64-2.7/libImaging/RawDecode.o build/temp.linux-x86_64-2.7/libImaging/RawEncode.o build/temp.linux-x86_64-2.7/libImaging/Storage.o build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.linux-x86_64-2.7/libImaging/Unpack.o build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/home/erics/vp27/lib -ljpeg -lz -ltiff -o build/lib.linux-x86_64-2.7/PIL/_imaging.so
building 'PIL._imagingft' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c _imagingft.c -o build/temp.linux-x86_64-2.7/_imagingft.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_imagingft.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/home/erics/vp27/lib -lfreetype -o build/lib.linux-x86_64-2.7/PIL/_imagingft.so
building 'PIL._imagingcms' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c _imagingcms.c -o build/temp.linux-x86_64-2.7/_imagingcms.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_imagingcms.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/home/erics/vp27/lib -llcms -o build/lib.linux-x86_64-2.7/PIL/_imagingcms.so
building 'PIL._imagingmath' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/freetype2 -IlibImaging -I/home/erics/vp27/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c _imagingmath.c -o build/temp.linux-x86_64-2.7/_imagingmath.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_imagingmath.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/home/erics/vp27/lib -o build/lib.linux-x86_64-2.7/PIL/_imagingmath.so
--------------------------------------------------------------------
PIL SETUP SUMMARY
--------------------------------------------------------------------
version      Pillow 2.1.0
platform     linux2 2.7.3 (default, Apr 20 2012, 22:39:59)
             [GCC 4.6.3]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
--- TIFF G3/G4 (experimental) support available
--- FREETYPE2 support available
--- LITTLECMS support available
*** WEBP support not available
*** WEBPMUX support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.

To check the build, run the selftest.py script.

(vp27)erics@e3e77a2b54fe:~/build/Pillow$ dpkg -l | grep X
ii  dash                        0.5.7-2ubuntu2             POSIX-compliant shell
ii  libexpat1                   2.0.1-7.2ubuntu1.1         XML parsing C library - runtime library
ii  libexpat1-dev               2.0.1-7.2ubuntu1.1         XML parsing C library - development kit
ii  liblzma5                    5.1.1alpha+20110809-3      XZ-format compression library
ii  libpciaccess0               0.12.902-1                 Generic PCI access library for X
ii  xz-utils                    5.1.1alpha+20110809-3      XZ-format compression utilities
(vp27)erics@e3e77a2b54fe:~/build/Pillow$ find / -name X11 -print
find: `/var/cache/ldconfig': Permission denied
find: `/proc/tty/driver': Permission denied
find: `/proc/1/task/1/fd': Permission denied
find: `/proc/1/task/1/fdinfo': Permission denied
find: `/proc/1/task/1/ns': Permission denied
find: `/proc/1/fd': Permission denied
find: `/proc/1/map_files': Permission denied
find: `/proc/1/fdinfo': Permission denied
find: `/proc/1/ns': Permission denied
find: `/proc/768/task/768/fd': Permission denied
find: `/proc/768/task/768/fdinfo': Permission denied
find: `/proc/768/task/768/ns': Permission denied
find: `/proc/768/fd': Permission denied
find: `/proc/768/map_files': Permission denied
find: `/proc/768/fdinfo': Permission denied
find: `/proc/768/ns': Permission denied
find: `/root': Permission denied
(vp27)erics@e3e77a2b54fe:~/build/Pillow$ 

@aclark4life
Copy link
Member

@wichert Please reopen if you know why neither of us can reproduce

@wichert
Copy link
Author

wichert commented Oct 7, 2013

FWIW I just ran into this again with Pillow 1.7.8. Updating to Pillow 2.2.1 made the error go away, so I'm guessing this was fixed somewhere between 2.1.0 and 2.2.1.

@aclark4life
Copy link
Member

Ah! Good to know, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants