Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make deb broken on 12 bookworm #58

Open
zenonp opened this issue Feb 2, 2024 · 1 comment
Open

make deb broken on 12 bookworm #58

zenonp opened this issue Feb 2, 2024 · 1 comment

Comments

@zenonp
Copy link

zenonp commented Feb 2, 2024

Apart from issue #55, this happens:

metatilehandler.cc:28:10: fatal error: mapnik/geometry/box2d.hpp: No such file or directory

On debian 12, libmapnik-dev 3.1.0+ds-3+b1 the geometry directory is gone. Fix:

+++ backend-mapnik/metatilehandler.cc   2024-02-02 15:51:03.717459219 +0000
@@ -25,7 +25,7 @@
 #include <mapnik/agg_renderer.hpp>
 #include <mapnik/image_util.hpp>
 #include <mapnik/load_map.hpp>
-#include <mapnik/geometry/box2d.hpp>
+#include <mapnik/box2d.hpp>
 
 #if MAPNIK_VERSION >= 300000
 # include <mapnik/datasource.hpp>
@Rohmilchkaese
Copy link

thanks this helped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants