Apologies. False alarm.
I had an older version of ogr2ogr hiding in a pgsql installation that I did
last September. Taking that off my path fixed the issue.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal
I am building GDAL 3.0.4 on Windows. GDAL 3.0.4 depends on PROJ. I have chosen
PROJ 7.0.0, which depends on Curl, Libtiff, and Sqlite.
I have successfully built all of the dependencies as shared libraries from
source. The final output is a GDAL devinstall Release build, which I install to
...\g
Hi,
I build gdal on windows without problem.
I am using nmake.opt to configure the build options:
https://trac.osgeo.org/gdal/wiki/GeneratingVisualStudioProject
After that:
copy nmake.opt nmake.local /Y
nmake -f makefile.vc MSVC_VER=1910 DLLBUILD=1 WIN64=1 VERSION=301
Best,
* Rodrigo Avancini