[Tile-serving] [mod_tile] problem compiling (#35)

Dane Springmeyer notifications at github.com
Thu Jul 11 22:02:40 UTC 2013


The problem is that `-I/opt/osm/include` is not appearing in your compile flags. I'm not familiar personally with mod_tile's build system enough to know why that is. You might be able to do:

```sh
export CFLAGS="-I/opt/osm/include"
```

before trying to build to solve this.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/35#issuecomment-20845861
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130711/54d3f8ad/attachment.html>


More information about the Tile-serving mailing list