[gdal-dev] Compiling GDAL with Visual Studio 2019
Jeff McKenna
jmckenna at gatewaygeomatics.com
Tue Sep 8 07:48:53 PDT 2020
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.29110.0
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> cd port
> nmake /nologo /f makefile.vc
> call prev_dllbuild.bat
> The system cannot find the path specified.
>
> D:\Terrain\Extern\gdal-3.1.3\port>IF NOT EXIST dllbuild.prev (ECHO 1 ) 1>dllbuild.prev
>
> D:\Terrain\Extern\gdal-3.1.3\port>SET /P PREV_DLLBUILD= 0<dllbuild.prev
>
> D:\Terrain\Extern\gdal-3.1.3\port>IF NOT "1" == "1" (ECHO 1 ) 1>dllbuild.prev
> NMAKE : fatal error U1077: 'call' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\nmake.EXE"' : return code '0x2'
> Stop.
Have you first 'cleaned'?
nmake /f makefile.vc clean
nmake /f makefile.vc
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
co-founder of FOSS4G
http://gatewaygeo.com/
More information about the gdal-dev
mailing list