Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building newer GDAL fails due to removal of autoconf support #52

Closed
edmorley opened this issue May 17, 2024 · 0 comments · Fixed by #53
Closed

Building newer GDAL fails due to removal of autoconf support #52

edmorley opened this issue May 17, 2024 · 0 comments · Fixed by #53
Assignees

Comments

@edmorley
Copy link
Member

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:/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant