Skip to content

Instantly share code, notes, and snippets.

@jakirkham
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakirkham/e0ba675cc00fdb8e46b5 to your computer and use it in GitHub Desktop.
Save jakirkham/e0ba675cc00fdb8e46b5 to your computer and use it in GitHub Desktop.
Explanation and log below

This is part of a larger build system (called BuildEM). Here we try to build Pillow so it is not affected by the outside world. The command used to build is this ${BUILDEM_ENV_STRING} ${PYTHON_EXE} setup.py build_ext --disable-tcl --disable-tk --disable-lcms --disable-webp --disable-webpmux --disable-jpeg2000 install. The $BUILDEM_ENV_STRING contains the library paths, include directories, etc. Python 2.7.6 is built as part of the build system and that interpreter is referred to as $PYTHON_EXE.

$ make pillow-git
[ 7%] Built target libjpeg-8d
[ 14%] Built target openblas-git
[ 21%] Built target sqlite-3.8.5
[ 28%] Built target zlib-1.2.7
[ 35%] Built target openssl-1.0.1i
[ 50%] Built target readline-6.2
[ 57%] Built target python-2.7.6
[ 64%] Built target setuptools-0.6c11
[ 71%] Built target nose-1.2.1
[ 78%] Built target numpy-1.7.0
[ 85%] Built target libtiff-4.0.3
[ 92%] Built target freetype2-2.4.10
[ 92%] No build step for 'pillow-git'
[ 92%] Performing install step for 'pillow-git'
running build_ext
--- using frameworks at /System/Library/Frameworks
building 'PIL._imaging' extension
creating build
creating build/temp.macosx-10.9-x86_64-2.7
creating build/temp.macosx-10.9-x86_64-2.7/libImaging
Building using 4 processes
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.9-x86_64-2.7/_imaging.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c outline.c -o build/temp.macosx-10.9-x86_64-2.7/outline.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Bands.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Bands.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/ConvertYCbCr.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BitDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/BitDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c path.c -o build/temp.macosx-10.9-x86_64-2.7/path.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Copy.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Copy.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Blend.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Blend.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crc32.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crc32.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Access.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Access.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Chops.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Chops.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crop.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crop.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Dib.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Dib.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/AlphaComposite.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/AlphaComposite.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Convert.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Convert.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Draw.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Draw.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c decode.c -o build/temp.macosx-10.9-x86_64-2.7/decode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Resample.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Resample.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c encode.c -o build/temp.macosx-10.9-x86_64-2.7/encode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Filter.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Filter.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Effects.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Effects.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c map.c -o build/temp.macosx-10.9-x86_64-2.7/map.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/FliDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/FliDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/EpsEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/File.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/File.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c display.c -o build/temp.macosx-10.9-x86_64-2.7/display.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/HexDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/HexDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Geometry.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Geometry.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/LzwDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Fill.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Fill.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Histo.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Histo.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Matrix.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Matrix.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Offset.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Offset.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/ModeFilter.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Pack.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Pack.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/MspDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/MspDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Quant.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Quant.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GetBBox.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/GetBBox.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PackDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/PackDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Negative.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Negative.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Palette.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Palette.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantOctree.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantOctree.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Paste.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Paste.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Point.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Point.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Storage.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Storage.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHash.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHash.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RankFilter.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/RankFilter.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/SunRleDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHeap.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnpackYCC.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcdDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/TgaRleDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnsharpMask.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Unpack.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Unpack.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BoxBlur.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/BoxBlur.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TiffDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/TiffDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmEncode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Incremental.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Incremental.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Jpeg2KDecode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Jpeg2KDecode.o
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Jpeg2KEncode.c -o build/temp.macosx-10.9-x86_64-2.7/libImaging/Jpeg2KEncode.o
creating build/lib.macosx-10.9-x86_64-2.7
creating build/lib.macosx-10.9-x86_64-2.7/PIL
gcc -bundle -undefined dynamic_lookup -Wl,-rpath,/xopt_ilastik/local/lib -L/xopt_ilastik/local/lib build/temp.macosx-10.9-x86_64-2.7/_imaging.o build/temp.macosx-10.9-x86_64-2.7/decode.o build/temp.macosx-10.9-x86_64-2.7/encode.o build/temp.macosx-10.9-x86_64-2.7/map.o build/temp.macosx-10.9-x86_64-2.7/display.o build/temp.macosx-10.9-x86_64-2.7/outline.o build/temp.macosx-10.9-x86_64-2.7/path.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Access.o build/temp.macosx-10.9-x86_64-2.7/libImaging/AlphaComposite.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Resample.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Bands.o build/temp.macosx-10.9-x86_64-2.7/libImaging/BitDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Blend.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Chops.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Convert.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Copy.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crc32.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Crop.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Dib.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Draw.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Effects.o build/temp.macosx-10.9-x86_64-2.7/libImaging/EpsEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/File.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Fill.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Filter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/FliDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Geometry.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GetBBox.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/GifEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/HexDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Histo.o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/JpegEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/LzwDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Matrix.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ModeFilter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/MspDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Negative.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Offset.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Pack.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PackDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Palette.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Paste.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Quant.o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantOctree.o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHash.o build/temp.macosx-10.9-x86_64-2.7/libImaging/QuantHeap.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcdDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/PcxEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Point.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RankFilter.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/RawEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Storage.o build/temp.macosx-10.9-x86_64-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Unpack.o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.9-x86_64-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/XbmEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/ZipEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/TiffDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Incremental.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Jpeg2KDecode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/Jpeg2KEncode.o build/temp.macosx-10.9-x86_64-2.7/libImaging/BoxBlur.o -L/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib -L/opt/X11/lib -L/usr/local/lib -L/usr/lib -lz -o build/lib.macosx-10.9-x86_64-2.7/PIL/_imaging.so
building 'PIL._imagingft' extension
Building using 4 processes
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingft.c -o build/temp.macosx-10.9-x86_64-2.7/_imagingft.o
gcc -bundle -undefined dynamic_lookup -Wl,-rpath,/xopt_ilastik/local/lib -L/xopt_ilastik/local/lib build/temp.macosx-10.9-x86_64-2.7/_imagingft.o -L/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib -L/opt/X11/lib -L/usr/local/lib -L/usr/lib -lfreetype -o build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingft.so
building 'PIL._imagingtk' extension
creating build/temp.macosx-10.9-x86_64-2.7/Tk
Building using 4 processes
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingtk.c -o build/temp.macosx-10.9-x86_64-2.7/_imagingtk.o -framework Tcl -framework Tk
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Tk/tkImaging.c -o build/temp.macosx-10.9-x86_64-2.7/Tk/tkImaging.o -framework Tcl -framework Tk
clang: warning: -framework Tcl: 'linker' input unused
clang: warning: -framework Tk: 'linker' input unused
clang: warning: -framework Tcl: 'linker' input unused
clang: warning: -framework Tk: 'linker' input unused
gcc -bundle -undefined dynamic_lookup -Wl,-rpath,/xopt_ilastik/local/lib -L/xopt_ilastik/local/lib build/temp.macosx-10.9-x86_64-2.7/_imagingtk.o build/temp.macosx-10.9-x86_64-2.7/Tk/tkImaging.o -L/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib -L/opt/X11/lib -L/usr/local/lib -L/usr/lib -o build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingtk.so -framework Tcl -framework Tk
building 'PIL._imagingmath' extension
Building using 4 processes
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingmath.c -o build/temp.macosx-10.9-x86_64-2.7/_imagingmath.o
gcc -bundle -undefined dynamic_lookup -Wl,-rpath,/xopt_ilastik/local/lib -L/xopt_ilastik/local/lib build/temp.macosx-10.9-x86_64-2.7/_imagingmath.o -L/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib -L/opt/X11/lib -L/usr/local/lib -L/usr/lib -o build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingmath.so
building 'PIL._imagingmorph' extension
Building using 4 processes
gcc -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/opt/X11/include/freetype2 -I/xopt_ilastik/local/src/pillow-git/libImaging -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include -I/opt/X11/include -I/usr/local/include -I/usr/include -I/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingmorph.c -o build/temp.macosx-10.9-x86_64-2.7/_imagingmorph.o
gcc -bundle -undefined dynamic_lookup -Wl,-rpath,/xopt_ilastik/local/lib -L/xopt_ilastik/local/lib build/temp.macosx-10.9-x86_64-2.7/_imagingmorph.o -L/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib -L/opt/X11/lib -L/usr/local/lib -L/usr/lib -o build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingmorph.so
--------------------------------------------------------------------
PIL SETUP SUMMARY
--------------------------------------------------------------------
version Pillow 2.7.0
platform darwin 2.7.6 (default, Feb 24 2015, 14:21:22)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)]
--------------------------------------------------------------------
--- TKINTER support available
*** JPEG support not available
*** OPENJPEG (JPEG2000) support not available
--- ZLIB (PNG/ZIP) support available
*** LIBTIFF support not available
--- FREETYPE2 support available
*** LITTLECMS2 support not available
*** WEBP support not available
*** WEBPMUX support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.
To check the build, run the selftest.py script.
running install
running bdist_egg
running egg_info
writing Pillow.egg-info/PKG-INFO
writing top-level names to Pillow.egg-info/top_level.txt
writing dependency_links to Pillow.egg-info/dependency_links.txt
writing Pillow.egg-info/PKG-INFO
writing top-level names to Pillow.egg-info/top_level.txt
writing dependency_links to Pillow.egg-info/dependency_links.txt
reading manifest file 'Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Pillow.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.9-x86_64/egg
running install_lib
running build_py
copying PIL/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/_binary.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/_util.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/BdfFontFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ContainerIO.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/CurImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ExifTags.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/FliImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/FontFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GdImageFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GifImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GimpGradientFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/Image.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageChops.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageCms.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageColor.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageDraw.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageDraw2.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageEnhance.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageFileIO.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageFilter.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageFont.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageGrab.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageMath.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageMode.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageMorph.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageOps.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImagePalette.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImagePath.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageQt.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageSequence.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageShow.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageStat.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageTk.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageTransform.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImageWin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/Jpeg2KImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/JpegPresets.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/MicImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/MpoImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/MspImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/OleFileIO.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PaletteFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PcfFontFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PngImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PSDraw.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/PyAccess.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/SunImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/TarIO.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/TiffTags.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/WalImageFile.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/WebPImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.9-x86_64-2.7/PIL
copying PIL/OleFileIO-README.md -> build/lib.macosx-10.9-x86_64-2.7/PIL
creating build/bdist.macosx-10.9-x86_64
creating build/bdist.macosx-10.9-x86_64/egg
creating build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_binary.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_imaging.so -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingft.so -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingmath.so -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingmorph.so -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_imagingtk.so -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/_util.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/BdfFontFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/BmpImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/BufrStubImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ContainerIO.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/CurImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/DcxImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/EpsImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ExifTags.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/FitsStubImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/FliImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/FontFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/FpxImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GbrImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GdImageFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GifImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GimpGradientFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GimpPaletteFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/GribStubImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/Hdf5StubImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/IcnsImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/IcoImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/Image.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageChops.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageCms.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageColor.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageDraw.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageDraw2.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageEnhance.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageFileIO.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageFilter.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageFont.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageGrab.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageMath.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageMode.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageMorph.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageOps.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImagePalette.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImagePath.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageQt.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageSequence.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageShow.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageStat.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageTk.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageTransform.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImageWin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/ImtImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/IptcImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/Jpeg2KImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/JpegImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/JpegPresets.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/McIdasImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/MicImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/MpegImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/MpoImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/MspImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/OleFileIO-README.md -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/OleFileIO.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PaletteFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PalmImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PcdImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PcfFontFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PcxImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PdfImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PixarImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PngImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PpmImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PsdImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PSDraw.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/PyAccess.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/SgiImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/SpiderImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/SunImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/TarIO.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/TgaImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/TiffImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/TiffTags.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/WalImageFile.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/WebPImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/WmfImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/XbmImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/XpmImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
copying build/lib.macosx-10.9-x86_64-2.7/PIL/XVThumbImagePlugin.py -> build/bdist.macosx-10.9-x86_64/egg/PIL
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_binary.py to _binary.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_util.py to _util.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/BdfFontFile.py to BdfFontFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/BmpImagePlugin.py to BmpImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/BufrStubImagePlugin.py to BufrStubImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ContainerIO.py to ContainerIO.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/CurImagePlugin.py to CurImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/DcxImagePlugin.py to DcxImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/EpsImagePlugin.py to EpsImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ExifTags.py to ExifTags.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/FitsStubImagePlugin.py to FitsStubImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/FliImagePlugin.py to FliImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/FontFile.py to FontFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/FpxImagePlugin.py to FpxImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GbrImagePlugin.py to GbrImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GdImageFile.py to GdImageFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GifImagePlugin.py to GifImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GimpGradientFile.py to GimpGradientFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GimpPaletteFile.py to GimpPaletteFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/GribStubImagePlugin.py to GribStubImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/Hdf5StubImagePlugin.py to Hdf5StubImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/IcnsImagePlugin.py to IcnsImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/IcoImagePlugin.py to IcoImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/Image.py to Image.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageChops.py to ImageChops.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageCms.py to ImageCms.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageColor.py to ImageColor.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageDraw.py to ImageDraw.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageDraw2.py to ImageDraw2.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageEnhance.py to ImageEnhance.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageFile.py to ImageFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageFileIO.py to ImageFileIO.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageFilter.py to ImageFilter.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageFont.py to ImageFont.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageGrab.py to ImageGrab.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageMath.py to ImageMath.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageMode.py to ImageMode.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageMorph.py to ImageMorph.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageOps.py to ImageOps.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImagePalette.py to ImagePalette.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImagePath.py to ImagePath.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageQt.py to ImageQt.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageSequence.py to ImageSequence.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageShow.py to ImageShow.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageStat.py to ImageStat.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageTk.py to ImageTk.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageTransform.py to ImageTransform.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImageWin.py to ImageWin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImImagePlugin.py to ImImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/ImtImagePlugin.py to ImtImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/IptcImagePlugin.py to IptcImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/Jpeg2KImagePlugin.py to Jpeg2KImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/JpegImagePlugin.py to JpegImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/JpegPresets.py to JpegPresets.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/McIdasImagePlugin.py to McIdasImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/MicImagePlugin.py to MicImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/MpegImagePlugin.py to MpegImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/MpoImagePlugin.py to MpoImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/MspImagePlugin.py to MspImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/OleFileIO.py to OleFileIO.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PaletteFile.py to PaletteFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PalmImagePlugin.py to PalmImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PcdImagePlugin.py to PcdImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PcfFontFile.py to PcfFontFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PcxImagePlugin.py to PcxImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PdfImagePlugin.py to PdfImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PixarImagePlugin.py to PixarImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PngImagePlugin.py to PngImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PpmImagePlugin.py to PpmImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PsdImagePlugin.py to PsdImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PSDraw.py to PSDraw.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/PyAccess.py to PyAccess.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/SgiImagePlugin.py to SgiImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/SpiderImagePlugin.py to SpiderImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/SunImagePlugin.py to SunImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/TarIO.py to TarIO.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/TgaImagePlugin.py to TgaImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/TiffImagePlugin.py to TiffImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/TiffTags.py to TiffTags.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/WalImageFile.py to WalImageFile.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/WebPImagePlugin.py to WebPImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/WmfImagePlugin.py to WmfImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/XbmImagePlugin.py to XbmImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/XpmImagePlugin.py to XpmImagePlugin.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/XVThumbImagePlugin.py to XVThumbImagePlugin.pyc
creating stub loader for PIL/_imaging.so
creating stub loader for PIL/_imagingft.so
creating stub loader for PIL/_imagingtk.so
creating stub loader for PIL/_imagingmath.so
creating stub loader for PIL/_imagingmorph.so
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_imaging.py to _imaging.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_imagingft.py to _imagingft.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_imagingtk.py to _imagingtk.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_imagingmath.py to _imagingmath.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/PIL/_imagingmorph.py to _imagingmorph.pyc
creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
installing scripts to build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-2.7
copying and adjusting Scripts/pilconvert.py -> build/scripts-2.7
copying and adjusting Scripts/pildriver.py -> build/scripts-2.7
copying and adjusting Scripts/pilfile.py -> build/scripts-2.7
copying and adjusting Scripts/pilfont.py -> build/scripts-2.7
copying and adjusting Scripts/pilprint.py -> build/scripts-2.7
changing mode of build/scripts-2.7/pilconvert.py from 664 to 775
changing mode of build/scripts-2.7/pildriver.py from 664 to 775
changing mode of build/scripts-2.7/pilfile.py from 664 to 775
changing mode of build/scripts-2.7/pilfont.py from 664 to 775
changing mode of build/scripts-2.7/pilprint.py from 664 to 775
creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/pilconvert.py -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/pildriver.py -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/pilfile.py -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/pilfont.py -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/pilprint.py -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/pilconvert.py to 775
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/pildriver.py to 775
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/pilfile.py to 775
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/pilfont.py to 775
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/pilprint.py to 775
copying Pillow.egg-info/PKG-INFO -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying Pillow.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying Pillow.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying Pillow.egg-info/top_level.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying Pillow.egg-info/zip-safe -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg' and adding 'build/bdist.macosx-10.9-x86_64/egg' to it
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg
removing '/xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg' (and everything under it)
creating /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg
Extracting Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Pillow 2.7.0 is already the active version in easy-install.pth
Installing pilconvert.py script to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/bin
Installing pildriver.py script to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/bin
Installing pilfile.py script to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/bin
Installing pilfont.py script to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/bin
Installing pilprint.py script to /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/bin
Installed /xopt_ilastik/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Pillow-2.7.0-py2.7-macosx-10.9-x86_64.egg
Processing dependencies for Pillow==2.7.0
Finished processing dependencies for Pillow==2.7.0
[ 92%] No test step for 'pillow-git'
[100%] Completed 'pillow-git'
[100%] Built target pillow-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment