Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-09 Thread Mateusz Loskot
On Wed, 9 Sep 2020 at 16:58, Alexis Vaisse wrote: > > I get the help content, but also the strange message "The system cannot > find the path specified" again. It's a typical error issued by cmd.exe when it can not find program/command requested to run. > cd port >nmake /nolog

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-09 Thread Alexis Vaisse
uter, that's an acceptable workaround. Thanks a lot for your help. Alexis -Message d'origine- De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Jeff McKenna Envoyé : mardi 8 septembre 2020 18:07 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Compilin

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-09 Thread Alexis Vaisse
g] De la part de Mateusz Loskot Envoyé : mardi 8 septembre 2020 20:00 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Compiling GDAL with Visual Studio 2019 On Tue, 8 Sep 2020 at 14:50, Alexis Vaisse wrote: > > D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 &g

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Mateusz Loskot
On Tue, 8 Sep 2020 at 14:50, Alexis Vaisse wrote: > > D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 > > Microsoft (R) Program Maintenance Utility Version 14.27.29110.0 > Copyright (C) Microsoft Corporation. All rights reserved. > > cd port > nmake /nologo

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
On 2020-09-08 12:24 p.m., Alexis Vaisse wrote: I started from a fresh copy of GDAL 3.1.3, so there should be nothing clean. Interestingly, I get the same kind of errors when calling nmake /f makefile.vc clean: Interesting. I bet you get the same error with the command: help call

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
it is. Alexis -Message d'origine- De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Jeff McKenna Envoyé : mardi 8 septembre 2020 16:49 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Compiling GDAL with Visual Studio 2019 On 2020-09-08 9:50 a.m., Al

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
On 2020-09-08 9:50 a.m., Alexis Vaisse wrote: Thanks. I tried to follow your suggestion, updated nmake.opt, added the PROJ library and here is what I get: D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 Microsoft (R) Program Maintenance Utility Version 14.27.291

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
x64\nmake.EXE"' : return code '0x2' Stop. Alexis Vaisse Wysilab -Message d'origine- De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Mateusz Loskot Envoyé : mardi 8 septembre 2020 11:38 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Compiling GDAL

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Mateusz Loskot
On Tue, 8 Sep 2020 at 11:26, Alexis Vaisse wrote: > I’m trying to compile GDAL with Visual Studio 2019. > The batch file to generate the project runs with no error. But when I try > to compile the project, I get so many different errors I guess I did > something wrong, but I don’t know what.

[gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
Hi, I'm trying to compile GDAL with Visual Studio 2019. The batch file to generate the project runs with no error. But when I try to compile the project, I get so many different errors I guess I did something wrong, but I don't know what. Did somebody already succeed in compil