Advertisement
Guest User

Untitled

a guest
May 29th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. # we first build memory intensive files with -j1
  2. python scons/scons.py -j1 \
  3. --config=cache --implicit-cache --max-drift=1 \
  4. src/renderer_common/render_group_symbolizer.os \
  5. src/renderer_common/render_markers_symbolizer.os \
  6. src/renderer_common/render_thunk_extractor.os \
  7. src/json/libmapnik-json.a \
  8. src/wkt/libmapnik-wkt.a \
  9. src/css_color_grammar.os \
  10. src/expression_grammar.os \
  11. src/transform_expression_grammar.os \
  12. src/image_filter_grammar.os \
  13. src/marker_helpers.os \
  14. src/svg/svg_transform_parser.os \
  15. src/agg/process_line_symbolizer.os \
  16. plugins/input/geojson/geojson_datasource.os \
  17. utils/mapnik-index/process_geojson_file.o \
  18. src/svg/svg_path_parser.os \
  19. src/svg/svg_parser.os \
  20. src/svg/svg_points_parser.os \
  21. src/svg/svg_transform_parser.os \
  22.  
  23. scons: Reading SConscript files ...
  24. Using previous successful configuration...
  25. Re-configure by running "python scons/scons.py configure".
  26.  
  27. Welcome to Mapnik...
  28.  
  29. WARNING: skipping building the optional topojson datasource plugin which requires boost >= 1.56
  30. WARNING: skipping building the optional geojson datasource plugin which requires boost >= 1.56
  31. WARNING: skipping building the optional CSV datasource plugin which requires boost >= 1.56
  32. scons: done reading SConscript files.
  33. scons: Building targets ...
  34. scons: `src/renderer_common/render_group_symbolizer.os' is up to date.
  35. scons: `src/renderer_common/render_markers_symbolizer.os' is up to date.
  36. scons: `src/renderer_common/render_thunk_extractor.os' is up to date.
  37. c++ -o src/json/mapnik_topojson_grammar.o -c -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0 -DBOOST_NO_CXX11_SCOPED_ENUMS -fvisibility=hidden -fvisibility-inlines-hidden -Wall -pthread -ftemplate-depth-300 -Wsign-compare -Wshadow -O3 -fPIC -DMAPNIK_MEMORY_MAPPED_FILE -DMAPNIK_HAS_DLCFN -DBIGINT -DBOOST_REGEX_HAS_ICU -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_WEBP -DHAVE_TIFF -DLINUX -DMAPNIK_THREADSAFE -DBOOST_SPIRIT_NO_PREDEFINED_TERMINALS=1 -DBOOST_PHOENIX_NO_PREDEFINED_TERMINALS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DNDEBUG -Ideps -Ideps/mapbox/variant/include -Ideps/agg/include -Iinclude -I/usr/include -I/usr/include/freetype2 -I/usr/include/postgresql -I/usr/include/gdal src/json/mapnik_topojson_grammar.cpp
  38. In file included from include/mapnik/feature.hpp:29:0,
  39. from src/json/mapnik_topojson_grammar.cpp:23:
  40. include/mapnik/value.hpp:152:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
  41. #pragma GCC diagnostic ignored "-Wmismatched-tags"
  42. ^
  43. In file included from include/mapnik/json/topojson_grammar_impl.hpp:23:0,
  44. from src/json/mapnik_topojson_grammar.cpp:24:
  45. include/mapnik/json/topojson_grammar.hpp:200:68: error: declaration of ‘boost::spirit::qi::rule<Iterator, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::standard> >, 0l>, std::vector<std::tuple<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, mapnik::json::json_value> >()> mapnik::topojson::topojson_grammar<Iterator, ErrorHandler>::properties’ [-fpermissive]
  46. qi::rule<Iterator, space_type, mapnik::topojson::properties()> properties;
  47. ^
  48. In file included from include/mapnik/json/topojson_grammar.hpp:28:0,
  49. from include/mapnik/json/topojson_grammar_impl.hpp:23,
  50. from src/json/mapnik_topojson_grammar.cpp:24:
  51. include/mapnik/json/topology.hpp:49:41: error: changes meaning of ‘properties’ from ‘using properties = class std::vector<std::tuple<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, mapnik::json::json_value> >’ [-fpermissive]
  52. using properties = std::vector<property>;
  53. ^
  54. scons: *** [src/json/mapnik_topojson_grammar.o] Error 1
  55. scons: building terminated because of errors.
  56. make: *** [src/json/libmapnik-json.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement