Skip to content

Instantly share code, notes, and snippets.

@rdmurphy
Created February 9, 2013 22:15
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 rdmurphy/8a25ad1ea019fafb082f to your computer and use it in GitHub Desktop.
Save rdmurphy/8a25ad1ea019fafb082f to your computer and use it in GitHub Desktop.
Mapnik install issues #2
==> Downloading https://github.com/downloads/mapnik/mapnik/mapnik-v2.1.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/mapnik-2.1.0.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/mapnik-2.1.0.tar.bz2
==> python scons/scons.py configure CC="cc" CXX="c++" JOBS=2 PREFIX=/usr/local/Cellar/mapnik/2.1.0 ICU_INCLUDES=/usr/local/opt/icu4c/include ICU_LIBS=/usr/local/opt/icu4c/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.1.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
python scons/scons.py configure CC="cc" CXX="c++" JOBS=2 PREFIX=/usr/local/Cellar/mapnik/2.1.0 ICU_INCLUDES=/usr/local/opt/icu4c/include ICU_LIBS=/usr/local/opt/icu4c/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.1.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
[?1034hscons: 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
Sorting lib and inc compiler paths...(cached) yes
Checking for C library m... yes
Checking for C library ltdl... yes
Checking for C library png... yes
Checking for C library tiff... yes
Checking for C library z... yes
Checking for C library proj... yes
Checking for C++ library icuuc... yes
Checking for C library jpeg... yes
Checking for ICU version >= 4.2... found: icu 50.1
(cached) Searching for boost libs and headers... (cached) 
*libs found: /usr/local/opt/boost/lib
*headers found: /usr/local/opt/boost/include
*lib naming extension found: -mt
Checking for Boost version >= 1.47... yes
Found boost lib version... 1_53
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 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 C library curl... yes
Checking for gdal-config --libs... error: no result
no
Checking for pg_config... yes
Checking for pkg-config... yes
Checking for cairo... no
Checking for C++ header file boost/python/detail/config.hpp... yes
Checking for pkg-config... yes
Checking for pycairo... no

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)
- gdal-config (gdal-config program | try setting GDAL_CONFIG SCons option)
- cairo (Cairo C library | configured using pkg-config | try setting PKG_CONFIG_PATH SCons option)
- pycairo (Python bindings to Cairo library | configured using pkg-config | try setting PKG_CONFIG_PATH SCons option)
Checking for C header file Python.h... yes
Bindings Python version... 2.7
Python 2.7 prefix... /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7
Python bindings will install in... /usr/local/Cellar/mapnik/2.1.0/lib/python2.7/site-packages

Configure completed: run `make` to build or `make install`
==> python scons/scons.py install
python scons/scons.py install
[?1034hscons: 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 'ogr', not building...
Notice: dependencies not met for plugin 'gdal', not building...
scons: done reading SConscript files.
scons: Building targets ...
"c++" -o src/libxml2_loader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -DHAVE_LIBXML2 -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/libxml2_loader.cpp
"c++" -o src/feature_style_processor.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/feature_style_processor.cpp
"c++" -o src/color.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/color.cpp
"c++" -o src/css_color_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/css_color_grammar.cpp
"c++" -o src/conversions.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/conversions.cpp
"c++" -o src/image_compositing.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/image_compositing.cpp
"c++" -o src/image_filter_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/image_filter_grammar.cpp
"c++" -o src/image_scaling.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/image_scaling.cpp
"c++" -o src/box2d.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/box2d.cpp
"c++" -o src/building_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/building_symbolizer.cpp
"c++" -o src/datasource_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/datasource_cache.cpp
"c++" -o src/debug.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/debug.cpp
"c++" -o src/deepcopy.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/deepcopy.cpp
"c++" -o src/expression_node.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/expression_node.cpp
"c++" -o src/expression_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/expression_grammar.cpp
"c++" -o src/expression_string.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/expression_string.cpp
"c++" -o src/expression.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/expression.cpp
"c++" -o src/transform_expression_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/transform_expression_grammar.cpp
"c++" -o src/transform_expression.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/transform_expression.cpp
"c++" -o src/feature_kv_iterator.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/feature_kv_iterator.cpp
"c++" -o src/feature_type_style.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/feature_type_style.cpp
"c++" -o src/font_engine_freetype.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/font_engine_freetype.cpp
"c++" -o src/font_set.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/font_set.cpp
"c++" -o src/gamma_method.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/gamma_method.cpp
"c++" -o src/gradient.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/gradient.cpp
"c++" -o src/graphics.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/graphics.cpp
"c++" -o src/image_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/image_reader.cpp
"c++" -o src/image_util.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/image_util.cpp
"c++" -o src/layer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/layer.cpp
"c++" -o src/line_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/line_symbolizer.cpp
"c++" -o src/line_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/line_pattern_symbolizer.cpp
"c++" -o src/map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/map.cpp
"c++" -o src/load_map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/load_map.cpp
"c++" -o src/memory.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/memory.cpp
"c++" -o src/parse_path.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/parse_path.cpp
"c++" -o src/parse_transform.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/parse_transform.cpp
"c++" -o src/palette.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/palette.cpp
"c++" -o src/path_expression_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/path_expression_grammar.cpp
"c++" -o src/placement_finder.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/placement_finder.cpp
"c++" -o src/plugin.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/plugin.cpp
"c++" -o src/png_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/png_reader.cpp
"c++" -o src/point_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/point_symbolizer.cpp
"c++" -o src/polygon_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/polygon_pattern_symbolizer.cpp
"c++" -o src/polygon_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/polygon_symbolizer.cpp
"c++" -o src/save_map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/save_map.cpp
"c++" -o src/shield_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/shield_symbolizer.cpp
"c++" -o src/text_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/text_symbolizer.cpp
"c++" -o src/tiff_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/tiff_reader.cpp
"c++" -o src/wkb.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/wkb.cpp
"c++" -o src/projection.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/projection.cpp
"c++" -o src/proj_transform.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/proj_transform.cpp
"c++" -o src/distance.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/distance.cpp
"c++" -o src/scale_denominator.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/scale_denominator.cpp
"c++" -o src/memory_datasource.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/memory_datasource.cpp
"c++" -o src/stroke.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/stroke.cpp
"c++" -o src/symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/symbolizer.cpp
"c++" -o src/symbolizer_helpers.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/symbolizer_helpers.cpp
"c++" -o src/unicode.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/unicode.cpp
"c++" -o src/markers_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/markers_symbolizer.cpp
"c++" -o src/raster_colorizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/raster_colorizer.cpp
"c++" -o src/wkt/wkt_factory.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/wkt/wkt_factory.cpp
"c++" -o src/wkt/wkt_generator.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/wkt/wkt_generator.cpp
"c++" -o src/mapped_memory_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/mapped_memory_cache.cpp
"c++" -o src/marker_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/marker_cache.cpp
"c++" -o src/svg_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/svg_parser.cpp
"c++" -o src/svg_path_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/svg_path_parser.cpp
"c++" -o src/svg_points_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/svg_points_parser.cpp
"c++" -o src/svg_transform_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/svg_transform_parser.cpp
"c++" -o src/warp.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/warp.cpp
"c++" -o src/json/geometry_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/json/geometry_grammar.cpp
"c++" -o src/json/geometry_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/json/geometry_parser.cpp
"c++" -o src/json/feature_grammar.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/json/feature_grammar.cpp
"c++" -o src/json/feature_collection_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-300 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts -DNDEBUG -fPIC -Ideps/agg/include -I. -Iinclude -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/boost/1.53.0/include -I/usr/include -I/usr/include/libxml2 src/json/feature_collection_parser.cpp
scons: building terminated because of errors.
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 0f84e106f2287033b46969d0bc26fd415d28327c
CPU: dual-core 64-bit penryn
OS X: 10.8.2-x86_64
CLT: 4.6.0.0.1.1358221012
X11: N/A
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /usr/local/opt/icu4c:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/icu4c/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/freetype/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/proj/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: mapnik did not build
Logs: /Users/ryan/Library/Logs/Homebrew/mapnik/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment