Skip to content

make deb broken on 12 bookworm #58

@zenonp

Description

@zenonp

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions