[Tile-serving] [osm2pgsql] Compiling from source not working ... ? (#144)

Dane Springmeyer notifications at github.com
Thu Apr 16 17:59:26 UTC 2015


reading this again: I'm still thinking it is mixed up c++ libraries. It sounds like it may be geos using libc++ (and c++11) and osm2pgsql using libstdc++ (and not being built in c++11) mode. If that is the case then solution is do `export CXXFLAGS="-std=c++11 -stdlib=libc++" && export LDFLAGS="-std=c++11 -stdlib=libc++` before building.

However, overall in my experience this issue is best solved on OS X by providing binaries and removing the need for 99% of the developers from needing to do a source compile.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/144#issuecomment-93802877
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150416/04ad455e/attachment.html>


More information about the Tile-serving mailing list