[gdal-dev] GDAL 3.0.4, Proj 7.0.0. ogr2ogr says "Unable to open EPSG support file gcs.csv"

2020-03-25 Thread Aaron Rodgers
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

[gdal-dev] GDAL 3.0.4, Proj 7.0.0. ogr2ogr says "Unable to open EPSG support file gcs.csv"

2020-03-25 Thread Aaron Rodgers
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

Re: [gdal-dev] Building on windows

2020-03-25 Thread Rodrigo Avancini
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