tudelft3d / pprepair

Validation and Automatic Repair of Planar Partitions
GNU General Public License v3.0
57 stars 22 forks source link

Fails to build with GDAL 2.0 #29

Closed sebastic closed 8 years ago

sebastic commented 8 years ago

As reported in Debian Bug #802495, pprepair fails to build with GDAL 2.0:

  error: 'Open' is not a member of 'OGRSFDriverRegistrar'
  error: 'class GDALDriver' has no member named 'GetName'
  error: invalid conversion from 'GDALDriver*' to 'OGRSFDriver*'

The full build log is attached to the bugreport, which GitHub didn't allow me to do here: pprepair_0.0~20150323-6284890-2_gdal-2.0.log

pprepair needs to be patched to support GDAL 2.0, please refer to the MIGRATION GUIDE FROM GDAL 1.11 to GDAL 2.0 for pointers.