On 04/21/2018 09:13 PM, Even Rouault wrote: > On samedi 21 avril 2018 21:04:53 CEST Sebastiaan Couwenberg wrote: >> On 04/21/2018 08:49 PM, Even Rouault wrote: >>> Ah, must be due to having a GetPrimeMeridian(char** = nullptr) and >>> GetPrimeMeridian(const char**) now in GDAL 2.3.0. >>> I added also a GetPrimeMeridian(std::nullptr_t), but NULL is not >>> nullptr... >>> Can be fixed by just using poSRS->GetPrimeMeridan() >> >> That works, thanks. >> >> Now the build failures due to gdal_csv.h no longer being installed. I >> guess this was not meant to be a public header, and cpl_csv.h should >> have been used instead? > > Hum, no, that was an error of mine. gdal_csv.h should be installed. > Fixed per > https://github.com/OSGeo/gdal/commit/ae9da1ad7e51cfd4ec714b07cc1296d99964d27b
And with that patch included in the gdal package the liblas build now succeeds. Thanks! Kind Regards, Bas
