You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../src/vector_tile_raster_clipper.cpp:1:0:
../src/vector_tile_raster_clipper.hpp:8:10: fatal error: mapnik/geometry/box2d.hpp: No such file or directory
#include <mapnik/geometry/box2d.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
when i fix the location of box2d.hpp this is immediately followed with:
In file included from ../src/vector_tile_processor.ipp:6:0,
from ../src/vector_tile_processor.cpp:2:
../src/vector_tile_strategy.hpp: In member function ‘void mapnik::vector_tile_impl::transform_visitor<TransformType, NextProcessor>::operator()(const mapnik::geometry::polygon<double, mapnik::geometry::rings_container>&)’:
../src/vector_tile_strategy.hpp:217:33: error: there are no arguments to ‘begin’ that depend on a template parameter, so a declaration of ‘begin’ must be available [-fpermissive]
for (auto const& ring : geom)
What seem to be able to see is a version mismatch, the polygon in my mason_packages/.link/include/mapnik/geometry.hpp:
This should now be fixed in master for use with mapnik v3.1.x -- if you still are using a previous version of mapnik such as v3.0.x series -- please compile with v3.0.x branch here.
with the basic flow: clone + make
when i fix the location of box2d.hpp this is immediately followed with:
What seem to be able to see is a version mismatch, the polygon in my mason_packages/.link/include/mapnik/geometry.hpp:
Is not iterable, whilst on mapnik master it migrated to mapbox geometry.
Is this a known issue?
The text was updated successfully, but these errors were encountered: