[Tile-serving] [openstreetmap/mod_tile] Error compiling mod_tile with latest mapnik on Ubuntu 16.04 server (#133)

damiendevienne notifications at github.com
Mon Sep 5 11:41:38 UTC 2016


Hello, 
I try to compile mod_tile but I keep getting the following error when running make: 
```console
Makefile:1136: recipe for target 'src/renderd-gen_tile.o' failed
make[1]: Leaving directory '/home/lm/mod_tile'
Makefile: 1300: recipe for target 'all-recursive' failed
```
Inspired by some ancient issues, I typed 

```console
export CXXFLAGS="$(mapnik-config --cflags)"
export LDFLAGS="$(mapnik-config --ldflags)"
```
before running ./autogen.sh and ./configure, but I still get the error. 
Any idea?
Cheers

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/133
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160905/30a0b6bf/attachment.html>


More information about the Tile-serving mailing list