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
Ran into this recetly, whilst trying to install @mapbox/spritezero
npm ERR! In file included from ../src/node_mapnik.cpp:7:
npm ERR! In file included from ../src/mapnik_vector_tile.hpp:7:
npm ERR! In file included from ../../mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5:
npm ERR! ../../mapnik-vector-tile/src/vector_tile_tile.hpp:11:10: fatal error: 'mapnik/geometry/box2d.hpp' file not found
npm ERR! #include <mapnik/geometry/box2d.hpp>
npm ERR! ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Looks like it's related to #261 even though it's been some time since that issue has been closed.
Any suggestion how to resolve/work around the issue?
The text was updated successfully, but these errors were encountered:
I am having the same problem when trying to compile python-mapnik.
src/mapnik_datasource.cpp:37:10: fatal error: 'mapnik/geometry/box2d.hpp' file not found
I have mapnik from Brew installed on my Mac. Looking at the /usr/local/include/mapnik directory I could not find the geometry directory. Instead box2d.hpp is in the mapnik directory.
Ran into this recetly, whilst trying to install
@mapbox/spritezero
Looks like it's related to #261 even though it's been some time since that issue has been closed.
Any suggestion how to resolve/work around the issue?
The text was updated successfully, but these errors were encountered: