You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says at the top that you need the source from one of the development, stable, or releases sections. But I'm not sure if I'm just blind, but I cannot locate these source packages. When I click on, say, the x64 VS2022 link I don't see anything that says it's the source, just compiled binaries and headers. The rest are all MSI installers and don't indicate they're source files either. Did they go missing, or is there another step involved?
I tried just cloning a copy of the gdal repo to a gdal folder in the same directory as the SDK download. And I got this error message about FileGDB:
Unable to find "E:\buildsystem\support\FileGDB_API_1_5_1-VS2017\lib\FileGDBAPI.lib". Set FILEGDB_API_DIR in to the location of the FileGDB SDK
The support folder only contains regex-0.12. So I found that particular file on their github page. Then I got an error about ECW, and they seem to have changed their download structure to requiring approval to download the SDK. So I disabled ECW for now. The next error asked me to add 7z to my path.
The next error has stuck me.
found cmake in C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe
found 7zip in C:\Program Files\7-Zip\7z.exe
del c:\src\gisinternals\release-1930\build\gdal.opt
The system cannot find the path specified.
del c:\src\gisinternals\release-1930\lib\gdal_i.lib
The system cannot find the path specified.
echo zlib - v1.2.11 >> c:\src\gisinternals\release-1930\doc\gdal_deps.txt
The system cannot find the path specified.
NMAKE : fatal error U1077: 'echo' : return code '0x1'
Stop.
What is it trying to do here? Am I missing something else?
The text was updated successfully, but these errors were encountered:
Good point, I'll check if the current SDK contains all items for a standalone compilation.
Theoretically you should only need a visual studio command prompt and git to compile GDAL, and type 'nmake rebuild-gdal' in the SDK root directory. The sources are downloaded automatically during the build.
I wanted to try compiling GDAL using VS2022 x64 via the sdk from the SDK page:
https://www.gisinternals.com/sdk.php
It says at the top that you need the source from one of the development, stable, or releases sections. But I'm not sure if I'm just blind, but I cannot locate these source packages. When I click on, say, the x64 VS2022 link I don't see anything that says it's the source, just compiled binaries and headers. The rest are all MSI installers and don't indicate they're source files either. Did they go missing, or is there another step involved?
I tried just cloning a copy of the gdal repo to a gdal folder in the same directory as the SDK download. And I got this error message about FileGDB:
The support folder only contains regex-0.12. So I found that particular file on their github page. Then I got an error about ECW, and they seem to have changed their download structure to requiring approval to download the SDK. So I disabled ECW for now. The next error asked me to add 7z to my path.
The next error has stuck me.
What is it trying to do here? Am I missing something else?
The text was updated successfully, but these errors were encountered: