You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDAL 3.11 will very much likely remove its OGR OGDI driver for that very reason that libogdi is a unmaintenable piece of code (OSGeo/gdal#11744) . If you build OGDI for the purpose of using it with GDAL, you could very likely drop the OGDI dependency right now to avoid loosing your time
GCC has switched to C23 as the default C language standard and it is not compatible with current sources. A downstream bug is https://bugzilla.redhat.com/show_bug.cgi?id=2340957
reproduced with GCC 14 using
-std=gnu23
The text was updated successfully, but these errors were encountered: