[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
alex85k
notifications at github.com
Thu Oct 22 05:34:31 UTC 2015
> +#cmakedefine HAVE_LSEEK64 1
> +#cmakedefine HAVE_LUA 1
> +#cmakedefine HAVE_POSIX_FADVISE 1
> +#cmakedefine HAVE_POSIX_FALLOCATE 1
> +#cmakedefine HAVE_PTHREAD 1
> +#cmakedefine HAVE_SYNC_FILE_RANGE 1
> +#cmakedefine HAVE_TERMIOS_H 1
> +#cmakedefine HAVE_LIBGEN_H 1
> +#cmakedefine HAVE_SYS_WAIT_H 1
> +#cmakedefine HAVE_UNISTD_H 1
> +#cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T}
> +
> +#ifdef _MSC_VER
> +#if _MSC_VER < 1900
> +#define snprintf _snprintf
> +#endif
Agree. Will give it a try with other VS cleanups, trying 32bit too.
The only released msvc that supports c++11 is from VS2015. Partial support is from vs2013 november ctp, but I doubt we should support it.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42712772
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151021/f00f3790/attachment-0001.html>
More information about the Tile-serving
mailing list