tudelft3d/pprepair

Fails to build with GDAL 2.0

sebastic opened this issue · 0 comments

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.