> I'm compiling against PROJ6, if that explains any of these issues. I know > that I had to go into one of the makefiles in the source tree and add a > compiler flag to allow use of the deprecated API, (don't remember the flag > name), so maybe this is related to that?
Quite certainly. Don't do this. It is likely that in your include path you have the proj.h file of PROJ 5, and proj_experimental.h includes that one instead of the proj.h that matches it. Some cleanup in your build environment seems necessary Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
