Skip to content

Instantly share code, notes, and snippets.

@incanus
Created October 16, 2013 23:26
Show Gist options
  • Save incanus/7016760 to your computer and use it in GitHub Desktop.
Save incanus/7016760 to your computer and use it in GitHub Desktop.
In file included from bindings/python/mapnik_geometry.cpp:43:
In file included from include/mapnik/util/geometry_to_svg.hpp:29:
include/mapnik/util/geometry_svg_generator.hpp:178:46: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
1 warning generated.
In file included from src/expression_grammar.cpp:24:
include/mapnik/expression_grammar_impl.hpp:165:25: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
| ustring [_val = unicode_(_1) ]
^
src/transform_expression_grammar.cpp:82:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<translate_node>(_1,_2) ]
^
src/transform_expression_grammar.cpp:91:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<scale_node>(_1,_2) ]
^
src/transform_expression_grammar.cpp:100:21: warning: multiple unsequenced modifications to '_val' [-Wunsequenced]
[ _val = construct<rotate_node>(_1,_2) ]
^
1 warning generated.
3 warnings generated.
src/wkt/wkt_generator.cpp:75:38: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
src/wkt/wkt_generator.cpp:99:45: warning: multiple unsequenced modifications to '_a' [-Wunsequenced]
<< eps[_r1 += 1][_a = _x(_val)][ _b = _y(_val)]
^
src/wkt/wkt_generator.cpp:99:61: warning: multiple unsequenced modifications to '_b' [-Wunsequenced]
<< eps[_r1 += 1][_a = _x(_val)][ _b = _y(_val)]
^
3 warnings generated.
In file included from src/json/geojson_generator.cpp:30:
In file included from include/mapnik/json/feature_generator_grammar.hpp:31:
include/mapnik/json/geometry_generator_grammar.hpp:210:42: warning: multiple unsequenced modifications to '_1' [-Wunsequenced]
point = &uint_(mapnik::Point)[_1 = _type(_val)]
^
1 warning generated.
Undefined symbols for architecture x86_64:
"boost::filesystem::path_traits::dispatch(boost::filesystem::directory_entry const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, std::__1::codecvt<wchar_t, char, __mbstate_t> const&)", referenced from:
mapnik::datasource_cache::register_datasources(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in datasource_cache.os
mapnik::freetype_engine::register_fonts(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in font_engine_freetype.os
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [src/libmapnik.dylib] Error 1
make: *** [mapnik] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment