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

alex85k notifications at github.com
Wed Oct 21 20:26:51 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;

Forgot about this, will add to PR tomorrow (maybe with building 32 bit on my pc)

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


More information about the Tile-serving mailing list