[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)

alex85k notifications at github.com
Sat Oct 24 06:02:21 UTC 2015


One more thing:
  - with my self-made Boost linking to ``rt`` system library was needed. Cmake did not determine it.
```
thread.cpp:(.text+0x5e5): undefined reference to `clock_gettime'
``` 
Lua needed it too and also -ldl... Had to add linker flags manually
```
  -DCMAKE_EXE_LINKER_FLAGS="-lrt -ldl" 
```
I guess this should be fixed in cmake, but do not know how.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460#issuecomment-150761163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151023/f373a386/attachment.html>


More information about the Tile-serving mailing list