Last active
December 19, 2015 17:38
-
-
Save kimnzl/5992774 to your computer and use it in GitHub Desktop.
10.9 build of PIL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
artemis:~ kim$ brew doctor | |
Warning: You are using Mac OS X 10.9. | |
We do not yet provide support for this (unreleased) version. | |
artemis:~ kim$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: f4242e5865a88c5b7cc802b51afc23702b601c86 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP3.app/Contents/Developer | |
LLVM-GCC: build 0 | |
Clang: 5.0 build 500 | |
X11: 2.7.5_rc2 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby/bin/ruby | |
artemis:~ kim$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install PIL 2>&1 | |
==> Downloading http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/pil-1.1.7.tar.gz | |
tar xf /Library/Caches/Homebrew/pil-1.1.7.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file libImaging/Quant.c | |
brew: Appending to PYTHONPATH: /usr/local/Cellar/pil/1.1.7/lib/python2.7/site-packages | |
==> /usr/local/opt/python/bin/python2 setup.py install --prefix=/usr/local/Cellar/pil/1.1.7 | |
/usr/local/opt/python/bin/python2 setup.py install --prefix=/usr/local/Cellar/pil/1.1.7 | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/__init__.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ArgImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/BdfFontFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ContainerIO.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/CurImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ExifTags.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/FliImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/FontFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GdImageFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GifImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GimpGradientFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/Image.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageChops.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageCms.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageColor.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageDraw.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageDraw2.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageEnhance.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageFileIO.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageFilter.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageFont.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageGL.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageGrab.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageMath.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageMode.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageOps.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImagePalette.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImagePath.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageQt.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageSequence.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageShow.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageStat.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageTk.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageTransform.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImageWin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/MicImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/MspImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/OleFileIO.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PaletteFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PcfFontFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PngImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/PSDraw.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/SunImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/TarIO.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/TiffTags.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/WalImageFile.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7 | |
running build_ext | |
--- using frameworks at /System/Library/Frameworks | |
building '_imaging' extension | |
creating build/temp.macosx-10.9-x86_64-2.7 | |
creating build/temp.macosx-10.9-x86_64-2.7/libImaging | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/_imaging.o | |
_imaging.c:3017:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' | |
(aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types] | |
(inquiry) image_length, /*sq_length*/ | |
^~~~~~~~~~~~~~~~~~~~~~ | |
_imaging.c:3077:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' | |
(aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types] | |
(inquiry) NULL, /*mp_length*/ | |
^~~~~~~~~~~~~~ | |
2 warnings generated. | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/decode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/encode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/map.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/display.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/outline.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/path.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Access.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Antialias.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Bands.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/BitDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Blend.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Chops.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Convert.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/ConvertYCbCr.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Copy.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Crc32.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Crop.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Dib.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Draw.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Effects.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/EpsEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/File.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Fill.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Filter.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/FliDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Geometry.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/GetBBox.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/GifDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/GifEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/HexDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Histo.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/JpegDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/JpegEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/LzwDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Matrix.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/ModeFilter.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/MspDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Negative.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Offset.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Pack.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/PackDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Palette.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Paste.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Quant.o | |
libImaging/Quant.c:154:10: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] | |
*valp=(void *)((*(int *)valp)+(*(int *)&newval)); | |
^ | |
1 warning generated. | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/QuantHash.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/QuantHeap.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/PcdDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/PcxDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/PcxEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Point.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/RankFilter.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/RawDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/RawEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Storage.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/SunRleDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/TgaRleDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/Unpack.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/UnpackYCC.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/UnsharpMask.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/XbmDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/XbmEncode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/ZipDecode.o | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -DHAVE_LIBJPEG -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/libImaging/ZipEncode.o | |
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -arch x86_64 build/temp.macosx-10.9-x86_64-2.7/_imaging.o build/temp.macosx-10.9-x86_64-2.7/decode.o build/temp.macosx-10.9-x86_64-2.7/encode.o build/temp.macosx-10.9-x86_64-2.7/map.o build/temp.macosx-10.9-x86_64-2.7/display.o build/temp.macosx-10.9-x86_64-2.7/outline.o build/temp.macosx-10.9-x86_64-2.7/path.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Access.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Antialias.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Bands.o build/temp.macosx-10.9-x86_64-2.7/libImaging/BitDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Blend.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Chops.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Convert.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Copy.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crc32.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crop.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Dib.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Draw.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Effects.o build/temp.macosx-10.9-x86_64-2.7/libImaging/EpsEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/File.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Fill.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Filter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/FliDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Geometry.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GetBBox.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/HexDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Histo.o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/LzwDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Matrix.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ModeFilter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/MspDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Negative.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Offset.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Pack.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PackDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Palette.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Paste.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Quant.o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHash.o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHeap.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcdDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Point.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RankFilter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Storage.o build/temp.macosx-10.9-x86_64-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Unpack.o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipEncode.o -L/usr/local/opt/freetype/lib -L/usr/local/lib -L/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -ljpeg -o build/lib.macosx-10.9-x86_64-2.7/_imaging.so | |
building '_imagingft' extension | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingft.c -o build/temp.macosx-10.9-x86_64-2.7/_imagingft.o | |
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -arch x86_64 build/temp.macosx-10.9-x86_64-2.7/_imagingft.o -L/usr/local/opt/freetype/lib -L/usr/local/lib -L/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -lfreetype -o build/lib.macosx-10.9-x86_64-2.7/_imagingft.so | |
building '_imagingtk' extension | |
creating build/temp.macosx-10.9-x86_64-2.7/Tk | |
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -I/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/freetype/include -I/usr/local/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/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.9-x86_64-2.7/_imagingtk.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused | |
clang: warning: -framework Tk: 'linker' input unused | |
In file included from _imagingtk.c:19: | |
/Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found | |
# include <X11/Xlib.h> | |
^ | |
1 error generated. | |
error: command 'cc' failed with exit status 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: f4242e5865a88c5b7cc802b51afc23702b601c86 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP3.app/Contents/Developer | |
X11: 2.7.5_rc2 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr | |
CMAKE_INCLUDE_PATH: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers:/Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
HOMEBREW_MAKE_JOBS: 1 | |
HOMEBREW_SDKROOT: /Applications/Xcode5-DP3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/opt/python/bin:/usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/Applications/Xcode5-DP3.app/Contents/Developer/usr/bin:/Applications/Xcode5-DP3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/freetype/bin:/usr/local/opt/jpeg/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: pil did not build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same problem. Any solutions?