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? Kind Regards, Bas
