Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gdal] Build error on x86-windows #43146

Open
chenqi214 opened this issue Jan 7, 2025 · 2 comments
Open

[gdal] Build error on x86-windows #43146

chenqi214 opened this issue Jan 7, 2025 · 2 comments
Assignees
Labels
requires:repro The issue is not currently repro-able

Comments

@chenqi214
Copy link

chenqi214 commented Jan 7, 2025

Copy issue body from D:/github/micmac/MMVII/build/vcpkg_installed/vcpkg/issue_body.md

Package: gdal[core,curl,default-features,expat,geos,gif,hdf5,iconv,jpeg,lerc,libkml,libspatialite,libxml2,lzma,netcdf,openjpeg,openssl,pcre2,png,postgresql,qhull,recommended-features,sqlite3,webp,zstd]:[email protected]

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.16.27050.0
  • vcpkg-tool version: 2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a
    vcpkg-scripts version: 65be701 2025-01-03 (3 days ago)

To Reproduce

vcpkg install

Failure logs

-- Using cached OSGeo-gdal-v3.9.0.tar.gz.
-- Cleaning sources at D:/github/vcpkg/vcpkg/buildtrees/gdal/src/v3.9.0-cdffcbc682.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/github/vcpkg/vcpkg/downloads/OSGeo-gdal-v3.9.0.tar.gz
-- Applying patch find-link-libraries.patch
-- Applying patch fix-gdal-target-interfaces.patch
-- Applying patch libkml.patch
-- Applying patch target-is-valid.patch
-- Using source at D:/github/vcpkg/vcpkg/buildtrees/gdal/src/v3.9.0-cdffcbc682.clean
-- Configuring x86-windows
-- Building x86-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: D:/github/vcpkg/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j33
    Working Directory: D:/github/vcpkg/vcpkg/buildtrees/gdal/x86-windows-dbg
    See logs for more information:
      D:\github\vcpkg\vcpkg\buildtrees\gdal\install-x86-windows-dbg-out.log

Call Stack (most recent call first):
  D:/github/micmac/MMVII/build/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  D:/github/micmac/MMVII/build/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  C:/Users/AppData/Local/vcpkg/registries/git-trees/863d25d334cf98636ca4f4a18cd5c70ba1141eb5/portfile.cmake:106 (vcpkg_cmake_install)
  scripts/ports.cmake:196 (include)



D:\github\vcpkg\vcpkg\buildtrees\gdal\install-x86-windows-dbg-out.log
Change Dir: 'D:/github/vcpkg/vcpkg/buildtrees/gdal/x86-windows-dbg'

Run Build Command(s): D:/github/vcpkg/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j33 install
[1/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_list.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_list.cpp
[2/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_findfile.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_findfile.cpp
[3/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_quad_tree.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_quad_tree.cpp
[4/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_vsil_libarchive.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_vsil_libarchive.cpp
[5/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_base64.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_base64.cpp
[6/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_hash_set.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_hash_set.cpp
[7/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cplkeywordparser.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cplkeywordparser.cpp
[8/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_time.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_time.cpp
[9/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_vsil_plugin.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_vsil_plugin.cpp
[10/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_vsil_subfile.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_vsil_subfile.cpp
[11/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_minixml.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_minixml.cpp
[12/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cplstringlist.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cplstringlist.cpp
[13/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cpl_vsil_buffered_reader.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cpl_vsil_buffered_reader.cpp
[14/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DENABLE_DEFLATE64 -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_ICONV -DHAVE_LIBXML2 -DHAVE_LIBZ -DHAVE_LZMA -DHAVE_OPENSSL_CRYPTO -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_ZLIB -DHAVE_ZLIB_H -DHAVE_ZSTD -DINST_DATA=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/share/gdal\" -DNOMINMAX -DSYSCONFDIR=\"D:/github/vcpkg/vcpkg/packages/gdal_x86-windows/debug/etc\" -DZIP_SUPPORT -DZLIB_DLL -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\zlib\contrib\infback9 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foport\CMakeFiles\cpl.dir\cplstring.cpp.obj /Fdport\CMakeFiles\cpl.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port\cplstring.cpp
...
Skipped 1180 lines
...
[1142/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_GEOS -DHAVE_LIBXML2 -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -DPAM_ENABLED -DSQLITE_ENABLED -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\gtiff -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\mem -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\geos /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Fogcore\CMakeFiles\gcore.dir\gdalpython.cpp.obj /Fdgcore\CMakeFiles\gcore.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\gdalpython.cpp
[1143/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_GEOS -DHAVE_LIBXML2 -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -DPAM_ENABLED -DSQLITE_ENABLED -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\gtiff -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\mem -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\geos /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Fogcore\CMakeFiles\gcore.dir\rawdataset.cpp.obj /Fdgcore\CMakeFiles\gcore.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\rawdataset.cpp
[1144/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /showIncludes /Fogcore\mdreader\CMakeFiles\gcore_mdreader.dir\reader_geo_eye.cpp.obj /Fdgcore\mdreader\CMakeFiles\gcore_mdreader.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\mdreader\reader_geo_eye.cpp
[1145/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /showIncludes /Fogcore\mdreader\CMakeFiles\gcore_mdreader.dir\reader_rdk1.cpp.obj /Fdgcore\mdreader\CMakeFiles\gcore_mdreader.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\mdreader\reader_rdk1.cpp
[1146/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_GEOS -DHAVE_LIBXML2 -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -DPAM_ENABLED -DSQLITE_ENABLED -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\gtiff -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\mem -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\geos /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Fogcore\CMakeFiles\gcore.dir\gdalpythondriverloader.cpp.obj /Fdgcore\CMakeFiles\gcore.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\gdalpythondriverloader.cpp
[1147/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_GEOS -DHAVE_LIBXML2 -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -DPAM_ENABLED -DSQLITE_ENABLED -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\gtiff -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\mem -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\geos /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Fogcore\CMakeFiles\gcore.dir\nasakeywordhandler.cpp.obj /Fdgcore\CMakeFiles\gcore.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\nasakeywordhandler.cpp
[1148/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdalwarp_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdalwarp_lib.cpp
FAILED: apps/CMakeFiles/appslib.dir/gdalwarp_lib.cpp.obj 
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdalwarp_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdalwarp_lib.cpp
d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\a01\_work\31\s\src\vctools\compiler\cxxfe\sl\p1\cxx\grammar.y', line 12721)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
[1149/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_rasterize_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_rasterize_lib.cpp
[1150/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_translate_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_translate_lib.cpp
FAILED: apps/CMakeFiles/appslib.dir/gdal_translate_lib.cpp.obj 
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_translate_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_translate_lib.cpp
d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\a01\_work\31\s\src\vctools\compiler\cxxfe\sl\p1\cxx\grammar.y', line 12721)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
[1151/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_grid_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_grid_lib.cpp
FAILED: apps/CMakeFiles/appslib.dir/gdal_grid_lib.cpp.obj 
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_grid_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_grid_lib.cpp
d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\a01\_work\31\s\src\vctools\compiler\cxxfe\sl\p1\cxx\grammar.y', line 12721)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
[1152/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_CURL -DHAVE_GEOS -DHAVE_LIBXML2 -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -DPAM_ENABLED -DSQLITE_ENABLED -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\gtiff -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\mem -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\libxml2 -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\geos /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Fogcore\CMakeFiles\gcore.dir\gdalmultidim.cpp.obj /Fdgcore\CMakeFiles\gcore.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore\gdalmultidim.cpp
[1153/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\ogr2ogr_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\ogr2ogr_lib.cpp
FAILED: apps/CMakeFiles/appslib.dir/ogr2ogr_lib.cpp.obj 
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\ogr2ogr_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\ogr2ogr_lib.cpp
d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\a01\_work\31\s\src\vctools\compiler\cxxfe\sl\p1\cxx\grammar.y', line 12721)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
[1154/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\ogrinfo_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\ogrinfo_lib.cpp
FAILED: apps/CMakeFiles/appslib.dir/ogrinfo_lib.cpp.obj 
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\ogrinfo_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\ogrinfo_lib.cpp
d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\a01\_work\31\s\src\vctools\compiler\cxxfe\sl\p1\cxx\grammar.y', line 12721)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
[1155/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\nearblack_lib_floodfill.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\nearblack_lib_floodfill.cpp
[1156/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdal_footprint_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdal_footprint_lib.cpp
[1157/1163] C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x86\cl.exe   /TP -DDEBUG -DGDAL_COMPILATION -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DNOMINMAX -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\alg -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\gcore -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\x86-windows-dbg\port -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\frmts\vrt -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\generic -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\geojson -ID:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\ogr\ogrsf_frmts\mem -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include -ID:\github\micmac\MMVII\build\vcpkg_installed\x86-windows\include\json-c /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /EHsc /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4351 /wd4611 /showIncludes /Foapps\CMakeFiles\appslib.dir\gdaldem_lib.cpp.obj /Fdapps\CMakeFiles\appslib.dir\ /FS -c D:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\gdaldem_lib.cpp
ninja: build stopped: subcommand failed.

Additional context

vcpkg.json
{
  "dependencies": [
    {
      "name": "proj",
      "version>=": "9.4.1"
    },
    {
      "name": "gdal",
      "version>=": "3.4.1"
    }
  ],
  "features": {
    "vmmvii": {
      "description": "Build VMMVII",
      "dependencies": [
        "qt5"
      ]
    }
  },
  "builtin-baseline": "94a50e8c1357d423840e22451e122f56d62b5c20"
}

Copy link

github-actions bot commented Jan 7, 2025

Please see #30604 for how to properly report a build failure.

@FrankXie05
Copy link
Contributor

d:\github\vcpkg\vcpkg\buildtrees\gdal\src\v3.9.0-cdffcbc682.clean\apps\argparse/argparse.hpp(1775): fatal error C1001: An internal error has occurred in the compiler.

Could you please try again with the latest version of your compiler? :)

@FrankXie05 FrankXie05 added the requires:repro The issue is not currently repro-able label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

2 participants