Hi,

> ogrosmdatasource.cpp:102:18: error: expected unqualified-id before
> numeric const
> ant
>   static const int PAGE_SIZE = 4096;
> ---------------------------------------------
> 
> 
> as on /usr/include/limits.h we have
> 
> /* Size in bytes of a page. */
> #undef PAGESIZE
> #undef PAGE_SIZE
> #define PAGESIZE 65536
> #define PAGE_SIZE PAGESIZE

Thanks for the notice. I've just fixed it in SVN
(you can "svn checkout https://svn.osgeo.org/gdal/branches/2.2/gdal"; to check)

Even


-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to