python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

mapnik 4.0.0 mapnik/box2d.hpp: No such file or directory

Open winsento opened this issue 6 years ago • 1 comments

Ubuntu 18.04 compile and install mapnik from master. mapnik-config -v => 4.0.0

When try install python binding (v.3.0.x branch):

src/mapnik_datasource.cpp:37:10: fatal error: mapnik/box2d.hpp: No such file or directory
 #include <mapnik/box2d.hpp>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'c++' failed with exit status 1

winsento avatar Jun 05 '19 09:06 winsento

Not a bug. python-mapnik v3.0.x branch goes with mapnik v3.0.x branch.

lightmare avatar Aug 30 '19 21:08 lightmare