[gdal-dev] GDAL build on windows failed for FILEGDB driver

Even Rouault even.rouault at spatialys.com
Fri Mar 1 14:54:19 PST 2024


Le 01/03/2024 à 20:31, Fengting Chen via gdal-dev a écrit :
>
> Hi,
>
> I am using VS2015 terminal and cmake to build GDAL on windows. I got 
> the following compilation error for filegdbindex_write.cpp. Any idea?
>
I kind of remember there was a ticket about that (probably closed). 
Basically VS2015 has incomplete C++11 support. You might go over that 
issue by replace the +[] lambda pattern with just [] I believe. But 
you'd better upgrade your compiler. The 3.9 branch requires C++17 
support, which requires VS2017

-- 
http://www.spatialys.com
My software is free, but my time generally not.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20240301/68906518/attachment.htm>


More information about the gdal-dev mailing list