[OSM-dev] Errors compiling mod_tile

Jon Burgess jburgess777 at googlemail.com
Sat Jul 18 17:32:15 BST 2009


On Sat, 2009-07-18 at 18:04 +0200, Joerg Ostertag wrote:
> Hi,
> 
> Buildcluster results state an error while compiling mod_tile:
>  http://gpsdrive.de/build_cluster/mod_tile/debian-squeeze-64/debuild.log.shtml
>         gen_tile.cpp:417: error: 
>                   'class mapnik::Map' has no member named 'set_buffer_size'
> 
> Any hints what's missing?

What version of Mapnik are you compiling against?

The set_buffer_size() method is new in mapnik-0.6.0. 

The older mod_tile code (pre r13276) had an alternate method for
implementing this by rendering larger tiles and then chopping off the
border. The current code relies on the 0.6.0 feature.

	Jon






More information about the dev mailing list