Re: [gdal-dev] proj.5 support added in trunk

2018-03-22 Thread Even Rouault
On mercredi 21 mars 2018 16:16:53 CET Kurt Schwehr wrote: > Awesome!! Thanks Even. > > This isn't a bug, but I hit your workaround for 5.0.1 as I'm using proj > master near head. > > third_party/gdal/ogr/ogrct.cpp:56:20: error: static declaration of > 'proj_errno_string' follows non-static decla

Re: [gdal-dev] proj.5 support added in trunk

2018-03-21 Thread Kurt Schwehr
Awesome!! Thanks Even. This isn't a bug, but I hit your workaround for 5.0.1 as I'm using proj master near head. third_party/gdal/ogr/ogrct.cpp:56:20: error: static declaration of 'proj_errno_string' follows non-static declaration static const char* proj_errno_string(int err)

[gdal-dev] proj.5 support added in trunk

2018-03-21 Thread Even Rouault
Hi, I've just committed in trunk initial support for proj.5 API per: https://trac.osgeo.org/gdal/changeset/41878 You have to use the to-be-released proj 5.0.1 / proj master to get all reprojection results to work as expected. proj.4 support remains for now. At some point, when proj 5 has been mo