Closed edmorley closed 6 months ago
Trying to build newer GDAL fails with:
./builds/gdal/gdal.sh: line 16: ./configure: No such file or directory
This is because of:
CMake is the only build system available in-tree. autoconf and nmake build systems have been removed
https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md#in-a-nutshell
We'll have to switch to CMake instead: https://gdal.org/development/building_from_source.html
Trying to build newer GDAL fails with:
This is because of:
https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md#in-a-nutshell
We'll have to switch to CMake instead: https://gdal.org/development/building_from_source.html