Last active
January 1, 2016 20:49
-
-
Save Meekohi/8199123 to your computer and use it in GitHub Desktop.
homebrew could not build pillow
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
| meekohi ~$ brew doctor | |
| Warning: Setting DYLD_* vars can break dynamic linking. | |
| Set variables: | |
| DYLD_LIBRARY_PATH | |
| Warning: Unbrewed static libraries were found in /usr/local/lib. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected static libraries: | |
| /usr/local/lib/libf2c.a | |
| meekohi ~$ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew.git | |
| HEAD: ddfda9d032017e97a87d33b0bbb85dfb2a8722d0 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: 8-core 64-bit haswell | |
| OS X: 10.9.1-x86_64 | |
| Xcode: 5.0.2 | |
| CLT: 5.0.1.0.1.1382131676 | |
| GCC-4.2: build 5666 | |
| Clang: 5.0 build 500 | |
| X11: 2.7.5 => /opt/X11 | |
| System Ruby: 1.8.7-358 | |
| Perl: /usr/bin/perl | |
| Python: /usr/bin/python | |
| Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
| meekohi ~$ brew install -v pillow 2>&1 | |
| ==> Downloading https://github.com/python-imaging/Pillow/archive/2.1.0.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/pillow-2.1.0.tar.gz | |
| ==> Verifying pillow-2.1.0.tar.gz checksum | |
| tar xf /Library/Caches/Homebrew/pillow-2.1.0.tar.gz | |
| brew: PYTHONPATH=/usr/local/lib/python2.7/site-packages:/usr/local/Cellar/pillow/2.1.0/lib/python2.7/site-packages:/usr/local/Cellar/pillow/2.1.0/libexec/lib/python2.7/site-packages | |
| ==> /usr/bin/python setup.py install --prefix=/usr/local/Cellar/pillow/2.1.0 --record=installed.txt --single-version-externally-managed | |
| running install | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib.macosx-10.9-intel-2.7 | |
| creating build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/__init__.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/_binary.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/_util.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ArgImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/BdfFontFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ContainerIO.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/CurImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ExifTags.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/FliImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/FontFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GdImageFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GifImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GimpGradientFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/Image.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageChops.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageCms.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageColor.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageDraw.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageDraw2.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageEnhance.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageFileIO.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageFilter.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageFont.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageGrab.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageMath.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageMode.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageOps.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImagePalette.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImagePath.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageQt.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageSequence.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageShow.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageStat.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageTk.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageTransform.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImageWin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/JpegPresets.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/MicImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/MspImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/OleFileIO.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PaletteFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PcfFontFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PngImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/PSDraw.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/SunImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/TarIO.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/TiffTags.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/WalImageFile.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/WebPImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.9-intel-2.7/PIL | |
| running build_ext | |
| --- using frameworks at /System/Library/Frameworks | |
| building 'PIL._imaging' extension | |
| creating build/temp.macosx-10.9-intel-2.7 | |
| creating build/temp.macosx-10.9-intel-2.7/libImaging | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.9-intel-2.7/_imaging.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| _imaging.c:375:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| n = PyObject_Length(arg); | |
| ~ ^~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length' | |
| #define PyObject_Length PyObject_Size | |
| ^ | |
| _imaging.c:390:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| int temp = PyInt_AsLong(op); | |
| ~~~~ ^~~~~~~~~~~~~~~~ | |
| _imaging.c:396:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| int temp = PyInt_AsLong(op); | |
| ~~~~ ^~~~~~~~~~~~~~~~ | |
| _imaging.c:406:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| int temp = PyInt_AsLong(op); | |
| ~~~~ ^~~~~~~~~~~~~~~~ | |
| _imaging.c:412:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| int temp = PyInt_AsLong(op); | |
| ~~~~ ^~~~~~~~~~~~~~~~ | |
| _imaging.c:519:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| r = PyInt_AsLong(color); | |
| ~ ^~~~~~~~~~~~~~~~~~~ | |
| _imaging.c:532:25: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| r = PyInt_AS_LONG(color); | |
| ~ ^~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG' | |
| #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) | |
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
| _imaging.c:560:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| r = PyInt_AsLong(color); | |
| ~ ^~~~~~~~~~~~~~~~~~~ | |
| _imaging.c:574:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| r = PyInt_AsLong(color); | |
| ~ ^~~~~~~~~~~~~~~~~~~ | |
| _imaging.c:953:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| *x = PyInt_AS_LONG(value); | |
| ~ ^~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG' | |
| #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) | |
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
| _imaging.c:961:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| *y = PyInt_AS_LONG(value); | |
| ~ ^~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG' | |
| #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) | |
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
| _imaging.c:1252:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| n = PyObject_Length(data); | |
| ~ ^~~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length' | |
| #define PyObject_Length PyObject_Size | |
| ^ | |
| _imaging.c:3081:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| y = i / im->xsize; | |
| ~ ~~^~~~~~~~~~~ | |
| 13 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c decode.c -o build/temp.macosx-10.9-intel-2.7/decode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c encode.c -o build/temp.macosx-10.9-intel-2.7/encode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| encode.c:532:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| num_tables = PySequence_Size(qtables); | |
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~ | |
| encode.c:563:29: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32] | |
| qarrays[i][j] = PyInt_AS_LONG(PySequence_Fast_GET_ITEM(table_data, j)); | |
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG' | |
| #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) | |
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c map.c -o build/temp.macosx-10.9-intel-2.7/map.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c display.c -o build/temp.macosx-10.9-intel-2.7/display.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c outline.c -o build/temp.macosx-10.9-intel-2.7/outline.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c path.c -o build/temp.macosx-10.9-intel-2.7/path.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| path.c:120:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| return path->count; | |
| ~~~~~~ ~~~~~~^~~~~ | |
| path.c:127:32: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
| int n = buffer.len / (2 * sizeof(float)); | |
| ~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ | |
| path.c:147:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| n = PyObject_Length(data); | |
| ~ ^~~~~~~~~~~~~~~~~~~~~ | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length' | |
| #define PyObject_Length PyObject_Size | |
| ^ | |
| path.c:301:21: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| i = self->count - j; | |
| ~ ~~~~~~~~~~~~^~~ | |
| path.c:360:25: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| i = self->count + i; | |
| ~ ~~~~~~~~~~~~^~~ | |
| path.c:557:35: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| return path_getitem(self, i); | |
| ~~~~~~~~~~~~ ^ | |
| 6 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Access.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Access.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/AlphaComposite.c -o build/temp.macosx-10.9-intel-2.7/libImaging/AlphaComposite.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Antialias.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Antialias.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Bands.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Bands.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BitDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/BitDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/BitDecode.c:137:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Blend.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Blend.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Chops.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Chops.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Convert.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Convert.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.macosx-10.9-intel-2.7/libImaging/ConvertYCbCr.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Copy.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Copy.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crc32.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Crc32.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crop.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Crop.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Dib.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Dib.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Draw.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Draw.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Effects.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Effects.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/EpsEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/EpsEncode.c:78:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/File.c -o build/temp.macosx-10.9-intel-2.7/libImaging/File.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Fill.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Fill.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Filter.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Filter.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/FliDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/FliDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Geometry.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Geometry.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GetBBox.c -o build/temp.macosx-10.9-intel-2.7/libImaging/GetBBox.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/GifDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/GifDecode.c:146:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buffer; | |
| ~~~~~~ ~~~~^~~~~~~~ | |
| libImaging/GifDecode.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buffer; | |
| ~~~~~~ ~~~~^~~~~~~~ | |
| libImaging/GifDecode.c:296:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buffer; | |
| ~~~~~~ ~~~~^~~~~~~~ | |
| 3 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/GifEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/GifEncode.c:290:36: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/GifEncode.c:313:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/HexDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/HexDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/HexDecode.c:34:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Histo.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Histo.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/JpegDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/JpegDecode.c:66:34: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
| source->skip = num_bytes - source->pub.bytes_in_buffer; | |
| ~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| libImaging/JpegDecode.c:151:56: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return context->source.pub.next_input_byte - buf; | |
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ | |
| libImaging/JpegDecode.c:262:48: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return context->source.pub.next_input_byte - buf; | |
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ | |
| 3 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/JpegEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/JpegEncode.c:250:46: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32] | |
| n = context->destination.pub.free_in_buffer; | |
| ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
| libImaging/JpegEncode.c:302:54: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return context->destination.pub.next_output_byte - buf; | |
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/LzwDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/LzwDecode.c:92:18: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf;; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/LzwDecode.c:229:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Matrix.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Matrix.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.macosx-10.9-intel-2.7/libImaging/ModeFilter.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/MspDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/MspDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/MspDecode.c:31:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/MspDecode.c:90:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Negative.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Negative.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Offset.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Offset.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Pack.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Pack.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PackDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/PackDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/PackDecode.c:32:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PackDecode.c:44:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PackDecode.c:62:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 3 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Palette.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Palette.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Paste.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Paste.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Quant.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Quant.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/Quant.c:806:24: warning: implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32] | |
| idx=aDSK[j]-aD; | |
| ~~~~~~~~^~~ | |
| libImaging/Quant.c:855:24: warning: implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32] | |
| idx=aDSK[j]-aD; | |
| ~~~~~~~~^~~ | |
| libImaging/Quant.c:923:21: warning: implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32] | |
| idx=aDSK[j]-aD; | |
| ~~~~~~~~^~~ | |
| 3 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantOctree.c -o build/temp.macosx-10.9-intel-2.7/libImaging/QuantOctree.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/QuantOctree.c:114:26: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32] | |
| unsigned int offset = color_bucket_offset(cube, p); | |
| ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| libImaging/QuantOctree.c:262:20: warning: implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32] | |
| bucket->count = value; | |
| ~ ^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHash.c -o build/temp.macosx-10.9-intel-2.7/libImaging/QuantHash.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.macosx-10.9-intel-2.7/libImaging/QuantHeap.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/PcdDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/PcdDecode.c:42:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/PcxDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/PcxDecode.c:30:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxDecode.c:36:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/PcxEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/PcxEncode.c:53:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxEncode.c:84:36: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxEncode.c:106:40: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxEncode.c:112:44: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxEncode.c:130:32: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/PcxEncode.c:136:36: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 6 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Point.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Point.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RankFilter.c -o build/temp.macosx-10.9-intel-2.7/libImaging/RankFilter.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/RawDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/RawDecode.c:59:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/RawDecode.c:69:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/RawEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/RawEncode.c:87:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Storage.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Storage.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/Storage.c:370:17: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
| bytes = strlen(mode); /* close enough */ | |
| ~ ^~~~~~~~~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/SunRleDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/SunRleDecode.c:33:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/SunRleDecode.c:111:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/TgaRleDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/TgaRleDecode.c:48:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/TgaRleDecode.c:117:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Unpack.c -o build/temp.macosx-10.9-intel-2.7/libImaging/Unpack.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.macosx-10.9-intel-2.7/libImaging/UnpackYCC.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.macosx-10.9-intel-2.7/libImaging/UnsharpMask.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/XbmDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/XbmDecode.c:49:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| libImaging/XbmDecode.c:56:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 2 warnings generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/XbmEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/XbmEncode.c:105:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
| return ptr - buf; | |
| ~~~~~~ ~~~~^~~~~ | |
| 1 warning generated. | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/ZipDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/ZipEncode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TiffDecode.c -o build/temp.macosx-10.9-intel-2.7/libImaging/TiffDecode.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| libImaging/TiffDecode.c:223:9: warning: implicit conversion loses integer precision: 'tmsize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
| size = TIFFScanlineSize(tiff); | |
| ~ ^~~~~~~~~~~~~~~~~~~~~~ | |
| 1 warning generated. | |
| cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/_imaging.o build/temp.macosx-10.9-intel-2.7/decode.o build/temp.macosx-10.9-intel-2.7/encode.o build/temp.macosx-10.9-intel-2.7/map.o build/temp.macosx-10.9-intel-2.7/display.o build/temp.macosx-10.9-intel-2.7/outline.o build/temp.macosx-10.9-intel-2.7/path.o build/temp.macosx-10.9-intel-2.7/libImaging/Access.o build/temp.macosx-10.9-intel-2.7/libImaging/AlphaComposite.o build/temp.macosx-10.9-intel-2.7/libImaging/Antialias.o build/temp.macosx-10.9-intel-2.7/libImaging/Bands.o build/temp.macosx-10.9-intel-2.7/libImaging/BitDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Blend.o build/temp.macosx-10.9-intel-2.7/libImaging/Chops.o build/temp.macosx-10.9-intel-2.7/libImaging/Convert.o build/temp.macosx-10.9-intel-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.9-intel-2.7/libImaging/Copy.o build/temp.macosx-10.9-intel-2.7/libImaging/Crc32.o build/temp.macosx-10.9-intel-2.7/libImaging/Crop.o build/temp.macosx-10.9-intel-2.7/libImaging/Dib.o build/temp.macosx-10.9-intel-2.7/libImaging/Draw.o build/temp.macosx-10.9-intel-2.7/libImaging/Effects.o build/temp.macosx-10.9-intel-2.7/libImaging/EpsEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/File.o build/temp.macosx-10.9-intel-2.7/libImaging/Fill.o build/temp.macosx-10.9-intel-2.7/libImaging/Filter.o build/temp.macosx-10.9-intel-2.7/libImaging/FliDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Geometry.o build/temp.macosx-10.9-intel-2.7/libImaging/GetBBox.o build/temp.macosx-10.9-intel-2.7/libImaging/GifDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/GifEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/HexDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Histo.o build/temp.macosx-10.9-intel-2.7/libImaging/JpegDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/JpegEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/LzwDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Matrix.o build/temp.macosx-10.9-intel-2.7/libImaging/ModeFilter.o build/temp.macosx-10.9-intel-2.7/libImaging/MspDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Negative.o build/temp.macosx-10.9-intel-2.7/libImaging/Offset.o build/temp.macosx-10.9-intel-2.7/libImaging/Pack.o build/temp.macosx-10.9-intel-2.7/libImaging/PackDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Palette.o build/temp.macosx-10.9-intel-2.7/libImaging/Paste.o build/temp.macosx-10.9-intel-2.7/libImaging/Quant.o build/temp.macosx-10.9-intel-2.7/libImaging/QuantOctree.o build/temp.macosx-10.9-intel-2.7/libImaging/QuantHash.o build/temp.macosx-10.9-intel-2.7/libImaging/QuantHeap.o build/temp.macosx-10.9-intel-2.7/libImaging/PcdDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/PcxDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/PcxEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/Point.o build/temp.macosx-10.9-intel-2.7/libImaging/RankFilter.o build/temp.macosx-10.9-intel-2.7/libImaging/RawDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/RawEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/Storage.o build/temp.macosx-10.9-intel-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/Unpack.o build/temp.macosx-10.9-intel-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.9-intel-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.9-intel-2.7/libImaging/XbmDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/XbmEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/ZipDecode.o build/temp.macosx-10.9-intel-2.7/libImaging/ZipEncode.o build/temp.macosx-10.9-intel-2.7/libImaging/TiffDecode.o -L/usr/local/opt/jpeg/lib -L/usr/local/opt/libtiff/lib -L/usr/local/opt/freetype/lib -L/usr/local/opt/little-cms/lib -L/usr/X11/lib -L/usr/local/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -ljpeg -lz -ltiff -o build/lib.macosx-10.9-intel-2.7/PIL/_imaging.so | |
| ld: warning: ld: warning: ignoring file /usr/local/opt/libtiff/lib/libtiff.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/opt/libtiff/lib/libtiff.dylibignoring file /usr/local/opt/jpeg/lib/libjpeg.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/opt/jpeg/lib/libjpeg.dylib | |
| building 'PIL._imagingft' extension | |
| clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -I/usr/local/opt/freetype/include/freetype2 -IlibImaging -I/usr/local/opt/jpeg/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/freetype/include -I/usr/local/opt/little-cms/include -I/usr/X11/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingft.c -o build/temp.macosx-10.9-intel-2.7/_imagingft.o | |
| clang: warning: argument unused during compilation: '-mno-fused-madd' | |
| _imagingft.c:62:10: fatal error: 'freetype/fterrors.h' file not found | |
| #include <freetype/fterrors.h> | |
| ^ | |
| 1 error generated. | |
| error: command 'clang' failed with exit status 1 | |
| ==> Formula | |
| Tap: homebrew/python | |
| Path: /usr/local/Library/Taps/homebrew-python/pillow.rb | |
| ==> Configuration | |
| HOMEBREW_VERSION: 0.9.5 | |
| HEAD: ddfda9d032017e97a87d33b0bbb85dfb2a8722d0 | |
| CPU: 8-core 64-bit haswell | |
| OS X: 10.9.1-x86_64 | |
| Xcode: 5.0.2 | |
| CLT: 5.0.1.0.1.1382131676 | |
| X11: 2.7.5 => /opt/X11 | |
| ==> ENV | |
| HOMEBREW_CC: clang | |
| HOMEBREW_CXX: clang++ | |
| MAKEFLAGS: -j8 | |
| CMAKE_PREFIX_PATH: /usr/local | |
| CMAKE_INCLUDE_PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/Headers:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers:/System/Library/Frameworks/Python.framework/Versions/2.7/Headers | |
| CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| PKG_CONFIG_PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/graphicsmagick/lib/pkgconfig:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
| HOMEBREW_VERBOSE: 1 | |
| ACLOCAL_PATH: /usr/local/share/aclocal | |
| PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/little-cms/bin:/usr/local/opt/libtool/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/graphicsmagick/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
| Error: pillow did not build | |
| Logs: | |
| /Users/meekohi/Library/Logs/Homebrew/pillow/01.python | |
| /Users/meekohi/Library/Logs/Homebrew/pillow/01.python.cc | |
| meekohi ~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment