Skip to content

Instantly share code, notes, and snippets.

@myersjustinc
Created November 19, 2012 17:05
Show Gist options
  • Select an option

  • Save myersjustinc/4111928 to your computer and use it in GitHub Desktop.

Select an option

Save myersjustinc/4111928 to your computer and use it in GitHub Desktop.
mapnik failed to build on 10.8.2

Trying to install Mapnik on a Mac Pro (early 2009) with 10.8.2, but it isn't building for me.

The troubleshooting instructions ask for three things in this gist:

  • Output from HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mapnik, which are in brew-install.txt.
  • Largest numbered log from ~/Library/Logs/Homebrew/mapnik. No numbered logs existed in that directory yet, so I included the one file (config.log) that was present there.
  • Output from brew doctor, which is very unexciting but is included in brew-doctor.txt.
jmyers-mac:~ newshour$ brew doctor
Your system is raring to brew.
jmyers-mac:~ newshour$
jmyers-mac:~ newshour$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mapnik
==> 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=1 PREFIX=/usr/local/Cellar/mapnik/2.1.0 ICU_INCLUDES=/usr/local/Cellar/icu4c/50.1/include ICU_LIBS=/usr/local/Cellar/icu4c/50.1/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.1.0
python scons/scons.py configure CC="cc" CXX="c++" JOBS=1 PREFIX=/usr/local/Cellar/mapnik/2.1.0 ICU_INCLUDES=/usr/local/Cellar/icu4c/50.1/include ICU_LIBS=/usr/local/Cellar/icu4c/50.1/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.1.0
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
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/lib
*headers found: /usr/local/include
*lib naming extension found: -mt
Checking for Boost version >= 1.47... yes
Found boost lib version... 1_52
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) 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 C library curl... yes
Checking for gdal-config --libs... error: no result
no
Checking for pg_config... yes
Checking for pkg-config... no
Checking for C++ header file boost/python/detail/config.hpp... yes
Checking for pkg-config... 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:
- 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)
- pkg-config (pkg-config tool | more info: http://pkg-config.freedesktop.org)
- cairo (Cairo C library | configured using pkg-config | try setting PKG_CONFIG_PATH SCons option)
- cairomm (Cairomm C++ bindings to Cairo 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
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 '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 -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/libxml2_loader.cpp
"c++" -o src/feature_style_processor.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/feature_style_processor.cpp
"c++" -o src/color.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/color.cpp
"c++" -o src/css_color_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/css_color_grammar.cpp
"c++" -o src/conversions.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/conversions.cpp
"c++" -o src/image_compositing.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/image_compositing.cpp
"c++" -o src/image_filter_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/image_filter_grammar.cpp
"c++" -o src/image_scaling.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/image_scaling.cpp
"c++" -o src/box2d.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/box2d.cpp
"c++" -o src/building_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/building_symbolizer.cpp
"c++" -o src/datasource_cache.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/datasource_cache.cpp
"c++" -o src/debug.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/debug.cpp
"c++" -o src/deepcopy.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/deepcopy.cpp
"c++" -o src/expression_node.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/expression_node.cpp
"c++" -o src/expression_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/expression_grammar.cpp
"c++" -o src/expression_string.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/expression_string.cpp
"c++" -o src/expression.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/expression.cpp
"c++" -o src/transform_expression_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/transform_expression_grammar.cpp
"c++" -o src/transform_expression.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/transform_expression.cpp
"c++" -o src/feature_kv_iterator.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/feature_kv_iterator.cpp
"c++" -o src/feature_type_style.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/feature_type_style.cpp
"c++" -o src/font_engine_freetype.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/font_engine_freetype.cpp
"c++" -o src/font_set.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/font_set.cpp
"c++" -o src/gamma_method.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/gamma_method.cpp
"c++" -o src/gradient.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/gradient.cpp
"c++" -o src/graphics.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/graphics.cpp
"c++" -o src/image_reader.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/image_reader.cpp
"c++" -o src/image_util.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/image_util.cpp
"c++" -o src/layer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/layer.cpp
"c++" -o src/line_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/line_symbolizer.cpp
"c++" -o src/line_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/line_pattern_symbolizer.cpp
"c++" -o src/map.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/map.cpp
"c++" -o src/load_map.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/load_map.cpp
"c++" -o src/memory.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/memory.cpp
"c++" -o src/parse_path.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/parse_path.cpp
"c++" -o src/parse_transform.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/parse_transform.cpp
"c++" -o src/palette.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/palette.cpp
"c++" -o src/path_expression_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/path_expression_grammar.cpp
"c++" -o src/placement_finder.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/placement_finder.cpp
"c++" -o src/plugin.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/plugin.cpp
"c++" -o src/png_reader.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/png_reader.cpp
"c++" -o src/point_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/point_symbolizer.cpp
"c++" -o src/polygon_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/polygon_pattern_symbolizer.cpp
"c++" -o src/polygon_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/polygon_symbolizer.cpp
"c++" -o src/save_map.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/save_map.cpp
"c++" -o src/shield_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/shield_symbolizer.cpp
"c++" -o src/text_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_symbolizer.cpp
"c++" -o src/tiff_reader.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/tiff_reader.cpp
"c++" -o src/wkb.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/wkb.cpp
"c++" -o src/projection.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/projection.cpp
"c++" -o src/proj_transform.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/proj_transform.cpp
"c++" -o src/distance.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/distance.cpp
"c++" -o src/scale_denominator.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/scale_denominator.cpp
"c++" -o src/memory_datasource.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/memory_datasource.cpp
"c++" -o src/stroke.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/stroke.cpp
"c++" -o src/symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/symbolizer.cpp
"c++" -o src/symbolizer_helpers.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/symbolizer_helpers.cpp
"c++" -o src/unicode.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/unicode.cpp
"c++" -o src/markers_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/markers_symbolizer.cpp
"c++" -o src/raster_colorizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/raster_colorizer.cpp
"c++" -o src/wkt/wkt_factory.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/wkt/wkt_factory.cpp
"c++" -o src/wkt/wkt_generator.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/wkt/wkt_generator.cpp
"c++" -o src/mapped_memory_cache.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/mapped_memory_cache.cpp
"c++" -o src/marker_cache.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/marker_cache.cpp
"c++" -o src/svg_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/svg_parser.cpp
"c++" -o src/svg_path_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/svg_path_parser.cpp
"c++" -o src/svg_points_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/svg_points_parser.cpp
"c++" -o src/svg_transform_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/svg_transform_parser.cpp
"c++" -o src/warp.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/warp.cpp
"c++" -o src/json/geometry_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/json/geometry_grammar.cpp
"c++" -o src/json/geometry_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/json/geometry_parser.cpp
"c++" -o src/json/feature_grammar.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/json/feature_grammar.cpp
"c++" -o src/json/feature_collection_parser.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/json/feature_collection_parser.cpp
"c++" -o src/json/geojson_generator.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/json/geojson_generator.cpp
"c++" -o src/processed_text.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/processed_text.cpp
"c++" -o src/formatting/base.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/base.cpp
"c++" -o src/formatting/expression.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/expression.cpp
"c++" -o src/formatting/list.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/list.cpp
"c++" -o src/formatting/text.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/text.cpp
"c++" -o src/formatting/format.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/format.cpp
"c++" -o src/formatting/registry.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/formatting/registry.cpp
"c++" -o src/text_placements/registry.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_placements/registry.cpp
"c++" -o src/text_placements/base.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_placements/base.cpp
"c++" -o src/text_placements/dummy.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_placements/dummy.cpp
"c++" -o src/text_placements/list.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_placements/list.cpp
"c++" -o src/text_placements/simple.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_placements/simple.cpp
"c++" -o src/text_properties.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/text_properties.cpp
"c++" -o src/xml_tree.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/xml_tree.cpp
"c++" -o src/config_error.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/config_error.cpp
"c++" -o src/jpeg_reader.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/jpeg_reader.cpp
"c++" -o src/agg/agg_renderer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/agg_renderer.cpp
"c++" -o src/agg/process_building_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_building_symbolizer.cpp
"c++" -o src/agg/process_line_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_line_symbolizer.cpp
"c++" -o src/agg/process_line_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_line_pattern_symbolizer.cpp
"c++" -o src/agg/process_text_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_text_symbolizer.cpp
"c++" -o src/agg/process_point_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_point_symbolizer.cpp
"c++" -o src/agg/process_polygon_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_polygon_symbolizer.cpp
"c++" -o src/agg/process_polygon_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_polygon_pattern_symbolizer.cpp
"c++" -o src/agg/process_raster_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_raster_symbolizer.cpp
"c++" -o src/agg/process_shield_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_shield_symbolizer.cpp
"c++" -o src/agg/process_markers_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/agg/process_markers_symbolizer.cpp
"c++" -o src/grid/grid.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/grid.cpp
"c++" -o src/grid/grid_renderer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/grid_renderer.cpp
"c++" -o src/grid/process_building_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_building_symbolizer.cpp
"c++" -o src/grid/process_line_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_line_pattern_symbolizer.cpp
"c++" -o src/grid/process_line_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_line_symbolizer.cpp
"c++" -o src/grid/process_markers_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_markers_symbolizer.cpp
"c++" -o src/grid/process_point_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_point_symbolizer.cpp
"c++" -o src/grid/process_polygon_pattern_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_polygon_pattern_symbolizer.cpp
"c++" -o src/grid/process_polygon_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_polygon_symbolizer.cpp
"c++" -o src/grid/process_raster_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_raster_symbolizer.cpp
"c++" -o src/grid/process_shield_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_shield_symbolizer.cpp
"c++" -o src/grid/process_text_symbolizer.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -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/include -I/usr/include -I/usr/include/libxml2 src/grid/process_text_symbolizer.cpp
"c++" -o deps/agg/src/agg_arc.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_arc.cpp
"c++" -o deps/agg/src/agg_arrowhead.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_arrowhead.cpp
"c++" -o deps/agg/src/agg_bezier_arc.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_bezier_arc.cpp
"c++" -o deps/agg/src/agg_bspline.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_bspline.cpp
"c++" -o deps/agg/src/agg_curves.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_curves.cpp
"c++" -o deps/agg/src/agg_embedded_raster_fonts.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_embedded_raster_fonts.cpp
"c++" -o deps/agg/src/agg_gsv_text.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_gsv_text.cpp
"c++" -o deps/agg/src/agg_image_filters.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_image_filters.cpp
"c++" -o deps/agg/src/agg_line_aa_basics.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_line_aa_basics.cpp
"c++" -o deps/agg/src/agg_line_profile_aa.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_line_profile_aa.cpp
"c++" -o deps/agg/src/agg_rounded_rect.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_rounded_rect.cpp
"c++" -o deps/agg/src/agg_sqrt_tables.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_sqrt_tables.cpp
"c++" -o deps/agg/src/agg_trans_affine.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_trans_affine.cpp
"c++" -o deps/agg/src/agg_trans_double_path.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_trans_double_path.cpp
"c++" -o deps/agg/src/agg_trans_single_path.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_trans_single_path.cpp
"c++" -o deps/agg/src/agg_trans_warp_magnifier.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_trans_warp_magnifier.cpp
"c++" -o deps/agg/src/agg_vcgen_bspline.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_bspline.cpp
"c++" -o deps/agg/src/agg_vcgen_contour.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_contour.cpp
"c++" -o deps/agg/src/agg_vcgen_dash.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_dash.cpp
"c++" -o deps/agg/src/agg_vcgen_markers_term.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_markers_term.cpp
"c++" -o deps/agg/src/agg_vcgen_smooth_poly1.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_smooth_poly1.cpp
"c++" -o deps/agg/src/agg_vcgen_stroke.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vcgen_stroke.cpp
"c++" -o deps/agg/src/agg_vpgen_clip_polygon.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vpgen_clip_polygon.cpp
"c++" -o deps/agg/src/agg_vpgen_clip_polyline.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vpgen_clip_polyline.cpp
"c++" -o deps/agg/src/agg_vpgen_segmentator.o -c -O3 -fPIC -DNDEBUG -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/include -I/usr/include -I/usr/include/libxml2 deps/agg/src/agg_vpgen_segmentator.cpp
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_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
ranlib deps/agg/libagg.a
"c++" -o src/libmapnik.dylib -Wl,-install_name,/usr/local/Cellar/mapnik/2.1.0/lib/libmapnik.dylib -current_version 2.1.0 -compatibility_version 2.1.0 -dynamiclib src/libxml2_loader.os src/feature_style_processor.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/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/png_reader.os src/point_symbolizer.os src/polygon_pattern_symbolizer.os src/polygon_symbolizer.os src/save_map.os src/shield_symbolizer.os src/text_symbolizer.os src/tiff_reader.os src/wkb.os src/projection.os src/proj_transform.os src/distance.os src/scale_denominator.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/wkt/wkt_factory.os src/wkt/wkt_generator.os src/mapped_memory_cache.os src/marker_cache.os src/svg_parser.os src/svg_path_parser.os src/svg_points_parser.os src/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/jpeg_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/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/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/lib -L/usr/lib -lagg -lfreetype -lltdl -lpng -ltiff -lz -lproj -licuuc -lboost_filesystem-mt -lboost_system-mt -lboost_regex-mt -ljpeg -lxml2 -lboost_thread-mt
Undefined symbols for architecture x86_64:
"boost::filesystem::path_traits::dispatch(boost::filesystem::directory_entry const&, std::string&, std::codecvt<wchar_t, char, __mbstate_t> const&)", referenced from:
mapnik::datasource_cache::register_datasources(std::string const&) in datasource_cache.os
mapnik::freetype_engine::register_fonts(std::string const&, bool) in font_engine_freetype.os
"icu_50::UnicodeString::doReplace(int, int, unsigned short const*, int, int)", referenced from:
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in feature_style_processor.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in symbolizer.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in symbolizer_helpers.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in expression.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in text.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in process_building_symbolizer.os
boost::utf16_output_iterator<boost::re_detail::unicode_string_out_iterator>::push(unsigned int) const in process_markers_symbolizer.os
...
"icu_50::UnicodeString::doCompare(int, int, unsigned short const*, int, int) const", referenced from:
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const>&) const in feature_style_processor.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const>&) const in feature_style_processor.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const>&) const in feature_style_processor.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_than const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_than const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_than const, icu_50::UnicodeString const>&) const in feature_style_processor.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_or_equal const, icu_50::UnicodeString const>&) const in symbolizer.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::greater_than const, icu_50::UnicodeString const>&) const in symbolizer.os
boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const>::result_type boost::variant<mapnik::value_null, bool, int, double, icu_50::UnicodeString, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>::apply_visitor<boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const> >(boost::detail::variant::apply_visitor_binary_invoke<mapnik::impl::less_or_equal const, icu_50::UnicodeString const>&) const in symbolizer.os
...
"icu_50::UnicodeString::doIndexOf(unsigned short, int, int) const", referenced from:
mapnik::placement_finder<mapnik::label_collision_detector4>::find_line_breaks() in placement_finder.os
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [src/libmapnik.dylib] Error 1
scons: building terminated because of errors.
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: be10a49527703fd5f3099165e03908b6eeaf9def
CPU: 16-core 64-bit nehalem
OS X: 10.8.2-x86_64
Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /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/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/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/newshour/Library/Logs/Homebrew/mapnik/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/issues/16144
jmyers-mac:~ newshour$
file /private/tmp/mapnik-6h4l/mapnik-v2.1.0/SConstruct,line 941:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for freetype-config...
freetype-config --libs --cflags
-I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include
-L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2
scons: Configure: yes
scons: Configure: Checking for xml2-config...
xml2-config --cflags
-I/usr/include/libxml2
scons: Configure: yes
scons: Configure: Sorting lib and inc compiler paths...
scons: Configure: (cached) yes
scons: Configure: Checking for C library m...
.sconf_temp/conftest_2.c <-
|
|
|#include "math.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_2.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_2.c
"cc" -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm
scons: Configure: yes
scons: Configure: Checking for C library ltdl...
.sconf_temp/conftest_3.c <-
|
|
|#include "ltdl.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_3.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_3.c
"cc" -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl
scons: Configure: yes
scons: Configure: Checking for C library png...
.sconf_temp/conftest_4.c <-
|
|
|#include "png.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_4.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_4.c
"cc" -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng
scons: Configure: yes
scons: Configure: Checking for C library tiff...
.sconf_temp/conftest_5.c <-
|
|
|#include "tiff.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_5.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_5.c
"cc" -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff
scons: Configure: yes
scons: Configure: Checking for C library z...
.sconf_temp/conftest_6.c <-
|
|
|#include "zlib.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_6.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_6.c
"cc" -o .sconf_temp/conftest_6 .sconf_temp/conftest_6.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz
scons: Configure: yes
scons: Configure: Checking for C library proj...
.sconf_temp/conftest_7.c <-
|
|
|#include "proj_api.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_7.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_7.c
"cc" -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj
scons: Configure: yes
scons: Configure: Checking for C++ library icuuc...
.sconf_temp/conftest_8.cpp <-
|
|
|#include "unicode/unistr.h"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_8.o -c -DHAVE_JPEG -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_8.cpp
"c++" -o .sconf_temp/conftest_8 .sconf_temp/conftest_8.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc
scons: Configure: yes
scons: Configure: Checking for C library jpeg...
.sconf_temp/conftest_9.c <-
|
|
|#include "stdio.h"
|#include "jpeglib.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_9.o -c -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_9.c
"cc" -o .sconf_temp/conftest_9 .sconf_temp/conftest_9.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
scons: Configure: yes
.sconf_temp/conftest_10.cpp <-
|
|
|#include <unicode/uversion.h>
|#include <iostream>
|
|int main()
|{
| std::cout << U_ICU_VERSION_MAJOR_NUM << "." << U_ICU_VERSION_MINOR_NUM << std::endl;
| return 0;
|}
|
|
"c++" -o .sconf_temp/conftest_10.o -c -DHAVE_JPEG -Iinclude -I. -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/include -I/usr/include/libxml2 .sconf_temp/conftest_10.cpp
"c++" -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
.sconf_temp/conftest_10 > .sconf_temp/conftest_10.out
scons: Configure: Checking for ICU version >= 4.2...
scons: Configure: (cached) Searching for boost libs and headers...
scons: Configure: (cached) 
*libs found: /usr/local/lib
*headers found: /usr/local/include
*lib naming extension found: -mt
.sconf_temp/conftest_11.cpp <-
|
|
|#include <boost/version.hpp>
|#include <iostream>
|
|int main()
|{
|
|std::cout << BOOST_LIB_VERSION << std::endl;
|return 0;
|}
|
|
"c++" -o .sconf_temp/conftest_11.o -c -DHAVE_JPEG -Iinclude -I. -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/include -I/usr/include/libxml2 -I/usr/local/include .sconf_temp/conftest_11.cpp
"c++" -o .sconf_temp/conftest_11 .sconf_temp/conftest_11.o -Lsrc -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/lib -L/usr/local/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
.sconf_temp/conftest_11 > .sconf_temp/conftest_11.out
scons: Configure: Checking for Boost version >= 1.47...
.sconf_temp/conftest_12.cpp <-
|
|
|#include <boost/version.hpp>
|
|int main()
|{
| return BOOST_VERSION >= 104700 ? 0 : 1;
|}
|
|
"c++" -o .sconf_temp/conftest_12.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_12.cpp
"c++" -o .sconf_temp/conftest_12 .sconf_temp/conftest_12.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
.sconf_temp/conftest_12 > .sconf_temp/conftest_12.out
scons: Configure: yes
scons: Configure: Checking for C++ library boost_system-mt...
.sconf_temp/conftest_13.cpp <-
|
|
|#include "boost/system/system_error.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_13.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_13.cpp
"c++" -o .sconf_temp/conftest_13 .sconf_temp/conftest_13.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_filesystem-mt...
.sconf_temp/conftest_14.cpp <-
|
|
|#include "boost/filesystem/operations.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_14.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_14.cpp
"c++" -o .sconf_temp/conftest_14 .sconf_temp/conftest_14.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_regex-mt...
.sconf_temp/conftest_15.cpp <-
|
|
|#include "boost/regex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_15.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_15.cpp
"c++" -o .sconf_temp/conftest_15 .sconf_temp/conftest_15.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_program_options-mt...
.sconf_temp/conftest_16.cpp <-
|
|
|#include "boost/program_options.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_16.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_16.cpp
"c++" -o .sconf_temp/conftest_16 .sconf_temp/conftest_16.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_thread-mt...
.sconf_temp/conftest_17.cpp <-
|
|
|#include "boost/thread/mutex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"c++" -o .sconf_temp/conftest_17.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_17.cpp
"c++" -o .sconf_temp/conftest_17 .sconf_temp/conftest_17.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt
scons: Configure: yes
.sconf_temp/conftest_18.cpp <-
|
|
|#include <boost/regex/icu.hpp>
|#include <unicode/unistr.h>
|
|int main()
|{
| UnicodeString ustr;
| try {
| boost::u32regex pattern = boost::make_u32regex(ustr);
| }
| // an exception is fine, still indicates support is
| // likely compiled into regex
| catch (...) {
| return 0;
| }
| return 0;
|}
|
|
"c++" -o .sconf_temp/conftest_18.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include -I/usr/include/libxml2 .sconf_temp/conftest_18.cpp
"c++" -o .sconf_temp/conftest_18 .sconf_temp/conftest_18.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -L/usr/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt
.sconf_temp/conftest_18 > .sconf_temp/conftest_18.out
scons: Configure: Checking if boost_regex was built with ICU unicode support...
scons: Configure: (cached) yes
scons: Configure: Checking for C library sqlite3...
.sconf_temp/conftest_19.c <-
|
|
|#include "sqlite3.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_19.o -c -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 .sconf_temp/conftest_19.c
"cc" -o .sconf_temp/conftest_19 .sconf_temp/conftest_19.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -lsqlite3
scons: Configure: yes
.sconf_temp/conftest_20.c <-
|
|
|#include <sqlite3.h>
|#include <stdio.h>
|
|int main()
|{
| sqlite3* db;
| int rc;
| rc = sqlite3_open(":memory:", &db);
| if (rc != SQLITE_OK)
| {
| printf("error 1: %s\n", sqlite3_errmsg(db));
| }
| const char * sql = "create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)";
| rc = sqlite3_exec(db, sql, 0, 0, 0);
| if (rc != SQLITE_OK)
| {
| printf("error 2: %s\n", sqlite3_errmsg(db));
| }
| else
| {
| printf("yes, has rtree!\n");
| return 0;
| }
|
| return -1;
|}
|
|
"cc" -o .sconf_temp/conftest_20.o -c -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 .sconf_temp/conftest_20.c
"cc" -o .sconf_temp/conftest_20 .sconf_temp/conftest_20.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -lsqlite3
.sconf_temp/conftest_20 > .sconf_temp/conftest_20.out
scons: Configure: Checking if SQLite supports RTREE...
scons: Configure: (cached) yes
scons: Configure: Checking if gdal is ogr enabled...
gdal-config --ogr-enabled
sh: gdal-config: command not found
scons: Configure: no
scons: Configure: Checking for C library curl...
.sconf_temp/conftest_22.c <-
|
|
|#include "curl/curl.h"
|
|int
|main() {
|
|return 0;
|}
|
"cc" -o .sconf_temp/conftest_22.o -c -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 .sconf_temp/conftest_22.c
"cc" -o .sconf_temp/conftest_22 .sconf_temp/conftest_22.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -lsqlite3 -lcurl
scons: Configure: yes
scons: Configure: Checking for gdal-config --libs...
gdal-config --libs
sh: gdal-config: command not found
scons: Configure: error: no result
scons: Configure: no
scons: Configure: Checking for pg_config...
pg_config
BINDIR = /usr/bin
DOCDIR = /usr/share/doc/postgresql
HTMLDIR = /usr/share/postgresql
INCLUDEDIR = /usr/include
PKGINCLUDEDIR = /usr/include/postgresql
INCLUDEDIR-SERVER = /usr/include/postgresql/server
LIBDIR = /usr/lib
PKGLIBDIR = /usr/lib/postgresql
LOCALEDIR = /usr/share/locale
MANDIR = /usr/share/man
SHAREDIR = /usr/share/postgresql
SYSCONFDIR = /private/etc/postgresql
PGXS = /usr/lib/postgresql/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sbindir=/usr/libexec' '--sysconfdir=/private/etc' '--mandir=/usr/share/man' '--localstatedir=/private/var/pgsql' '--htmldir=/usr/share/postgresql' '--enable-thread-safety' '--enable-dtrace' '--with-tcl' '--with-perl' '--with-python' '--with-gssapi' '--with-krb5' '--with-pam' '--with-ldap' '--with-bonjour' '--with-openssl' '--with-libxml' '--with-libxslt' '--with-system-tzdata=/usr/share/zoneinfo' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc' 'CFLAGS=-arch x86_64 -pipe -Os -g -Wall -Wno-deprecated-declarations' 'LDFLAGS=-arch x86_64 -pipe -Os -g -Wall -Wno-deprecated-declarations' 'LDFLAGS_EX=-mdynamic-no-pic'
CC = /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc
CPPFLAGS = -I/usr/include/libxml2
CFLAGS = -arch x86_64 -pipe -Os -g -Wall -Wno-deprecated-declarations -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv
CFLAGS_SL =
LDFLAGS = -arch x86_64 -pipe -Os -g -Wall -Wno-deprecated-declarations -Wl,-dead_strip_dylibs
LDFLAGS_EX = -mdynamic-no-pic
LDFLAGS_SL =
LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm
VERSION = PostgreSQL 9.1.4
scons: Configure: yes
scons: Configure: Checking for pkg-config...
pkg-config --atleast-pkgconfig-version=0.15.0
sh: pkg-config: command not found
scons: Configure: no
scons: Configure: Checking for C++ header file boost/python/detail/config.hpp...
.sconf_temp/conftest_26.cpp <-
|
|#include <boost/python/detail/config.hpp>
|
|
"c++" -o .sconf_temp/conftest_26.o -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 .sconf_temp/conftest_26.cpp
scons: Configure: yes
scons: Configure: Checking for pkg-config...
pkg-config --atleast-pkgconfig-version=0.15.0
sh: pkg-config: command not found
scons: Configure: no
.sconf_temp/conftest_28.cpp <-
|
|
|#include <mapnik/version.hpp>
|#include <iostream>
|
|int main()
|{
| std::cout << MAPNIK_VERSION_STRING << std::endl;
| return 0;
|}
|
|
"c++" -o .sconf_temp/conftest_28.o -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 .sconf_temp/conftest_28.cpp
"c++" -o .sconf_temp/conftest_28 .sconf_temp/conftest_28.o -Ldeps/agg -Lsrc -L/usr/lib -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -lsqlite3 -lcurl -lpq
.sconf_temp/conftest_28 > .sconf_temp/conftest_28.out
scons: Configure: Checking for C header file Python.h...
.sconf_temp/conftest_29.c <-
|
|#include <Python.h>
|
|
"cc" -o .sconf_temp/conftest_29.o -c -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/local/include -I/usr/local/Cellar/icu4c/50.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/include/libxml2 -I/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 .sconf_temp/conftest_29.c
scons: Configure: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment