Skip to content

Instantly share code, notes, and snippets.

@lxbarth
Created November 21, 2010 22:57
Show Gist options
  • Save lxbarth/709256 to your computer and use it in GitHub Desktop.
Save lxbarth/709256 to your computer and use it in GitHub Desktop.
a:mapnik ab$ python scons/scons.py configure
scons: Reading SConscript files ...
Welcome to Mapnik...
*********************************************
You are compiling Mapnik trunk (aka Mapnik2)
See important details at:
http://trac.mapnik.org/wiki/Mapnik2
*********************************************
Configuring build environment...
SCons CONFIG found: 'config.py', variables will be inherited...
INPUT_PLUGINS=gdal,ogr,postgis,raster,shape,sqlite BOOST_INCLUDES=/opt/local/include BOOST_LIBS=/opt/local/lib FREETYPE_CONFIG=/opt/local/bin/freetype-config XML2_CONFIG=/usr/bin/xml2-config ICU_INCLUDES=/opt/local/include ICU_LIBS=/opt/local/lib PNG_INCLUDES=/opt/local/include PNG_LIBS=/opt/local/lib JPEG_INCLUDES=/opt/local/include JPEG_LIBS=/opt/local/lib TIFF_INCLUDES=/opt/local/include TIFF_LIBS=/opt/local/lib PROJ_INCLUDES=/opt/local/include PROJ_LIBS=/opt/local/lib SQLITE_INCLUDES=/opt/local/include SQLITE_LIBS=/opt/local/lib FRAMEWORK_PYTHON=False BINDINGS=all
Configuring on Darwin in *release mode*...
Checking for freetype-config... yes
Checking for xml2-config... yes
Sorting lib and inc compiler paths by priority... internal,other,frameworks,user,system(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
Searching for boost libs and headers... (cached)
*libs found: /opt/local/lib
*headers found: /opt/local/include
*lib naming extension found: -mt
Checking for Boost version >= 1.41... yes
Found boost lib version... 1_44
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_iostreams-mt... yes
Checking for C++ library boost_program_options-mt... yes
Checking for C++ library boost_thread-mt... yes
Checking for requested plugins dependencies...
Checking for gdal-config --libs... yes
Checking for gdal-config --cflags... yes
Checking for name of gdal library... gdal
Checking if gdal is ogr enabled... yes
Checking for name of ogr library... gdal
Checking for pg_config... yes
Checking for C library sqlite3... yes
Not building with cairo support, pass CAIRO=True to enable
Checking for C++ header file boost/python/detail/config.hpp... yes
Not building with pycairo support, pass CAIRO=True to enable
All Required dependencies found!
Overwriting and re-saving file 'config.py'...
Will hold custom path variables from commandline and python config file(s)...
Checking for C header file Python.h... yes
Bindings Python version... 2.6
Python 2.6 prefix... /opt/local/Library/Frameworks/Python.framework/Versions/2.6
Python bindings will install in... /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
*Configure complete*
Now run "python scons/scons.py" to build or "python scons/scons.py install" to install
a:mapnik ab$ python scons/scons.py
scons: Reading SConscript files ...
Using previous successful configuration...
Re-configure by running "python scons/scons.py configure".
Welcome to Mapnik...
*********************************************
You are compiling Mapnik trunk (aka Mapnik2)
See important details at:
http://trac.mapnik.org/wiki/Mapnik2
*********************************************
scons: done reading SConscript files.
scons: Building targets ...
g++ -o agg/src/agg_arc.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_arc.cpp
g++ -o agg/src/agg_arrowhead.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_arrowhead.cpp
g++ -o agg/src/agg_bezier_arc.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_bezier_arc.cpp
g++ -o agg/src/agg_bspline.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_bspline.cpp
g++ -o agg/src/agg_curves.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_curves.cpp
g++ -o agg/src/agg_embedded_raster_fonts.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_embedded_raster_fonts.cpp
g++ -o agg/src/agg_gsv_text.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_gsv_text.cpp
g++ -o agg/src/agg_image_filters.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_image_filters.cpp
g++ -o agg/src/agg_line_aa_basics.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_line_aa_basics.cpp
g++ -o agg/src/agg_line_profile_aa.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_line_profile_aa.cpp
g++ -o agg/src/agg_rounded_rect.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_rounded_rect.cpp
g++ -o agg/src/agg_sqrt_tables.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_sqrt_tables.cpp
g++ -o agg/src/agg_trans_affine.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_trans_affine.cpp
g++ -o agg/src/agg_trans_double_path.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_trans_double_path.cpp
g++ -o agg/src/agg_trans_single_path.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_trans_single_path.cpp
g++ -o agg/src/agg_trans_warp_magnifier.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_trans_warp_magnifier.cpp
g++ -o agg/src/agg_vcgen_bspline.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_bspline.cpp
g++ -o agg/src/agg_vcgen_contour.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_contour.cpp
g++ -o agg/src/agg_vcgen_dash.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_dash.cpp
g++ -o agg/src/agg_vcgen_markers_term.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_markers_term.cpp
g++ -o agg/src/agg_vcgen_smooth_poly1.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_smooth_poly1.cpp
g++ -o agg/src/agg_vcgen_stroke.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vcgen_stroke.cpp
g++ -o agg/src/agg_vpgen_clip_polygon.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vpgen_clip_polygon.cpp
g++ -o agg/src/agg_vpgen_clip_polyline.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vpgen_clip_polyline.cpp
g++ -o agg/src/agg_vpgen_segmentator.o -c -O2 -fPIC -DNDEBUG -Iagg/include agg/src/agg_vpgen_segmentator.cpp
ar rc agg/libagg.a agg/src/agg_arc.o agg/src/agg_arrowhead.o agg/src/agg_bezier_arc.o agg/src/agg_bspline.o agg/src/agg_curves.o agg/src/agg_embedded_raster_fonts.o agg/src/agg_gsv_text.o agg/src/agg_image_filters.o agg/src/agg_line_aa_basics.o agg/src/agg_line_profile_aa.o agg/src/agg_rounded_rect.o agg/src/agg_sqrt_tables.o agg/src/agg_trans_affine.o agg/src/agg_trans_double_path.o agg/src/agg_trans_single_path.o agg/src/agg_trans_warp_magnifier.o agg/src/agg_vcgen_bspline.o agg/src/agg_vcgen_contour.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_markers_term.o agg/src/agg_vcgen_smooth_poly1.o agg/src/agg_vcgen_stroke.o agg/src/agg_vpgen_clip_polygon.o agg/src/agg_vpgen_clip_polyline.o agg/src/agg_vpgen_segmentator.o
ranlib agg/libagg.a
g++ -o bindings/python/mapnik_python.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -DSVN_REVISION=2301 -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_python.cpp
g++ -o bindings/python/mapnik_color.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_color.cpp
g++ -o bindings/python/mapnik_coord.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_coord.cpp
g++ -o bindings/python/mapnik_datasource.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_datasource.cpp
g++ -o bindings/python/mapnik_datasource_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_datasource_cache.cpp
g++ -o bindings/python/mapnik_envelope.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_envelope.cpp
g++ -o bindings/python/mapnik_expression.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_expression.cpp
g++ -o bindings/python/mapnik_feature.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_feature.cpp
g++ -o bindings/python/mapnik_featureset.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_featureset.cpp
g++ -o bindings/python/mapnik_font_engine.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_font_engine.cpp
g++ -o bindings/python/mapnik_geometry.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_geometry.cpp
g++ -o bindings/python/mapnik_glyph_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_glyph_symbolizer.cpp
g++ -o bindings/python/mapnik_image.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_image.cpp
g++ -o bindings/python/mapnik_image_view.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_image_view.cpp
g++ -o bindings/python/mapnik_layer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_layer.cpp
g++ -o bindings/python/mapnik_line_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_line_pattern_symbolizer.cpp
g++ -o bindings/python/mapnik_line_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_line_symbolizer.cpp
g++ -o bindings/python/mapnik_map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_map.cpp
g++ -o bindings/python/mapnik_markers_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_markers_symbolizer.cpp
g++ -o bindings/python/mapnik_parameters.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_parameters.cpp
g++ -o bindings/python/mapnik_point_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_point_symbolizer.cpp
g++ -o bindings/python/mapnik_polygon_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_polygon_pattern_symbolizer.cpp
g++ -o bindings/python/mapnik_polygon_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_polygon_symbolizer.cpp
g++ -o bindings/python/mapnik_proj_transform.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_proj_transform.cpp
g++ -o bindings/python/mapnik_projection.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_projection.cpp
g++ -o bindings/python/mapnik_query.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_query.cpp
g++ -o bindings/python/mapnik_raster_colorizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_raster_colorizer.cpp
g++ -o bindings/python/mapnik_raster_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_raster_symbolizer.cpp
g++ -o bindings/python/mapnik_rule.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_rule.cpp
g++ -o bindings/python/mapnik_shield_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_shield_symbolizer.cpp
g++ -o bindings/python/mapnik_stroke.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_stroke.cpp
g++ -o bindings/python/mapnik_style.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_style.cpp
g++ -o bindings/python/mapnik_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_symbolizer.cpp
g++ -o bindings/python/mapnik_text_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_text_symbolizer.cpp
xzsag++ -o bindings/python/mapnik_view_transform.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/mapnik_view_transform.cpp
g++ -o bindings/python/python_cairo.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 bindings/python/python_cairo.cpp
g++ -o src/libxml2_loader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -DHAVE_LIBXML2 -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/libxml2_loader.cpp
g++ -o src/load_map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -DHAVE_LIBXML2 -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/load_map.cpp
g++ -o src/color.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/color.cpp
g++ -o src/datasource_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/datasource_cache.cpp
g++ -o src/box2d.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/box2d.cpp
g++ -o src/expression_node.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/expression_node.cpp
g++ -o src/expression_string.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/expression_string.cpp
g++ -o src/filter_factory.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/filter_factory.cpp
/opt/local/include/boost/fusion/container/list/cons.hpp: In static member function ‘static typename boost::spirit::result_of::compile<Domain, Expr, Modifiers, void>::type boost::spirit::detail::compiler<Domain>::compile(const Expr&, Modifiers, mpl_::true_) [with Expr = boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard_wide> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::dereference, boost::proto::argsns_::list1<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const char&>, 0l>, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard_wide> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::multiplies_assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const char&>, 0l>, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard_wide> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::divides_assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const char&>, 0l>, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard_wide> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::modulus_assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > ()(), boost::fusion::unused_type, boost::fusion::unused_type, boost::fusion::unused_type>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::regex_match_impl>, boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> >, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::qi::parameterized_nonterminal<boost::spirit::qi::rule<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> ()(boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_>), boost::spirit::locals<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard_wide> >, 0l>, boost::fusion::unused_type>, boost::fusion::vector<boost::phoenix::actor<boost::spirit::attribute<0> >, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, 0l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&>, 1l>&>, 2l>, Modifiers = boost::fusion::unused_type, Domain = boost::spirit::qi::domain]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::attribute<0>, boost::spirit::argument<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
g++ -o src/font_engine_freetype.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/font_engine_freetype.cpp
g++ -o src/font_set.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/font_set.cpp
g++ -o src/graphics.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/graphics.cpp
g++ -o src/image_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/image_cache.cpp
g++ -o src/image_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/image_reader.cpp
g++ -o src/image_util.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/image_util.cpp
g++ -o src/layer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/layer.cpp
g++ -o src/line_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/line_pattern_symbolizer.cpp
g++ -o src/map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/map.cpp
g++ -o src/memory.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/memory.cpp
g++ -o src/params.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/params.cpp
g++ -o src/parse_path.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/parse_path.cpp
g++ -o src/placement_finder.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/placement_finder.cpp
include/mapnik/placement_finder.hpp: In constructor ‘mapnik::placement::placement(mapnik::string_info&, const mapnik::shield_symbolizer&, double, unsigned int, unsigned int, bool)’:
include/mapnik/placement_finder.hpp:74: warning: ‘mapnik::placement::minimum_padding’ will be initialized after
include/mapnik/placement_finder.hpp:72: warning: ‘bool mapnik::placement::avoid_edges’
src/placement_finder.cpp:55: warning: when initialized here
include/mapnik/placement_finder.hpp: In constructor ‘mapnik::placement::placement(mapnik::string_info&, const mapnik::text_symbolizer&, double)’:
include/mapnik/placement_finder.hpp:74: warning: ‘mapnik::placement::minimum_padding’ will be initialized after
include/mapnik/placement_finder.hpp:72: warning: ‘bool mapnik::placement::avoid_edges’
src/placement_finder.cpp:78: warning: when initialized here
g++ -o src/plugin.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/plugin.cpp
g++ -o src/png_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/png_reader.cpp
g++ -o src/point_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/point_symbolizer.cpp
g++ -o src/polygon_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/polygon_pattern_symbolizer.cpp
g++ -o src/save_map.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/save_map.cpp
g++ -o src/shield_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/shield_symbolizer.cpp
g++ -o src/text_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/text_symbolizer.cpp
g++ -o src/tiff_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/tiff_reader.cpp
g++ -o src/wkb.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/wkb.cpp
g++ -o src/projection.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/projection.cpp
g++ -o src/proj_transform.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/proj_transform.cpp
g++ -o src/distance.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/distance.cpp
g++ -o src/scale_denominator.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/scale_denominator.cpp
g++ -o src/memory_datasource.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/memory_datasource.cpp
g++ -o src/stroke.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/stroke.cpp
g++ -o src/symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/symbolizer.cpp
g++ -o src/arrow.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/arrow.cpp
g++ -o src/unicode.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/unicode.cpp
g++ -o src/glyph_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/glyph_symbolizer.cpp
g++ -o src/markers_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/markers_symbolizer.cpp
g++ -o src/metawriter.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/metawriter.cpp
g++ -o src/jpeg_reader.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/jpeg_reader.cpp
g++ -o src/agg/agg_renderer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/agg_renderer.cpp
g++ -o src/agg/process_building_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_building_symbolizer.cpp
g++ -o src/agg/process_glyph_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_glyph_symbolizer.cpp
g++ -o src/agg/process_line_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_line_symbolizer.cpp
g++ -o src/agg/process_line_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_line_pattern_symbolizer.cpp
g++ -o src/agg/process_text_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_text_symbolizer.cpp
g++ -o src/agg/process_point_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_point_symbolizer.cpp
agg/include/agg_conv_curve.h: In member function ‘unsigned int agg::conv_curve<VertexSource, Curve3, Curve4>::vertex(double*, double*) [with VertexSource = mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, Curve3 = agg::curve3, Curve4 = agg::curve4]’:
agg/include/agg_conv_curve.h:160: warning: ‘end_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:159: warning: ‘end_x’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:158: warning: ‘ct2_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:157: warning: ‘ct2_x’ may be used uninitialized in this function
g++ -o src/agg/process_polygon_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_polygon_symbolizer.cpp
g++ -o src/agg/process_polygon_pattern_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_polygon_pattern_symbolizer.cpp
g++ -o src/agg/process_raster_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_raster_symbolizer.cpp
g++ -o src/agg/process_shield_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_shield_symbolizer.cpp
agg/include/agg_conv_curve.h: In member function ‘unsigned int agg::conv_curve<VertexSource, Curve3, Curve4>::vertex(double*, double*) [with VertexSource = mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, Curve3 = agg::curve3, Curve4 = agg::curve4]’:
agg/include/agg_conv_curve.h:160: warning: ‘end_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:159: warning: ‘end_x’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:158: warning: ‘ct2_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:157: warning: ‘ct2_x’ may be used uninitialized in this function
g++ -o src/agg/process_markers_symbolizer.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/agg/process_markers_symbolizer.cpp
agg/include/agg_conv_curve.h: In member function ‘unsigned int agg::conv_curve<VertexSource, Curve3, Curve4>::vertex(double*, double*) [with VertexSource = mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, Curve3 = agg::curve3, Curve4 = agg::curve4]’:
agg/include/agg_conv_curve.h:160: warning: ‘end_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:159: warning: ‘end_x’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:158: warning: ‘ct2_y’ may be used uninitialized in this function
agg/include/agg_conv_curve.h:157: warning: ‘ct2_x’ may be used uninitialized in this function
agg/include/agg_path_storage.h: In member function ‘void mapnik::agg_renderer<T>::process(const mapnik::markers_symbolizer&, const mapnik::Feature&, const mapnik::proj_transform&) [with T = mapnik::image_32]’:
agg/include/agg_path_storage.h:723: warning: ‘x’ may be used uninitialized in this function
agg/include/agg_path_storage.h:723: note: ‘x’ was declared here
agg/include/agg_path_storage.h:723: warning: ‘y’ may be used uninitialized in this function
agg/include/agg_path_storage.h:723: note: ‘y’ was declared here
agg/include/agg_path_storage.h:723: warning: ‘x’ may be used uninitialized in this function
agg/include/agg_path_storage.h:723: note: ‘x’ was declared here
agg/include/agg_path_storage.h:723: warning: ‘y’ may be used uninitialized in this function
agg/include/agg_path_storage.h:723: note: ‘y’ was declared here
g++ -o src/svg_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/svg_parser.cpp
g++ -o src/svg_path_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/svg_path_parser.cpp
/opt/local/include/boost/fusion/container/list/cons.hpp: In member function ‘typename boost::proto::detail::apply_transform<PrimitiveTransform ()(Expr&, const State&, Data&)>::result_type boost::proto::transform<PrimitiveTransform, X>::operator()(Expr&, const State&, Data&) const [with Expr = const boost::proto::exprns_::expr<boost::proto::tag::unary_plus, boost::proto::argsns_::list1<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<4>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 1l>, State = boost::fusion::nil, Data = boost::fusion::unused_type, PrimitiveTransform = boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases>, X = void]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<4>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<4>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
/opt/local/include/boost/fusion/container/list/cons.hpp: In member function ‘typename boost::proto::detail::apply_transform<PrimitiveTransform ()(Expr&, const State&, Data&)>::result_type boost::proto::transform<PrimitiveTransform, X>::operator()(Expr&, const State&, Data&) const [with Expr = const boost::proto::exprns_::expr<boost::proto::tag::unary_plus, boost::proto::argsns_::list1<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::int_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::int_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::arc_to<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 1l>, State = boost::fusion::nil, Data = boost::fusion::unused_type, PrimitiveTransform = boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases>, X = void]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::arc_to<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::arc_to<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
/opt/local/include/boost/fusion/container/list/cons.hpp: In function ‘typename boost::spirit::result_of::compile<Domain, Expr, Modifiers, void>::type boost::spirit::compile(const Expr&, Modifiers) [with Domain = boost::spirit::qi::domain, Expr = boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::local_variable<0>, boost::phoenix::value<bool>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::local_variable<0>, boost::phoenix::value<bool>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::unary_plus, boost::proto::argsns_::list1<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4_smooth<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 1l>&>, 2l>, Modifiers = boost::fusion::unused_type]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4_smooth<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve4_smooth<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
/opt/local/include/boost/fusion/container/list/cons.hpp: In function ‘typename boost::spirit::result_of::compile<Domain, Expr, Modifiers, void>::type boost::spirit::compile(const Expr&, Modifiers) [with Domain = boost::spirit::qi::domain, Expr = boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::bitwise_or, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::local_variable<0>, boost::phoenix::value<bool>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::assign_eval, boost::fusion::vector<boost::spirit::local_variable<0>, boost::phoenix::value<bool>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::unary_plus, boost::proto::argsns_::list1<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, boost::spirit::qi::rule<const char*, boost::fusion::vector2<double, double> ()(), boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::ascii> >, 0l>, boost::fusion::unused_type, boost::fusion::unused_type>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve3<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 1l>&>, 2l>, Modifiers = boost::fusion::unused_type]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve3<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<3>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::curve3<mapnik::svg::svg_converter<mapnik::svg::path_adapter<mapnik::svg::vertex_stl_adapter<std::vector<agg::vertex_base<double>, std::allocator<agg::vertex_base<double> > > > >, agg::pod_bvector<mapnik::svg::path_attributes, 6u> > > >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::local_variable<0>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
g++ -o src/svg_points_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/svg_points_parser.cpp
g++ -o src/svg_transform_parser.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/svg_transform_parser.cpp
/opt/local/include/boost/fusion/container/list/cons.hpp: In member function ‘typename boost::spirit::detail::result_of::make_cons<typename Grammar::result<Grammar ()(Expr, State, Data)>::type, State>::type boost::spirit::detail::make_binary_helper<Grammar>::impl<Expr, State, Data>::operator()(typename boost::spirit::detail::make_binary_helper<Grammar>::impl<Expr, State, Data>::expr_param, typename boost::spirit::detail::make_binary_helper<Grammar>::impl<Expr, State, Data>::state_param, typename boost::spirit::detail::make_binary_helper<Grammar>::impl<Expr, State, Data>::data_param) const [with Expr = const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::spirit::terminal<boost::spirit::tag::double_>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::spirit::terminal<boost::spirit::tag::double_>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_matrix<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::argument<5>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&, State = boost::fusion::cons<boost::spirit::qi::literal_char<boost::spirit::char_encoding::standard, true, false>, boost::fusion::nil>, Data = boost::fusion::unused_type&, Grammar = boost::spirit::meta_compiler<boost::spirit::qi::domain>::meta_grammar]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_matrix<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::argument<5>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<6>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_matrix<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::spirit::argument<2>, boost::spirit::argument<3>, boost::spirit::argument<4>, boost::spirit::argument<5>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
/opt/local/include/boost/fusion/container/list/cons.hpp: In function ‘typename boost::spirit::result_of::compile<Domain, Expr, Modifiers, void>::type boost::spirit::compile(const Expr&, Modifiers) [with Domain = boost::spirit::qi::domain, Expr = boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::no_case, boost::spirit::char_encoding::standard> >, 0l>&, const boost::proto::utility::literal<const char (&)[10], boost::proto::domainns_::default_domain>&>, 2l>&, const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::spirit::terminal<boost::spirit::tag::double_>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::spirit::terminal<boost::spirit::tag::double_>&>, 1l>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_translate<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 2l>, Modifiers = boost::fusion::unused_type]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_translate<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_translate<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
/opt/local/include/boost/fusion/container/list/cons.hpp: In function ‘typename boost::spirit::result_of::compile<Domain, Expr, Modifiers, void>::type boost::spirit::compile(const Expr&, Modifiers) [with Domain = boost::spirit::qi::domain, Expr = boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::no_case, boost::spirit::char_encoding::standard> >, 0l>&, const boost::proto::utility::literal<const char (&)[6], boost::proto::domainns_::default_domain>&>, 2l>&, const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::subscript, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::proto::exprns_::expr<boost::proto::tag::shift_right, boost::proto::argsns_::list2<const boost::spirit::terminal<boost::spirit::tag::double_>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 1l>&>, 2l>&, const boost::proto::exprns_::expr<boost::proto::tag::negate, boost::proto::argsns_::list1<const boost::spirit::terminal<boost::spirit::tag::double_>&>, 1l>&>, 2l>&, boost::proto::exprns_::expr<boost::proto::tag::terminal, boost::proto::argsns_::term<const boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_scale<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >&>, 0l> >, 2l>&>, 2l>&, const boost::proto::utility::literal<const char&, boost::proto::domainns_::default_domain>&>, 2l>, Modifiers = boost::fusion::unused_type]’:
/opt/local/include/boost/fusion/container/list/cons.hpp:85: warning: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_scale<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ is used uninitialized in this function
/opt/local/include/boost/fusion/container/list/cons.hpp:138: note: ‘<anonymous>.boost::fusion::cons<boost::phoenix::actor<boost::phoenix::composite<boost::phoenix::detail::function_eval<2>, boost::fusion::vector<boost::phoenix::value<mapnik::svg::process_scale<agg::trans_affine> >, boost::spirit::argument<0>, boost::spirit::argument<1>, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> > >, boost::fusion::nil>::cdr’ was declared here
g++ -o src/marker_cache.os -c -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O2 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/postgresql90 -I/usr/include/libxml2 src/marker_cache.cpp
g++ -o src/libmapnik2.dylib -Wl,-install_name,/usr/local/lib/libmapnik2.dylib -current_version 0.8.0 -compatibility_version 0.8.0 -dynamiclib src/libxml2_loader.os src/load_map.os src/color.os src/datasource_cache.os src/box2d.os src/expression_node.os src/expression_string.os src/filter_factory.os src/font_engine_freetype.os src/font_set.os src/graphics.os src/image_cache.os src/image_reader.os src/image_util.os src/layer.os src/line_pattern_symbolizer.os src/map.os src/memory.os src/params.os src/parse_path.os src/placement_finder.os src/plugin.os src/png_reader.os src/point_symbolizer.os src/polygon_pattern_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/arrow.os src/unicode.os src/glyph_symbolizer.os src/markers_symbolizer.os src/metawriter.os src/jpeg_reader.os src/agg/agg_renderer.os src/agg/process_building_symbolizer.os src/agg/process_glyph_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/svg_parser.os src/svg_path_parser.os src/svg_points_parser.os src/svg_transform_parser.os src/marker_cache.os -Lagg -Lsrc -L/opt/local/lib -L/opt/local/lib/postgresql90 -lagg -lfreetype -lltdl -lpng -ltiff -lz -ljpeg -lproj -licuuc -lboost_filesystem-mt -lboost_regex-mt -lxml2 -lboost_thread-mt -lboost_system-mt
Undefined symbols:
"boost::basic_regex<int, boost::icu_regex_traits>::do_assign(int const*, int const*, unsigned int)", referenced from:
boost::basic_regex<int, boost::icu_regex_traits> boost::re_detail::do_make_u32regex<unsigned short const*>(unsigned short const*, unsigned short const*, unsigned int, mpl_::int_<2> const*)in filter_factory.os
boost::basic_regex<int, boost::icu_regex_traits> boost::re_detail::do_make_u32regex<unsigned short const*>(unsigned short const*, unsigned short const*, unsigned int, mpl_::int_<2> const*)in filter_factory.os
boost::basic_regex<int, boost::icu_regex_traits> boost::re_detail::do_make_u32regex<unsigned short const*>(unsigned short const*, unsigned short const*, unsigned int, mpl_::int_<2> const*)in filter_factory.os
"boost::icu_regex_traits::lookup_classname(int const*, int const*) const", referenced from:
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::add_emacs_code(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_inner_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits>&)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_set()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_set()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended_escape()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended_escape()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended_escape()in filter_factory.os
"boost::re_detail::icu_regex_traits_implementation::do_transform(int const*, int const*, icu_43::Collator const*) const", referenced from:
boost::re_detail::basic_regex_creator<int, boost::icu_regex_traits>::append_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits> const&, mpl_::bool_<false>*)in filter_factory.os
boost::re_detail::basic_regex_creator<int, boost::icu_regex_traits>::append_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits> const&, mpl_::bool_<false>*)in filter_factory.os
boost::re_detail::basic_regex_creator<int, boost::icu_regex_traits>::append_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits> const&, mpl_::bool_<false>*)in filter_factory.os
boost::re_detail::basic_regex_creator<int, boost::icu_regex_traits>::append_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits> const&, mpl_::bool_<false>*)in filter_factory.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
"boost::icu_regex_traits::length(int const*)", referenced from:
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended_escape()in filter_factory.os
"boost::icu_regex_traits::isctype(int, unsigned long long) const", referenced from:
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_literal()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_repeat_range(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_repeat_range(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_repeat_range(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_repeat_range(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_repeat_range(bool)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_basic_escape()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_basic_escape()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_basic()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_basic()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_extended()in filter_factory.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in glyph_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in glyph_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in glyph_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in process_text_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in process_text_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in process_text_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_end()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_start()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_within_word()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<unsigned short const*, std::allocator<boost::sub_match<unsigned short const*> >, boost::icu_regex_traits>::match_word_boundary()in process_shield_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
unsigned short const* boost::re_detail::re_is_set_member<unsigned short const*, int, boost::icu_regex_traits, unsigned long long>(unsigned short const*, unsigned short const*, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
boost::u16_to_u32_iterator<unsigned short const*, unsigned int> boost::re_detail::re_is_set_member<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, int, boost::icu_regex_traits, unsigned long long>(boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_end()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_start()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_within_word()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::match_word_boundary()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in process_shield_symbolizer.os
boost::re_detail::perl_matcher<boost::u16_to_u32_iterator<unsigned short const*, unsigned int>, std::allocator<boost::sub_match<boost::u16_to_u32_iterator<unsigned short const*, unsigned int> > >, boost::icu_regex_traits>::find_restart_word()in process_shield_symbolizer.os
"boost::icu_regex_traits::lookup_collatename(int const*, int const*) const", referenced from:
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::unescape_character()in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::get_next_set_literal(boost::re_detail::basic_char_set<int, boost::icu_regex_traits>&)in filter_factory.os
boost::re_detail::basic_regex_parser<int, boost::icu_regex_traits>::parse_inner_set(boost::re_detail::basic_char_set<int, boost::icu_regex_traits>&)in filter_factory.os
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [src/libmapnik2.dylib] Error 1
scons: building terminated because of errors.
a:mapnik ab$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment