Skip to content

Instantly share code, notes, and snippets.

@ekryski
Created November 16, 2013 16:00
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 ekryski/7501841 to your computer and use it in GitHub Desktop.
Save ekryski/7501841 to your computer and use it in GitHub Desktop.
Error output for `brew install mapnik --verbose`
eric : examples $ brew install mapnik --verbose
==> Downloading http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/mapnik-2.2.0.tar.bz2
tar xf /Library/Caches/Homebrew/mapnik-2.2.0.tar.bz2
brew: PYTHONPATH=/usr/local/lib/python2.7/site-packages:/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages:/usr/local/Cellar/mapnik/2.2.0/libexec/lib/python2.7/site-packages
==> /usr/bin/python scons/scons.py configure CC="clang" CXX="clang++" JOBS=4 PREFIX=/usr/local/Cellar/mapnik/2.2.0 ICU_INCLUDES=/usr/local/opt/icu4c/include ICU_LIBS=/usr/local/opt/icu4c/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.2.0 JPEG_INCLUDES=/usr/local/opt/jpeg/include JPEG_LIBS=/usr/local/opt/jpeg/lib TIFF_INCLUDES=/usr/local/opt/libtiff/include TIFF_LIBS=/usr/local/opt/libtiff/lib BOOST_INCLUDES=/usr/local/opt/boost/include BOOST_LIBS=/usr/local/opt/boost/lib PROJ_INCLUDES=/usr/local/opt/proj/include PROJ_LIBS=/usr/local/opt/proj/lib CAIRO=False
scons: Reading SConscript files ...
Welcome to Mapnik...
Configuring build environment...
Configuring on Darwin in *release mode*...
Checking for freetype-config... yes
Checking for xml2-config... yes
Checking for C library z... yes
Checking for C++ library icuuc... yes
Checking for C library jpeg... yes
Checking for C library proj... yes
Checking for C library png... yes
Checking for C library tiff... yes
Checking for ICU version >= 4.2... found: icu 52.1
(cached) Searching for boost libs and headers... (cached)
Found boost libs: /usr/local/opt/boost/lib
Found boost headers: /usr/local/opt/boost/include
Found boost lib name extension: -mt
Checking for C++ header file boost/version.hpp... yes
Checking for Boost version >= 1.47... yes
Found boost lib version... 1_55
Checking for C++ library boost_system-mt... yes
Checking for C++ library boost_filesystem-mt... yes
Checking for C++ library boost_regex-mt... yes
Checking for C++ library boost_program_options-mt... yes
Checking for C++ library boost_thread-mt... yes
Checking if boost_regex was built with ICU unicode support... (cached) no
Checking for pkg-config... yes
Checking for requested plugins dependencies...
Checking for C library sqlite3... yes
Checking if SQLite supports RTREE... (cached) yes
Checking if gdal is ogr enabled... no
Checking for pg_config... error: no result
no
Checking for gdal-config --libs... error: no result
no
Not building with cairo support, pass CAIRO=True to enable
Checking for C++ header file boost/python/detail/config.hpp... yes
Not building with pycairo support, pass CAIRO=True to enable
All Required dependencies found!
Saving new file 'config.py'...
Will hold custom path variables from commandline and python config file(s)...
Note: will build without these OPTIONAL dependencies:
- boost_regex_icu (libboost_regex built with optional ICU unicode support is needed for unicode regex support in mapnik.)
- ogr (OGR-enabled GDAL C++ Library | configured using gdal-config program | try setting GDAL_CONFIG SCons option | more info: https://github.com/mapnik/mapnik/wiki/OGR)
- pg_config (pg_config program | try setting PG_CONFIG SCons option)
- gdal-config (gdal-config program | try setting GDAL_CONFIG SCons option)
Checking for C header file Python.h... yes
Bindings Python version... 2.7
Python 2.7 prefix... /System/Library/Frameworks/Python.framework/Versions/2.7
Python bindings will install in... /usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages
Configure completed: run `make` to build or `make install`
==> /usr/bin/python scons/scons.py install
scons: Reading SConscript files ...
Using previous successful configuration...
Re-configure by running "python scons/scons.py configure".
Welcome to Mapnik...
Notice: dependencies not met for plugin 'postgis', not building...
Notice: dependencies not met for plugin 'ogr', not building...
Notice: dependencies not met for plugin 'gdal', not building...
scons: done reading SConscript files.
scons: Building targets ...
"clang++" -o src/feature_style_processor.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/feature_style_processor.cpp
"clang++" -o src/libxml2_loader.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DHAVE_LIBXML2 -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/libxml2_loader.cpp
"clang++" -o src/fs.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/fs.cpp
"clang++" -o src/debug_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/debug_symbolizer.cpp
"clang++" -o src/request.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/request.cpp
"clang++" -o src/well_known_srs.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/well_known_srs.cpp
"clang++" -o src/params.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/params.cpp
"clang++" -o src/image_filter_types.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_filter_types.cpp
"clang++" -o src/miniz_png.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/miniz_png.cpp
"clang++" -o src/color.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/color.cpp
"clang++" -o src/css_color_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/css_color_grammar.cpp
"clang++" -o src/conversions.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/conversions.cpp
"clang++" -o src/image_compositing.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_compositing.cpp
"clang++" -o src/image_filter_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_filter_grammar.cpp
"clang++" -o src/image_scaling.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_scaling.cpp
"clang++" -o src/box2d.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/box2d.cpp
"clang++" -o src/building_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/building_symbolizer.cpp
"clang++" -o src/datasource_cache.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/datasource_cache.cpp
"clang++" -o src/datasource_cache_static.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/datasource_cache_static.cpp
"clang++" -o src/debug.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/debug.cpp
"clang++" -o src/deepcopy.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/deepcopy.cpp
"clang++" -o src/expression_node.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/expression_node.cpp
"clang++" -o src/expression_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/expression_grammar.cpp
"clang++" -o src/expression_string.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/expression_string.cpp
"clang++" -o src/expression.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/expression.cpp
In file included from src/expression_grammar.cpp:24:
include/mapnik/expression_grammar_impl.hpp:165:25: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
| ustring [_val = unicode_(_1) ]
^
"clang++" -o src/transform_expression_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/transform_expression_grammar.cpp
src/transform_expression_grammar.cpp:82:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<translate_node>(_1,_2) ]
^
src/transform_expression_grammar.cpp:91:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<scale_node>(_1,_2) ]
^
src/transform_expression_grammar.cpp:100:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<rotate_node>(_1,_2) ]
^
"clang++" -o src/transform_expression.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/transform_expression.cpp
"clang++" -o src/feature_kv_iterator.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/feature_kv_iterator.cpp
"clang++" -o src/feature_type_style.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/feature_type_style.cpp
"clang++" -o src/font_engine_freetype.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/font_engine_freetype.cpp
"clang++" -o src/font_set.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/font_set.cpp
"clang++" -o src/gamma_method.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/gamma_method.cpp
"clang++" -o src/gradient.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/gradient.cpp
"clang++" -o src/graphics.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/graphics.cpp
"clang++" -o src/image_reader.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_reader.cpp
"clang++" -o src/image_util.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/image_util.cpp
"clang++" -o src/layer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/layer.cpp
"clang++" -o src/line_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/line_symbolizer.cpp
"clang++" -o src/line_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/line_pattern_symbolizer.cpp
"clang++" -o src/map.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/map.cpp
"clang++" -o src/load_map.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/load_map.cpp
"clang++" -o src/memory.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/memory.cpp
"clang++" -o src/parse_path.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/parse_path.cpp
"clang++" -o src/parse_transform.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/parse_transform.cpp
"clang++" -o src/palette.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/palette.cpp
"clang++" -o src/path_expression_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/path_expression_grammar.cpp
"clang++" -o src/placement_finder.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/placement_finder.cpp
"clang++" -o src/plugin.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/plugin.cpp
"clang++" -o src/point_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/point_symbolizer.cpp
"clang++" -o src/polygon_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/polygon_pattern_symbolizer.cpp
"clang++" -o src/polygon_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/polygon_symbolizer.cpp
"clang++" -o src/rule.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/rule.cpp
"clang++" -o src/save_map.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/save_map.cpp
"clang++" -o src/shield_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/shield_symbolizer.cpp
"clang++" -o src/text_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_symbolizer.cpp
"clang++" -o src/wkb.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/wkb.cpp
"clang++" -o src/projection.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/projection.cpp
"clang++" -o src/proj_transform.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/proj_transform.cpp
"clang++" -o src/distance.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/distance.cpp
"clang++" -o src/scale_denominator.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/scale_denominator.cpp
"clang++" -o src/simplify.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/simplify.cpp
"clang++" -o src/memory_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/memory_datasource.cpp
"clang++" -o src/stroke.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/stroke.cpp
"clang++" -o src/symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/symbolizer.cpp
"clang++" -o src/symbolizer_helpers.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/symbolizer_helpers.cpp
3 warnings generated.
"clang++" -o src/unicode.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/unicode.cpp
"clang++" -o src/markers_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/markers_symbolizer.cpp
"clang++" -o src/raster_colorizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/raster_colorizer.cpp
"clang++" -o src/raster_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/raster_symbolizer.cpp
"clang++" -o src/wkt/wkt_factory.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/wkt/wkt_factory.cpp
"clang++" -o src/wkt/wkt_generator.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/wkt/wkt_generator.cpp
"clang++" -o src/mapped_memory_cache.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/mapped_memory_cache.cpp
"clang++" -o src/marker_cache.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/marker_cache.cpp
"clang++" -o src/svg/svg_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/svg/svg_parser.cpp
src/wkt/wkt_generator.cpp:75:38: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
src/wkt/wkt_generator.cpp:99:45: warning: multiple unsequenced modifications to '_a' [-Wunsequenced]
<< eps[_r1 += 1][_a = _x(_val)][ _b = _y(_val)]
^
src/wkt/wkt_generator.cpp:99:61: warning: multiple unsequenced modifications to '_b' [-Wunsequenced]
<< eps[_r1 += 1][_a = _x(_val)][ _b = _y(_val)]
^
1 warning generated.
"clang++" -o src/svg/svg_path_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/svg/svg_path_parser.cpp
"clang++" -o src/svg/svg_points_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/svg/svg_points_parser.cpp
"clang++" -o src/svg/svg_transform_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/svg/svg_transform_parser.cpp
"clang++" -o src/warp.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/warp.cpp
"clang++" -o src/json/geometry_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/json/geometry_grammar.cpp
"clang++" -o src/json/geometry_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/json/geometry_parser.cpp
"clang++" -o src/json/feature_grammar.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/json/feature_grammar.cpp
"clang++" -o src/json/feature_collection_parser.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/json/feature_collection_parser.cpp
3 warnings generated.
"clang++" -o src/json/geojson_generator.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/json/geojson_generator.cpp
In file included from src/json/geojson_generator.cpp:30:
In file included from include/mapnik/json/feature_generator_grammar.hpp:30:
include/mapnik/json/geometry_generator_grammar.hpp:166:42: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
"clang++" -o src/processed_text.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/processed_text.cpp
"clang++" -o src/formatting/base.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/base.cpp
"clang++" -o src/formatting/expression.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/expression.cpp
"clang++" -o src/formatting/list.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/list.cpp
"clang++" -o src/formatting/text.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/text.cpp
"clang++" -o src/formatting/format.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/format.cpp
"clang++" -o src/formatting/registry.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/formatting/registry.cpp
"clang++" -o src/text_placements/registry.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_placements/registry.cpp
"clang++" -o src/text_placements/base.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_placements/base.cpp
"clang++" -o src/text_placements/dummy.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_placements/dummy.cpp
"clang++" -o src/text_placements/list.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_placements/list.cpp
"clang++" -o src/text_placements/simple.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_placements/simple.cpp
"clang++" -o src/text_properties.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/text_properties.cpp
"clang++" -o src/xml_tree.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/xml_tree.cpp
1 warning generated.
"clang++" -o src/config_error.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/config_error.cpp
"clang++" -o src/color_factory.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/color_factory.cpp
"clang++" -o src/jpeg_reader.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/jpeg_reader.cpp
"clang++" -o src/tiff_reader.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/tiff_reader.cpp
"clang++" -o src/png_reader.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/png_reader.cpp
"clang++" -o src/agg/agg_renderer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/agg_renderer.cpp
"clang++" -o src/agg/process_building_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_building_symbolizer.cpp
"clang++" -o src/agg/process_line_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_line_symbolizer.cpp
"clang++" -o src/agg/process_line_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_line_pattern_symbolizer.cpp
"clang++" -o src/agg/process_text_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_text_symbolizer.cpp
"clang++" -o src/agg/process_point_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_point_symbolizer.cpp
"clang++" -o src/agg/process_polygon_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_polygon_symbolizer.cpp
"clang++" -o src/agg/process_polygon_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_polygon_pattern_symbolizer.cpp
"clang++" -o src/agg/process_raster_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_raster_symbolizer.cpp
"clang++" -o src/agg/process_shield_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_shield_symbolizer.cpp
"clang++" -o src/agg/process_markers_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_markers_symbolizer.cpp
"clang++" -o src/agg/process_debug_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/agg/process_debug_symbolizer.cpp
"clang++" -o deps/clipper/src/clipper.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/clipper/src/clipper.cpp
"clang++" -o src/grid/grid.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/grid.cpp
"clang++" -o src/grid/grid_renderer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/grid_renderer.cpp
"clang++" -o src/grid/process_building_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_building_symbolizer.cpp
"clang++" -o src/grid/process_line_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_line_pattern_symbolizer.cpp
"clang++" -o src/grid/process_line_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_line_symbolizer.cpp
"clang++" -o src/grid/process_markers_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_markers_symbolizer.cpp
"clang++" -o src/grid/process_point_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_point_symbolizer.cpp
"clang++" -o src/grid/process_polygon_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_polygon_pattern_symbolizer.cpp
"clang++" -o src/grid/process_polygon_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_polygon_symbolizer.cpp
"clang++" -o src/grid/process_raster_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_raster_symbolizer.cpp
"clang++" -o src/grid/process_shield_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_shield_symbolizer.cpp
"clang++" -o src/grid/process_text_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/grid/process_text_symbolizer.cpp
"clang++" -o deps/agg/src/agg_arc.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_arc.cpp
"clang++" -o deps/agg/src/agg_arrowhead.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_arrowhead.cpp
"clang++" -o deps/agg/src/agg_bezier_arc.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_bezier_arc.cpp
"clang++" -o deps/agg/src/agg_bspline.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_bspline.cpp
"clang++" -o deps/agg/src/agg_curves.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_curves.cpp
"clang++" -o deps/agg/src/agg_embedded_raster_fonts.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_embedded_raster_fonts.cpp
"clang++" -o deps/agg/src/agg_gsv_text.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_gsv_text.cpp
"clang++" -o deps/agg/src/agg_image_filters.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_image_filters.cpp
"clang++" -o deps/agg/src/agg_line_aa_basics.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_line_aa_basics.cpp
"clang++" -o deps/agg/src/agg_line_profile_aa.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_line_profile_aa.cpp
"clang++" -o deps/agg/src/agg_pixfmt_rgba.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_pixfmt_rgba.cpp
"clang++" -o deps/agg/src/agg_rounded_rect.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_rounded_rect.cpp
"clang++" -o deps/agg/src/agg_sqrt_tables.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_sqrt_tables.cpp
"clang++" -o deps/agg/src/agg_trans_affine.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_trans_affine.cpp
"clang++" -o deps/agg/src/agg_trans_double_path.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_trans_double_path.cpp
"clang++" -o deps/agg/src/agg_trans_single_path.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_trans_single_path.cpp
"clang++" -o deps/agg/src/agg_trans_warp_magnifier.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_trans_warp_magnifier.cpp
"clang++" -o deps/agg/src/agg_vcgen_bspline.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_bspline.cpp
"clang++" -o deps/agg/src/agg_vcgen_contour.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_contour.cpp
"clang++" -o deps/agg/src/agg_vcgen_dash.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_dash.cpp
"clang++" -o deps/agg/src/agg_vcgen_markers_term.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_markers_term.cpp
"clang++" -o deps/agg/src/agg_vcgen_smooth_poly1.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_smooth_poly1.cpp
"clang++" -o deps/agg/src/agg_vcgen_stroke.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vcgen_stroke.cpp
"clang++" -o deps/agg/src/agg_vpgen_clip_polygon.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vpgen_clip_polygon.cpp
"clang++" -o deps/agg/src/agg_vpgen_clip_polyline.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vpgen_clip_polyline.cpp
"clang++" -o deps/agg/src/agg_vpgen_segmentator.o -c -O3 -fPIC -DNDEBUG -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 deps/agg/src/agg_vpgen_segmentator.cpp
Install file: "include/mapnik/agg_helpers.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg_helpers.hpp"
Install file: "include/mapnik/agg_pattern_source.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg_pattern_source.hpp"
Install file: "include/mapnik/agg_rasterizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg_rasterizer.hpp"
Install file: "include/mapnik/agg_renderer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg_renderer.hpp"
Install file: "include/mapnik/attribute.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/attribute.hpp"
Install file: "include/mapnik/attribute_collector.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/attribute_collector.hpp"
Install file: "include/mapnik/attribute_descriptor.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/attribute_descriptor.hpp"
Install file: "include/mapnik/boolean.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/boolean.hpp"
Install file: "include/mapnik/box2d.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/box2d.hpp"
Install file: "include/mapnik/building_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/building_symbolizer.hpp"
Install file: "include/mapnik/cairo_context.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/cairo_context.hpp"
Install file: "include/mapnik/cairo_renderer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/cairo_renderer.hpp"
Install file: "include/mapnik/char_info.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/char_info.hpp"
Install file: "include/mapnik/color.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/color.hpp"
Install file: "include/mapnik/color_factory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/color_factory.hpp"
Install file: "include/mapnik/config.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/config.hpp"
Install file: "include/mapnik/config_error.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/config_error.hpp"
Install file: "include/mapnik/coord.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/coord.hpp"
Install file: "include/mapnik/coord_array.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/coord_array.hpp"
Install file: "include/mapnik/css_color_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/css_color_grammar.hpp"
Install file: "include/mapnik/css_color_grammar_impl.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/css_color_grammar_impl.hpp"
Install file: "include/mapnik/ctrans.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/ctrans.hpp"
Install file: "include/mapnik/datasource.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/datasource.hpp"
Install file: "include/mapnik/datasource_cache.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/datasource_cache.hpp"
Install file: "include/mapnik/debug.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/debug.hpp"
Install file: "include/mapnik/debug_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/debug_symbolizer.hpp"
Install file: "include/mapnik/distance.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/distance.hpp"
Install file: "include/mapnik/ellipsoid.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/ellipsoid.hpp"
Install file: "include/mapnik/enumeration.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/enumeration.hpp"
Install file: "include/mapnik/expression.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression.hpp"
Install file: "include/mapnik/expression_evaluator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_evaluator.hpp"
Install file: "include/mapnik/expression_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_grammar.hpp"
Install file: "include/mapnik/expression_grammar_impl.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_grammar_impl.hpp"
Install file: "include/mapnik/expression_node.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_node.hpp"
Install file: "include/mapnik/expression_node_types.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_node_types.hpp"
Install file: "include/mapnik/expression_string.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/expression_string.hpp"
Install file: "include/mapnik/factory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/factory.hpp"
Install file: "include/mapnik/fastmath.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/fastmath.hpp"
Install file: "include/mapnik/feature.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature.hpp"
Install file: "include/mapnik/feature_factory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_factory.hpp"
Install file: "include/mapnik/feature_kv_iterator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_kv_iterator.hpp"
Install file: "include/mapnik/feature_layer_desc.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_layer_desc.hpp"
Install file: "include/mapnik/feature_style_processor.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_style_processor.hpp"
Install file: "include/mapnik/feature_style_processor_impl.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_style_processor_impl.hpp"
Install file: "include/mapnik/feature_type_style.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/feature_type_style.hpp"
Install file: "include/mapnik/filter_factory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/filter_factory.hpp"
Install file: "include/mapnik/filter_featureset.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/filter_featureset.hpp"
Install file: "include/mapnik/font_engine_freetype.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/font_engine_freetype.hpp"
Install file: "include/mapnik/font_set.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/font_set.hpp"
Install file: "include/mapnik/font_util.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/font_util.hpp"
Install file: "include/mapnik/gamma_method.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/gamma_method.hpp"
Install file: "include/mapnik/geom_util.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/geom_util.hpp"
Install file: "include/mapnik/geometry.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/geometry.hpp"
Install file: "include/mapnik/global.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/global.hpp"
Install file: "include/mapnik/gradient.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/gradient.hpp"
Install file: "include/mapnik/graphics.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/graphics.hpp"
Install file: "include/mapnik/hash_variant.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/hash_variant.hpp"
Install file: "include/mapnik/hextree.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/hextree.hpp"
Install file: "include/mapnik/hit_test_filter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/hit_test_filter.hpp"
Install file: "include/mapnik/image_data.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_data.hpp"
Install file: "include/mapnik/image_compositing.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_compositing.hpp"
Install file: "include/mapnik/image_filter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_filter.hpp"
Install file: "include/mapnik/image_filter_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_filter_grammar.hpp"
Install file: "include/mapnik/image_filter_types.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_filter_types.hpp"
Install file: "include/mapnik/image_reader.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_reader.hpp"
Install file: "include/mapnik/image_scaling.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_scaling.hpp"
Install file: "include/mapnik/image_util.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_util.hpp"
Install file: "include/mapnik/image_view.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/image_view.hpp"
Install file: "include/mapnik/jpeg_io.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/jpeg_io.hpp"
Install file: "include/mapnik/label_collision_detector.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/label_collision_detector.hpp"
Install file: "include/mapnik/layer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/layer.hpp"
Install file: "include/mapnik/line_pattern_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/line_pattern_symbolizer.hpp"
Install file: "include/mapnik/line_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/line_symbolizer.hpp"
Install file: "include/mapnik/map.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/map.hpp"
Install file: "include/mapnik/load_map.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/load_map.hpp"
Install file: "include/mapnik/mapped_memory_cache.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/mapped_memory_cache.hpp"
Install file: "include/mapnik/marker.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/marker.hpp"
Install file: "include/mapnik/marker_cache.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/marker_cache.hpp"
Install file: "include/mapnik/marker_helpers.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/marker_helpers.hpp"
Install file: "include/mapnik/markers_placement.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/markers_placement.hpp"
Install file: "include/mapnik/markers_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/markers_symbolizer.hpp"
Install file: "include/mapnik/memory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/memory.hpp"
Install file: "include/mapnik/memory_datasource.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/memory_datasource.hpp"
Install file: "include/mapnik/memory_featureset.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/memory_featureset.hpp"
Install file: "include/mapnik/miniz_png.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/miniz_png.hpp"
Install file: "include/mapnik/noncopyable.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/noncopyable.hpp"
Install file: "include/mapnik/octree.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/octree.hpp"
Install file: "include/mapnik/offset_converter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/offset_converter.hpp"
Install file: "include/mapnik/palette.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/palette.hpp"
Install file: "include/mapnik/params.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/params.hpp"
Install file: "include/mapnik/params_impl.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/params_impl.hpp"
Install file: "include/mapnik/parse_path.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/parse_path.hpp"
Install file: "include/mapnik/parse_transform.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/parse_transform.hpp"
Install file: "include/mapnik/path_expression.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/path_expression.hpp"
Install file: "include/mapnik/path_expression_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/path_expression_grammar.hpp"
Install file: "include/mapnik/pixel_position.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/pixel_position.hpp"
Install file: "include/mapnik/placement_finder.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/placement_finder.hpp"
Install file: "include/mapnik/plugin.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/plugin.hpp"
Install file: "include/mapnik/png_io.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/png_io.hpp"
Install file: "include/mapnik/point_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/point_symbolizer.hpp"
Install file: "include/mapnik/polygon_clipper.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/polygon_clipper.hpp"
Install file: "include/mapnik/polygon_pattern_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/polygon_pattern_symbolizer.hpp"
Install file: "include/mapnik/polygon_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/polygon_symbolizer.hpp"
Install file: "include/mapnik/pool.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/pool.hpp"
Install file: "include/mapnik/processed_text.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/processed_text.hpp"
Install file: "include/mapnik/proj_transform.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/proj_transform.hpp"
Install file: "include/mapnik/projection.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/projection.hpp"
Install file: "include/mapnik/ptree_helpers.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/ptree_helpers.hpp"
Install file: "include/mapnik/quad_tree.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/quad_tree.hpp"
Install file: "include/mapnik/query.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/query.hpp"
Install file: "include/mapnik/raster.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/raster.hpp"
Install file: "include/mapnik/raster_colorizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/raster_colorizer.hpp"
Install file: "include/mapnik/raster_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/raster_symbolizer.hpp"
Install file: "include/mapnik/request.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/request.hpp"
Install file: "include/mapnik/rule.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/rule.hpp"
Install file: "include/mapnik/rule_cache.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/rule_cache.hpp"
Install file: "include/mapnik/save_map.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/save_map.hpp"
Install file: "include/mapnik/scale_denominator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/scale_denominator.hpp"
Install file: "include/mapnik/segment.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/segment.hpp"
Install file: "include/mapnik/shield_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/shield_symbolizer.hpp"
Install file: "include/mapnik/simplify.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/simplify.hpp"
Install file: "include/mapnik/simplify_converter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/simplify_converter.hpp"
Install file: "include/mapnik/span_image_filter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/span_image_filter.hpp"
Install file: "include/mapnik/sql_utils.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sql_utils.hpp"
Install file: "include/mapnik/stroke.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/stroke.hpp"
Install file: "include/mapnik/symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/symbolizer.hpp"
Install file: "include/mapnik/symbolizer_hash.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/symbolizer_hash.hpp"
Install file: "include/mapnik/text_path.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_path.hpp"
Install file: "include/mapnik/symbolizer_helpers.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/symbolizer_helpers.hpp"
Install file: "include/mapnik/text_properties.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_properties.hpp"
Install file: "include/mapnik/text_symbolizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_symbolizer.hpp"
Install file: "include/mapnik/tiff_io.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/tiff_io.hpp"
Install file: "include/mapnik/timer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/timer.hpp"
Install file: "include/mapnik/transform_expression.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/transform_expression.hpp"
Install file: "include/mapnik/transform_expression_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/transform_expression_grammar.hpp"
Install file: "include/mapnik/transform_processor.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/transform_processor.hpp"
Install file: "include/mapnik/unicode.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/unicode.hpp"
Install file: "include/mapnik/utils.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/utils.hpp"
Install file: "include/mapnik/value.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/value.hpp"
Install file: "include/mapnik/value_error.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/value_error.hpp"
Install file: "include/mapnik/value_types.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/value_types.hpp"
Install file: "include/mapnik/version.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/version.hpp"
Install file: "include/mapnik/vertex.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/vertex.hpp"
Install file: "include/mapnik/vertex_converters.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/vertex_converters.hpp"
Install file: "include/mapnik/vertex_vector.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/vertex_vector.hpp"
Install file: "include/mapnik/warp.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/warp.hpp"
Install file: "include/mapnik/well_known_srs.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/well_known_srs.hpp"
Install file: "include/mapnik/wkb.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/wkb.hpp"
Install file: "include/mapnik/xml_attribute_cast.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/xml_attribute_cast.hpp"
Install file: "include/mapnik/xml_loader.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/xml_loader.hpp"
Install file: "include/mapnik/xml_node.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/xml_node.hpp"
Install file: "include/mapnik/xml_tree.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/xml_tree.hpp"
Install file: "include/mapnik/svg/svg_converter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_converter.hpp"
Install file: "include/mapnik/svg/svg_parser.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_parser.hpp"
Install file: "include/mapnik/svg/svg_path_adapter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_path_adapter.hpp"
Install file: "include/mapnik/svg/svg_path_attributes.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_path_attributes.hpp"
Install file: "include/mapnik/svg/svg_path_commands.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_path_commands.hpp"
Install file: "include/mapnik/svg/svg_path_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_path_grammar.hpp"
Install file: "include/mapnik/svg/svg_path_parser.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_path_parser.hpp"
Install file: "include/mapnik/svg/svg_points_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_points_grammar.hpp"
Install file: "include/mapnik/svg/svg_renderer_agg.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_renderer_agg.hpp"
Install file: "include/mapnik/svg/svg_storage.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_storage.hpp"
Install file: "include/mapnik/svg/svg_transform_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/svg/svg_transform_grammar.hpp"
Install file: "include/mapnik/wkt/wkt_factory.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/wkt/wkt_factory.hpp"
Install file: "include/mapnik/wkt/wkt_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/wkt/wkt_grammar.hpp"
Install file: "include/mapnik/grid/grid.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid.hpp"
Install file: "include/mapnik/grid/grid_marker_helpers.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_marker_helpers.hpp"
Install file: "include/mapnik/grid/grid_pixel.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_pixel.hpp"
Install file: "include/mapnik/grid/grid_pixfmt.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_pixfmt.hpp"
Install file: "include/mapnik/grid/grid_rasterizer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_rasterizer.hpp"
Install file: "include/mapnik/grid/grid_renderer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_renderer.hpp"
Install file: "include/mapnik/grid/grid_renderer_base.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_renderer_base.hpp"
Install file: "include/mapnik/grid/grid_rendering_buffer.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_rendering_buffer.hpp"
Install file: "include/mapnik/grid/grid_util.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_util.hpp"
Install file: "include/mapnik/grid/grid_view.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/grid/grid_view.hpp"
Install file: "include/mapnik/json/feature_collection_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/feature_collection_grammar.hpp"
Install file: "include/mapnik/json/feature_collection_parser.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/feature_collection_parser.hpp"
Install file: "include/mapnik/json/feature_generator_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/feature_generator_grammar.hpp"
Install file: "include/mapnik/json/geojson_generator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/geojson_generator.hpp"
Install file: "include/mapnik/json/feature_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/feature_grammar.hpp"
Install file: "include/mapnik/json/geometry_generator_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/geometry_generator_grammar.hpp"
Install file: "include/mapnik/json/geometry_grammar.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/geometry_grammar.hpp"
Install file: "include/mapnik/json/geometry_parser.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/json/geometry_parser.hpp"
Install file: "include/mapnik/util/container_adapter.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/container_adapter.hpp"
Install file: "include/mapnik/util/conversions.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/conversions.hpp"
Install file: "include/mapnik/util/dasharray_parser.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/dasharray_parser.hpp"
Install file: "include/mapnik/util/deepcopy.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/deepcopy.hpp"
Install file: "include/mapnik/util/fs.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/fs.hpp"
Install file: "include/mapnik/util/geometry_svg_generator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_svg_generator.hpp"
Install file: "include/mapnik/util/geometry_to_ds_type.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_to_ds_type.hpp"
Install file: "include/mapnik/util/geometry_to_svg.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_to_svg.hpp"
Install file: "include/mapnik/util/geometry_to_wkb.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_to_wkb.hpp"
Install file: "include/mapnik/util/geometry_to_wkt.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_to_wkt.hpp"
Install file: "include/mapnik/util/geometry_wkt_generator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/geometry_wkt_generator.hpp"
Install file: "include/mapnik/util/hsl.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/hsl.hpp"
Install file: "include/mapnik/util/path_iterator.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/path_iterator.hpp"
Install file: "include/mapnik/util/trim.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/util/trim.hpp"
Install file: "include/mapnik/text_placements/base.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_placements/base.hpp"
Install file: "include/mapnik/text_placements/dummy.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_placements/dummy.hpp"
Install file: "include/mapnik/text_placements/list.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_placements/list.hpp"
Install file: "include/mapnik/text_placements/registry.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_placements/registry.hpp"
Install file: "include/mapnik/text_placements/simple.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/text_placements/simple.hpp"
Install file: "include/mapnik/formatting/base.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/base.hpp"
Install file: "include/mapnik/formatting/expression_format.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/expression_format.hpp"
Install file: "include/mapnik/formatting/format.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/format.hpp"
Install file: "include/mapnik/formatting/list.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/list.hpp"
Install file: "include/mapnik/formatting/registry.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/registry.hpp"
Install file: "include/mapnik/formatting/text.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/formatting/text.hpp"
Install file: "deps/clipper/include/clipper.hpp" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/clipper.hpp"
Install file: "deps/mapnik/sparsehash/dense_hash_map" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/dense_hash_map"
Install directory: "deps/mapnik/sparsehash/internal" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/internal"
Install file: "deps/mapnik/sparsehash/internal/densehashtable.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/internal/densehashtable.h"
Install file: "deps/mapnik/sparsehash/internal/hashtable-common.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/internal/hashtable-common.h"
Install file: "deps/mapnik/sparsehash/internal/libc_allocator_with_realloc.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/internal/libc_allocator_with_realloc.h"
Install file: "deps/mapnik/sparsehash/internal/sparseconfig.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/internal/sparseconfig.h"
Install file: "deps/mapnik/sparsehash/template_util.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/template_util.h"
Install file: "deps/mapnik/sparsehash/type_traits.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/sparsehash/type_traits.h"
Install file: "deps/agg/include/agg_alpha_mask_u8.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_alpha_mask_u8.h"
Install file: "deps/agg/include/agg_arc.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_arc.h"
Install file: "deps/agg/include/agg_array.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_array.h"
Install file: "deps/agg/include/agg_arrowhead.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_arrowhead.h"
Install file: "deps/agg/include/agg_basics.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_basics.h"
Install file: "deps/agg/include/agg_bezier_arc.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_bezier_arc.h"
Install file: "deps/agg/include/agg_bitset_iterator.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_bitset_iterator.h"
Install file: "deps/agg/include/agg_blur.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_blur.h"
Install file: "deps/agg/include/agg_bounding_rect.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_bounding_rect.h"
Install file: "deps/agg/include/agg_bspline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_bspline.h"
Install file: "deps/agg/include/agg_clip_liang_barsky.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_clip_liang_barsky.h"
Install file: "deps/agg/include/agg_color_gray.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_color_gray.h"
Install file: "deps/agg/include/agg_color_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_color_rgba.h"
Install file: "deps/agg/include/agg_config.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_config.h"
Install file: "deps/agg/include/agg_conv_adaptor_vcgen.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_adaptor_vcgen.h"
Install file: "deps/agg/include/agg_conv_adaptor_vpgen.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_adaptor_vpgen.h"
Install file: "deps/agg/include/agg_conv_bspline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_bspline.h"
Install file: "deps/agg/include/agg_conv_clip_polygon.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_clip_polygon.h"
Install file: "deps/agg/include/agg_conv_clip_polyline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_clip_polyline.h"
Install file: "deps/agg/include/agg_conv_clipper.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_clipper.h"
Install file: "deps/agg/include/agg_conv_close_polygon.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_close_polygon.h"
Install file: "deps/agg/include/agg_conv_concat.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_concat.h"
Install file: "deps/agg/include/agg_conv_contour.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_contour.h"
Install file: "deps/agg/include/agg_conv_curve.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_curve.h"
Install file: "deps/agg/include/agg_conv_dash.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_dash.h"
Install file: "deps/agg/include/agg_conv_gpc.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_gpc.h"
Install file: "deps/agg/include/agg_conv_marker.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_marker.h"
Install file: "deps/agg/include/agg_conv_marker_adaptor.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_marker_adaptor.h"
Install file: "deps/agg/include/agg_conv_segmentator.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_segmentator.h"
Install file: "deps/agg/include/agg_conv_shorten_path.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_shorten_path.h"
Install file: "deps/agg/include/agg_conv_smooth_poly1.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_smooth_poly1.h"
Install file: "deps/agg/include/agg_conv_stroke.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_stroke.h"
Install file: "deps/agg/include/agg_conv_transform.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_transform.h"
Install file: "deps/agg/include/agg_conv_unclose_polygon.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_conv_unclose_polygon.h"
Install file: "deps/agg/include/agg_curves.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_curves.h"
Install file: "deps/agg/include/agg_dda_line.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_dda_line.h"
Install file: "deps/agg/include/agg_ellipse.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_ellipse.h"
Install file: "deps/agg/include/agg_ellipse_bresenham.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_ellipse_bresenham.h"
Install file: "deps/agg/include/agg_embedded_raster_fonts.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_embedded_raster_fonts.h"
Install file: "deps/agg/include/agg_font_cache_manager.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_font_cache_manager.h"
Install file: "deps/agg/include/agg_gamma_functions.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_gamma_functions.h"
Install file: "deps/agg/include/agg_gamma_lut.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_gamma_lut.h"
Install file: "deps/agg/include/agg_glyph_raster_bin.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_glyph_raster_bin.h"
Install file: "deps/agg/include/agg_gradient_lut.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_gradient_lut.h"
Install file: "deps/agg/include/agg_gsv_text.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_gsv_text.h"
Install file: "deps/agg/include/agg_image_accessors.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_image_accessors.h"
Install file: "deps/agg/include/agg_image_filters.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_image_filters.h"
Install file: "deps/agg/include/agg_line_aa_basics.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_line_aa_basics.h"
Install file: "deps/agg/include/agg_math.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_math.h"
Install file: "deps/agg/include/agg_math_stroke.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_math_stroke.h"
Install file: "deps/agg/include/agg_path_length.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_path_length.h"
Install file: "deps/agg/include/agg_path_storage.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_path_storage.h"
Install file: "deps/agg/include/agg_path_storage_integer.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_path_storage_integer.h"
Install file: "deps/agg/include/agg_pattern_filters_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pattern_filters_rgba.h"
Install file: "deps/agg/include/agg_pixfmt_amask_adaptor.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_amask_adaptor.h"
Install file: "deps/agg/include/agg_pixfmt_gray.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_gray.h"
Install file: "deps/agg/include/agg_pixfmt_rgb.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_rgb.h"
Install file: "deps/agg/include/agg_pixfmt_rgb_packed.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_rgb_packed.h"
Install file: "deps/agg/include/agg_pixfmt_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_rgba.h"
Install file: "deps/agg/include/agg_pixfmt_transposer.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_pixfmt_transposer.h"
Install file: "deps/agg/include/agg_rasterizer_cells_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_cells_aa.h"
Install file: "deps/agg/include/agg_rasterizer_compound_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_compound_aa.h"
Install file: "deps/agg/include/agg_rasterizer_outline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_outline.h"
Install file: "deps/agg/include/agg_rasterizer_outline_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_outline_aa.h"
Install file: "deps/agg/include/agg_rasterizer_scanline_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_scanline_aa.h"
Install file: "deps/agg/include/agg_rasterizer_sl_clip.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rasterizer_sl_clip.h"
Install file: "deps/agg/include/agg_renderer_base.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_base.h"
Install file: "deps/agg/include/agg_renderer_markers.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_markers.h"
Install file: "deps/agg/include/agg_renderer_mclip.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_mclip.h"
Install file: "deps/agg/include/agg_renderer_outline_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_outline_aa.h"
Install file: "deps/agg/include/agg_renderer_outline_image.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_outline_image.h"
Install file: "deps/agg/include/agg_renderer_primitives.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_primitives.h"
Install file: "deps/agg/include/agg_renderer_raster_text.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_raster_text.h"
Install file: "deps/agg/include/agg_renderer_scanline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_renderer_scanline.h"
Install file: "deps/agg/include/agg_rendering_buffer.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rendering_buffer.h"
Install file: "deps/agg/include/agg_rendering_buffer_dynarow.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rendering_buffer_dynarow.h"
Install file: "deps/agg/include/agg_rounded_rect.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_rounded_rect.h"
Install file: "deps/agg/include/agg_scanline_bin.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_bin.h"
Install file: "deps/agg/include/agg_scanline_boolean_algebra.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_boolean_algebra.h"
ar rc deps/agg/libagg.a deps/agg/src/agg_arc.o deps/agg/src/agg_arrowhead.o deps/agg/src/agg_bezier_arc.o deps/agg/src/agg_bspline.o deps/agg/src/agg_curves.o deps/agg/src/agg_embedded_raster_fonts.o deps/agg/src/agg_gsv_text.o deps/agg/src/agg_image_filters.o deps/agg/src/agg_line_aa_basics.o deps/agg/src/agg_line_profile_aa.o deps/agg/src/agg_pixfmt_rgba.o deps/agg/src/agg_rounded_rect.o deps/agg/src/agg_sqrt_tables.o deps/agg/src/agg_trans_affine.o deps/agg/src/agg_trans_double_path.o deps/agg/src/agg_trans_single_path.o deps/agg/src/agg_trans_warp_magnifier.o deps/agg/src/agg_vcgen_bspline.o deps/agg/src/agg_vcgen_contour.o deps/agg/src/agg_vcgen_dash.o deps/agg/src/agg_vcgen_markers_term.o deps/agg/src/agg_vcgen_smooth_poly1.o deps/agg/src/agg_vcgen_stroke.o deps/agg/src/agg_vpgen_clip_polygon.o deps/agg/src/agg_vpgen_clip_polyline.o deps/agg/src/agg_vpgen_segmentator.o
Install file: "deps/agg/include/agg_scanline_p.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_p.h"
Install file: "deps/agg/include/agg_scanline_storage_aa.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_storage_aa.h"
Install file: "deps/agg/include/agg_scanline_storage_bin.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_storage_bin.h"
Install file: "deps/agg/include/agg_scanline_u.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_scanline_u.h"
Install file: "deps/agg/include/agg_shorten_path.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_shorten_path.h"
Install file: "deps/agg/include/agg_simul_eq.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_simul_eq.h"
Install file: "deps/agg/include/agg_span_allocator.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_allocator.h"
Install file: "deps/agg/include/agg_span_converter.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_converter.h"
ranlib deps/agg/libagg.a
Install file: "deps/agg/include/agg_span_gouraud.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_gouraud.h"
Install file: "deps/agg/include/agg_span_gouraud_gray.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_gouraud_gray.h"
Install file: "deps/agg/include/agg_span_gouraud_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_gouraud_rgba.h"
Install file: "deps/agg/include/agg_span_gradient.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_gradient.h"
Install file: "deps/agg/include/agg_span_gradient_alpha.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_gradient_alpha.h"
"clang++" -o src/libmapnik.dylib -Wl,-install_name,/usr/local/Cellar/mapnik/2.2.0/lib/libmapnik.dylib -current_version 2.2.0 -compatibility_version 2.2.0 -dynamiclib src/feature_style_processor.os src/libxml2_loader.os src/fs.os src/debug_symbolizer.os src/request.os src/well_known_srs.os src/params.os src/image_filter_types.os src/miniz_png.os src/color.os src/css_color_grammar.os src/conversions.os src/image_compositing.os src/image_filter_grammar.os src/image_scaling.os src/box2d.os src/building_symbolizer.os src/datasource_cache.os src/datasource_cache_static.os src/debug.os src/deepcopy.os src/expression_node.os src/expression_grammar.os src/expression_string.os src/expression.os src/transform_expression_grammar.os src/transform_expression.os src/feature_kv_iterator.os src/feature_type_style.os src/font_engine_freetype.os src/font_set.os src/gamma_method.os src/gradient.os src/graphics.os src/image_reader.os src/image_util.os src/layer.os src/line_symbolizer.os src/line_pattern_symbolizer.os src/map.os src/load_map.os src/memory.os src/parse_path.os src/parse_transform.os src/palette.os src/path_expression_grammar.os src/placement_finder.os src/plugin.os src/point_symbolizer.os src/polygon_pattern_symbolizer.os src/polygon_symbolizer.os src/rule.os src/save_map.os src/shield_symbolizer.os src/text_symbolizer.os src/wkb.os src/projection.os src/proj_transform.os src/distance.os src/scale_denominator.os src/simplify.os src/memory_datasource.os src/stroke.os src/symbolizer.os src/symbolizer_helpers.os src/unicode.os src/markers_symbolizer.os src/raster_colorizer.os src/raster_symbolizer.os src/wkt/wkt_factory.os src/wkt/wkt_generator.os src/mapped_memory_cache.os src/marker_cache.os src/svg/svg_parser.os src/svg/svg_path_parser.os src/svg/svg_points_parser.os src/svg/svg_transform_parser.os src/warp.os src/json/geometry_grammar.os src/json/geometry_parser.os src/json/feature_grammar.os src/json/feature_collection_parser.os src/json/geojson_generator.os src/processed_text.os src/formatting/base.os src/formatting/expression.os src/formatting/list.os src/formatting/text.os src/formatting/format.os src/formatting/registry.os src/text_placements/registry.os src/text_placements/base.os src/text_placements/dummy.os src/text_placements/list.os src/text_placements/simple.os src/text_properties.os src/xml_tree.os src/config_error.os src/color_factory.os src/jpeg_reader.os src/tiff_reader.os src/png_reader.os src/agg/agg_renderer.os src/agg/process_building_symbolizer.os src/agg/process_line_symbolizer.os src/agg/process_line_pattern_symbolizer.os src/agg/process_text_symbolizer.os src/agg/process_point_symbolizer.os src/agg/process_polygon_symbolizer.os src/agg/process_polygon_pattern_symbolizer.os src/agg/process_raster_symbolizer.os src/agg/process_shield_symbolizer.os src/agg/process_markers_symbolizer.os src/agg/process_debug_symbolizer.os deps/clipper/src/clipper.os src/grid/grid.os src/grid/grid_renderer.os src/grid/process_building_symbolizer.os src/grid/process_line_pattern_symbolizer.os src/grid/process_line_symbolizer.os src/grid/process_markers_symbolizer.os src/grid/process_point_symbolizer.os src/grid/process_polygon_pattern_symbolizer.os src/grid/process_polygon_symbolizer.os src/grid/process_raster_symbolizer.os src/grid/process_shield_symbolizer.os src/grid/process_text_symbolizer.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lagg -lfreetype -lz -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -lproj -lpng -ljpeg -ltiff -lxml2 -lboost_thread-mt
Install file: "deps/agg/include/agg_span_image_filter.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_image_filter.h"
Install file: "deps/agg/include/agg_span_image_filter_gray.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_image_filter_gray.h"
Install file: "deps/agg/include/agg_span_image_filter_rgb.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_image_filter_rgb.h"
Install file: "deps/agg/include/agg_span_image_filter_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_image_filter_rgba.h"
Install file: "deps/agg/include/agg_span_interpolator_adaptor.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_interpolator_adaptor.h"
Install file: "deps/agg/include/agg_span_interpolator_linear.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_interpolator_linear.h"
Install file: "deps/agg/include/agg_span_interpolator_persp.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_interpolator_persp.h"
Install file: "deps/agg/include/agg_span_interpolator_trans.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_interpolator_trans.h"
Install file: "deps/agg/include/agg_span_pattern_gray.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_pattern_gray.h"
Install file: "deps/agg/include/agg_span_pattern_rgb.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_pattern_rgb.h"
Install file: "deps/agg/include/agg_span_pattern_rgba.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_pattern_rgba.h"
Install file: "deps/agg/include/agg_span_solid.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_solid.h"
Install file: "deps/agg/include/agg_span_subdiv_adaptor.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_span_subdiv_adaptor.h"
Install file: "deps/agg/include/agg_trans_affine.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_affine.h"
Install file: "deps/agg/include/agg_trans_bilinear.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_bilinear.h"
Install file: "deps/agg/include/agg_trans_double_path.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_double_path.h"
Install file: "deps/agg/include/agg_trans_lens.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_lens.h"
Install file: "deps/agg/include/agg_trans_perspective.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_perspective.h"
Install file: "deps/agg/include/agg_trans_single_path.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_single_path.h"
Install file: "deps/agg/include/agg_trans_viewport.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_viewport.h"
Install file: "deps/agg/include/agg_trans_warp_magnifier.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_trans_warp_magnifier.h"
Install file: "deps/agg/include/agg_vcgen_bspline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_bspline.h"
Install file: "deps/agg/include/agg_vcgen_contour.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_contour.h"
Install file: "deps/agg/include/agg_vcgen_dash.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_dash.h"
Install file: "deps/agg/include/agg_vcgen_markers_term.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_markers_term.h"
Install file: "deps/agg/include/agg_vcgen_smooth_poly1.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_smooth_poly1.h"
Install file: "deps/agg/include/agg_vcgen_stroke.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_stroke.h"
Install file: "deps/agg/include/agg_vcgen_vertex_sequence.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vcgen_vertex_sequence.h"
Install file: "deps/agg/include/agg_vertex_sequence.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vertex_sequence.h"
Install file: "deps/agg/include/agg_vpgen_clip_polygon.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vpgen_clip_polygon.h"
Install file: "deps/agg/include/agg_vpgen_clip_polyline.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vpgen_clip_polyline.h"
Install file: "deps/agg/include/agg_vpgen_segmentator.h" as "/usr/local/Cellar/mapnik/2.2.0/include/mapnik/agg/agg_vpgen_segmentator.h"
"clang++" -o plugins/input/csv/csv_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/csv/csv_datasource.cpp
"clang++" -o plugins/input/geojson/geojson_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/geojson/geojson_datasource.cpp
"clang++" -o plugins/input/geojson/geojson_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/geojson/geojson_featureset.cpp
Install file: "src/libmapnik.dylib" as "/usr/local/Cellar/mapnik/2.2.0/lib/libmapnik.dylib"
"clang++" -o plugins/input/raster/raster_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/raster/raster_datasource.cpp
"clang++" -o plugins/input/raster/raster_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/raster/raster_featureset.cpp
"clang++" -o plugins/input/raster/raster_info.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/raster/raster_info.cpp
"clang++" -o plugins/input/shape/shape_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/shape_datasource.cpp
"clang++" -o plugins/input/geojson.input -dynamiclib plugins/input/geojson/geojson_datasource.os plugins/input/geojson/geojson_featureset.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -licuuc -lboost_system-mt -lboost_thread-mt -lmapnik
Install file: "plugins/input/geojson.input" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/input/geojson.input"
"clang++" -o plugins/input/shape/shape_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/shape_featureset.cpp
"clang++" -o plugins/input/raster.input -dynamiclib plugins/input/raster/raster_datasource.os plugins/input/raster/raster_featureset.os plugins/input/raster/raster_info.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -licuuc -lboost_system-mt -lmapnik
Install file: "plugins/input/raster.input" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/input/raster.input"
"clang++" -o plugins/input/shape/shape_index_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/shape_index_featureset.cpp
"clang++" -o plugins/input/shape/shape_io.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/shape_io.cpp
"clang++" -o plugins/input/shape/shape_utils.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/shape_utils.cpp
"clang++" -o plugins/input/shape/dbfile.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -DSHAPE_MEMORY_MAPPED_FILE -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/shape/dbfile.cpp
"clang++" -o plugins/input/csv.input -dynamiclib plugins/input/csv/csv_datasource.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lboost_system-mt -licuuc -lmapnik
Install file: "plugins/input/csv.input" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/input/csv.input"
"clang++" -o plugins/input/sqlite/sqlite_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/sqlite/sqlite_datasource.cpp
"clang++" -o plugins/input/sqlite/sqlite_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 plugins/input/sqlite/sqlite_featureset.cpp
"clang++" -o demo/c++/rundemo.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 demo/c++/rundemo.cpp
Copy("/usr/local/Cellar/mapnik/2.2.0/bin/mapnik-config", "utils/mapnik-config/mapnik-config")
Chmod("/usr/local/Cellar/mapnik/2.2.0/bin/mapnik-config", 0755)
Install file: "utils/performance/mapnik-speed-check" as "/usr/local/Cellar/mapnik/2.2.0/bin/mapnik-speed-check"
"clang++" -o utils/shapeindex/shapeindex.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Iplugins/input/shape -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 utils/shapeindex/shapeindex.cpp
"clang++" -o plugins/input/sqlite.input -dynamiclib plugins/input/sqlite/sqlite_datasource.os plugins/input/sqlite/sqlite_featureset.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lsqlite3 -licuuc -lboost_system-mt -lmapnik
Install file: "plugins/input/sqlite.input" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/input/sqlite.input"
"clang++" -o utils/shapeindex/box2d-static.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 src/box2d.cpp
"clang++" -o plugins/input/shape.input -dynamiclib plugins/input/shape/shape_datasource.os plugins/input/shape/shape_featureset.os plugins/input/shape/shape_index_featureset.os plugins/input/shape/shape_io.os plugins/input/shape/shape_utils.os plugins/input/shape/dbfile.os -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -licuuc -lboost_system-mt -lmapnik
Install file: "plugins/input/shape.input" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/input/shape.input"
Install file: "utils/upgrade_map_xml/upgrade_map_xml.py" as "/usr/local/Cellar/mapnik/2.2.0/bin/upgrade_map_xml.py"
Install file: "bindings/python/mapnik/__init__.py" as "/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages/mapnik/__init__.py"
Install file: "bindings/python/mapnik/printing.py" as "/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages/mapnik/printing.py"
Install file: "bindings/python/mapnik2/__init__.py" as "/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages/mapnik2/__init__.py"
Copy("/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages/mapnik/paths.py", "bindings/python/mapnik/paths.py")
Chmod("/usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages/mapnik/paths.py", 0644)
"clang++" -o bindings/python/mapnik_building_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_building_symbolizer.cpp
"clang++" -o demo/c++/rundemo demo/c++/rundemo.o -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lagg -lfreetype -lz -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -lproj -lpng -ljpeg -ltiff -lxml2 -lboost_thread-mt -lmapnik
"clang++" -o bindings/python/mapnik_color.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_color.cpp
"clang++" -o bindings/python/mapnik_coord.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_coord.cpp
"clang++" -o utils/shapeindex/shapeindex utils/shapeindex/shapeindex.o utils/shapeindex/box2d-static.o -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lmapnik -lboost_program_options-mt -lboost_system-mt
Install file: "utils/shapeindex/shapeindex" as "/usr/local/Cellar/mapnik/2.2.0/bin/shapeindex"
"clang++" -o bindings/python/mapnik_datasource.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_datasource.cpp
"clang++" -o bindings/python/mapnik_datasource_cache.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_datasource_cache.cpp
"clang++" -o bindings/python/mapnik_debug_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_debug_symbolizer.cpp
"clang++" -o bindings/python/mapnik_envelope.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_envelope.cpp
"clang++" -o bindings/python/mapnik_expression.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_expression.cpp
"clang++" -o bindings/python/mapnik_feature.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_feature.cpp
"clang++" -o bindings/python/mapnik_featureset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_featureset.cpp
"clang++" -o bindings/python/mapnik_font_engine.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_font_engine.cpp
"clang++" -o bindings/python/mapnik_fontset.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_fontset.cpp
"clang++" -o bindings/python/mapnik_gamma_method.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_gamma_method.cpp
"clang++" -o bindings/python/mapnik_geometry.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_geometry.cpp
"clang++" -o bindings/python/mapnik_grid.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_grid.cpp
"clang++" -o bindings/python/mapnik_grid_view.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_grid_view.cpp
"clang++" -o bindings/python/mapnik_image.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_image.cpp
"clang++" -o bindings/python/mapnik_image_view.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_image_view.cpp
"clang++" -o bindings/python/mapnik_label_collision_detector.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_label_collision_detector.cpp
"clang++" -o bindings/python/mapnik_layer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_layer.cpp
In file included from bindings/python/mapnik_geometry.cpp:43:
In file included from include/mapnik/util/geometry_to_svg.hpp:29:
include/mapnik/util/geometry_svg_generator.hpp:153:46: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
"clang++" -o bindings/python/mapnik_line_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_line_pattern_symbolizer.cpp
"clang++" -o bindings/python/mapnik_line_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_line_symbolizer.cpp
"clang++" -o bindings/python/mapnik_logger.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_logger.cpp
"clang++" -o bindings/python/mapnik_map.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_map.cpp
"clang++" -o bindings/python/mapnik_markers_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_markers_symbolizer.cpp
"clang++" -o bindings/python/mapnik_palette.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_palette.cpp
"clang++" -o bindings/python/mapnik_parameters.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_parameters.cpp
"clang++" -o bindings/python/mapnik_point_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_point_symbolizer.cpp
"clang++" -o bindings/python/mapnik_polygon_pattern_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_polygon_pattern_symbolizer.cpp
"clang++" -o bindings/python/mapnik_polygon_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_polygon_symbolizer.cpp
"clang++" -o bindings/python/mapnik_proj_transform.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_proj_transform.cpp
"clang++" -o bindings/python/mapnik_projection.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_projection.cpp
"clang++" -o bindings/python/mapnik_python.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_python.cpp
"clang++" -o bindings/python/mapnik_query.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_query.cpp
"clang++" -o bindings/python/mapnik_raster_colorizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_raster_colorizer.cpp
"clang++" -o bindings/python/mapnik_raster_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_raster_symbolizer.cpp
"clang++" -o bindings/python/mapnik_rule.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_rule.cpp
"clang++" -o bindings/python/mapnik_scaling_method.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_scaling_method.cpp
"clang++" -o bindings/python/mapnik_shield_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_shield_symbolizer.cpp
"clang++" -o bindings/python/mapnik_stroke.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_stroke.cpp
1 warning generated.
"clang++" -o bindings/python/mapnik_style.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_style.cpp
"clang++" -o bindings/python/mapnik_symbolizer.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_symbolizer.cpp
"clang++" -o bindings/python/mapnik_text_placement.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_text_placement.cpp
"clang++" -o bindings/python/mapnik_view_transform.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/mapnik_view_transform.cpp
"clang++" -o bindings/python/python_cairo.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/python_cairo.cpp
"clang++" -o bindings/python/python_grid_utils.os -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -fPIC -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 bindings/python/python_grid_utils.cpp
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSans-Bold.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSans-Bold.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSans-BoldOblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSans-BoldOblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSans-ExtraLight.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSans-ExtraLight.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSans-Oblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSans-Oblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSans.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSans.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansCondensed-Bold.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansCondensed-Bold.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansCondensed-BoldOblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansCondensed-BoldOblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansCondensed-Oblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansCondensed-Oblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansCondensed.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansCondensed.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansMono-Bold.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansMono-Bold.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansMono-BoldOblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansMono-BoldOblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansMono-Oblique.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansMono-Oblique.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSansMono.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSansMono.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerif-Bold.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerif-Bold.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerif-BoldItalic.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerif-BoldItalic.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerif-Italic.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerif-Italic.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerif.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerif.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerifCondensed-Bold.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerifCondensed-Bold.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerifCondensed-BoldItalic.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerifCondensed-Italic.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerifCondensed-Italic.ttf"
Install file: "fonts/dejavu-fonts-ttf-2.33/ttf/DejaVuSerifCondensed.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/DejaVuSerifCondensed.ttf"
Install file: "fonts/unifont-5.1.20080907.ttf" as "/usr/local/Cellar/mapnik/2.2.0/lib/mapnik/fonts/unifont-5.1.20080907.ttf"
"clang++" -o tests/cpp_tests/agg_blend_src_over_test.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 tests/cpp_tests/agg_blend_src_over_test.cpp
"clang++" -o tests/cpp_tests/clipping_test.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 tests/cpp_tests/clipping_test.cpp
"clang++" -o tests/cpp_tests/agg_blend_src_over_test-bin tests/cpp_tests/agg_blend_src_over_test.o -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lagg -lfreetype -lz -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -lproj -lpng -ljpeg -ltiff -lxml2 -lboost_thread-mt -lmapnik
In file included from bindings/python/mapnik_text_placement.cpp:26:
In file included from include/mapnik/text_properties.hpp:27:
In file included from include/mapnik/attribute.hpp:28:
In file included from include/mapnik/geometry.hpp:33:
In file included from /usr/local/Cellar/boost/1.55.0/include/boost/ptr_container/ptr_vector.hpp:19:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1794:30: error: call to 'make_move_iterator' is ambiguous
insert(__make_iter(__p), make_move_iterator(__v.begin()),
^~~~~~~~~~~~~~~~~~
bindings/python/mapnik_text_placement.cpp:197:19: note: in instantiation of function template specialization 'std::__1::vector<boost::shared_ptr<mapnik::formatting::node>, std::__1::allocator<boost::shared_ptr<mapnik::formatting::node> > >::insert<boost::python::stl_input_iterator<boost::shared_ptr<mapnik::formatting::node> > >' requested here
children_.insert(children_.end(), begin, end);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:1016:1: note: candidate function [with _Iter = boost::shared_ptr<mapnik::formatting::node> *]
make_move_iterator(const _Iter& __i)
^
/usr/local/Cellar/boost/1.55.0/include/boost/move/iterator.hpp:166:26: note: candidate function [with It = boost::shared_ptr<mapnik::formatting::node> *]
inline move_iterator<It> make_move_iterator(const It &it)
^
"clang++" -o tests/cpp_tests/conversions_test.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 tests/cpp_tests/conversions_test.cpp
"clang++" -o tests/cpp_tests/conversions_test-bin tests/cpp_tests/conversions_test.o -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lagg -lfreetype -lz -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -lproj -lpng -ljpeg -ltiff -lxml2 -lboost_thread-mt -lmapnik
"clang++" -o tests/cpp_tests/exceptions_test.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 tests/cpp_tests/exceptions_test.cpp
"clang++" -o tests/cpp_tests/clipping_test-bin tests/cpp_tests/clipping_test.o -Ldeps/agg -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/lib -lagg -lfreetype -lz -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -lproj -lpng -ljpeg -ltiff -lxml2 -lboost_thread-mt -lmapnik
"clang++" -o tests/cpp_tests/font_registration_test.o -c -ansi -Wall -ftemplate-depth-300 -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -DDARWIN -DMAPNIK_THREADSAFE -DNDEBUG -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 tests/cpp_tests/font_registration_test.cpp
1 error generated.
scons: *** [bindings/python/mapnik_text_placement.os] Error 1
scons: building terminated because of errors.
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: b6f0452691e387daf2d38fc270049a626c8d9304
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0.1
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/opt/icu4c:/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/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/icu4c/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/pkg-config/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/proj/bin:/usr/local/opt/icu4c/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: mapnik did not build
Logs:
/Users/eric/Library/Logs/Homebrew/mapnik/01.python
/Users/eric/Library/Logs/Homebrew/mapnik/02.python
/Users/eric/Library/Logs/Homebrew/mapnik/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/pull/24006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment