[GRASS-dev] winGRASS not built/broken
Even Rouault
even.rouault at spatialys.com
Tue Nov 14 06:13:12 PST 2017
> -->
> Index: port/cpl_port.h
> ===================================================================
> --- port/cpl_port.h (revision 40701)
> +++ port/cpl_port.h (working copy)
> @@ -219,7 +219,7 @@
> /* 64bit support */
> /* -------------------------------------------------------------------- */
>
> -#if defined(WIN32) && defined(_MSC_VER)
> +#if defined(WIN32) && (defined(_MSC_VER) || defined(__MINGW32__))
>
> #define VSI_LARGE_API_SUPPORTED
> typedef __int64 GIntBig;
> <--
>
> to account for different compile environments on Windows that have __int64
Didn't know that mingw had __int64 as wel.
Could you submit that as a pull request against https://github.com/OSGeo/gdal so we can
check that this doesn't break our 2 mingw targets at
https://travis-ci.org/OSGeo/gdal ?
--
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20171114/fafa9ac4/attachment-0001.html>
More information about the grass-dev
mailing list