[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
Paul Norman
notifications at github.com
Sat Oct 24 23:26:50 UTC 2015
> @pnorman @alex85k I've rerun with alex85k's exported variables, and then looked at ktrace to see what NAMI lookups were made. It seems that the gcc 4.8 include files are being found, but then it dawned on me that I have boost built with the system gcc (4.5). And since you can't mix gcc versions with C++, that's not going to work. So this means I'd have to rebuild boost with 48. Since this did work fine on NetBSD 7 which has gcc 48 native (and thus boost/etc.) were built with it, I'm going to declare victory.
Yes, if you want to run modern software on an OS that doesn't have C++11 and an appropriate STL you often have to build **everything** yourself. I've done it on Centos 6 before devtoolset-2, building gcc, autotools, boost, etc, etc.
> I don't know if it's my lack of familiarity with cmake, or the docs, but it might be good for the README.md to explain what has to be put in which cmake variables to support alternative compilers and more importantly dependencies in a prefix other than /usr.
We should refer to the appropriate cmake help page, not try to explain all cmake options and options only needed with older OSes and custom source installls.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460#issuecomment-150870693
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151024/d83b6a06/attachment.html>
More information about the Tile-serving
mailing list