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

Paul Norman notifications at github.com
Sun Oct 18 01:19:28 UTC 2015


> +#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
> +
> +typedef __int64 ssize_t;

I'm skeptical if 32-bit windows works with osm2pgsql. It'd be nice to have it work, but just getting Windows working properly is enough of a goal for now

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


More information about the Tile-serving mailing list