Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

missing include for current mapnik #4336

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

missing include for current mapnik #4336

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: bastik
[Submitted to the original trac issue database at 4.23pm, Thursday, 29th March 2012]

Tirex rev. 27703 doesn't compile for me with current Mapnik (Python mapnik_version() returns 200100, git rev 14bc3448981)

The following seems to help:

Index: backend-mapnik/renderd.cc
===================================================================
--- backend-mapnik/renderd.cc	(revision 28163)
+++ backend-mapnik/renderd.cc	(working copy)
@@ -13,6 +13,7 @
 #include <syslog.h>
 
 #include <mapnik/datasource_cache.hpp>
+#include <mapnik/config_error.hpp>
 #include <mapnik/font_engine_freetype.hpp>
 
 #include "networklistener.h"
@openstreetmap-trac
Copy link
Author

Author: stoecker
[Added to the original trac issue at 4.57am, Wednesday, 8th August 2012]

Is already fixed in SVN.

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

No branches or pull requests

1 participant