microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.88k stars 6.31k forks source link

[tesseract] Build error: building tesseract:x64-windows failed with: BUILD_FAILED #31870

Closed dgm3333 closed 1 year ago

dgm3333 commented 1 year ago

Trying to install tesseract. However the build is failing even from a totally clean vkpkg I've tried a number of variations as per google group discussion: https://groups.google.com/g/tesseract-ocr/c/Iv34CYoG7CA

cd c:\ md tmp2 cd tmp2 git clone --depth 1 https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat vcpkg\vcpkg install tesseract --triplet=x64-windows

The logs found at C:\tmp2\vcpkg\buildtrees\tesseract are attached. tesseract_buildfail_logs.zip

The following is direct from C:/tmp2/vcpkg/installed/vcpkg/issue_body.md:

Package: tesseract[core]:x64-windows -> 5.3.0#1

Host Environment

To Reproduce

vcpkg install tesseract

Failure logs

-- Downloading https://github.com/tesseract-ocr/tesseract/archive/080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz -> tesseract-ocr-tesseract-080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz...
-- Extracting source C:/tmp2/vcpkg/downloads/tesseract-ocr-tesseract-080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz
-- Applying patch fix-tools.patch
-- Applying patch fix-debug-postfix.patch
-- Using source at C:/tmp2/vcpkg/buildtrees/tesseract/src/0bd7e0944b-1f29d2fc16.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execut
[tesseract_buildfail_logs.zip](https://github.com/microsoft/vcpkg/files/11674042/tesseract_buildfail_logs.zip)
e_build_process.cmake:134 (message):
    Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j25
    Working Directory: C:/tmp2/vcpkg/buildtrees/tesseract/x64-windows-dbg
    See logs for more information:
      C:\tmp2\vcpkg\buildtrees\tesseract\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/tesseract/portfile.cmake:36 (vcpkg_cmake_install)
  scripts/ports.cmake:147 (include)
C:\tmp2\vcpkg\buildtrees\tesseract\install-x64-windows-dbg-out.log ``` [1/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\ccmain\mutableiterator.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain\mutableiterator.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [2/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\ccmain\output.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain\output.cpp ... Skipped 336 lines ... [165/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\lstm\recodebeam.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm\recodebeam.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [166/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\viewer\svmnode.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer\svmnode.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [167/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\underlin.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\underlin.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [168/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tablefind.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tablefind.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [169/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tablerecog.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tablerecog.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [170/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\textlineprojection.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\textlineprojection.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [171/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tabvector.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tabvector.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [172/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\strokewidth.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\strokewidth.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [173/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\workingpartset.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\workingpartset.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [174/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tabfind.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tabfind.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [175/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\oldbasel.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\oldbasel.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [176/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\viewer\scrollview.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer\scrollview.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [177/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\viewer\svutil.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer\svutil.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [178/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\makerow.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\makerow.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [179/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tospace.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tospace.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [180/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\wordrec\associate.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec\associate.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [181/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\topitch.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\topitch.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [182/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\wordseg.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\wordseg.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [183/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\tordmain.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\tordmain.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [184/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\textord\textord.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord\textord.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' [185/223] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DCMAKE_BUILD -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_CONFIG_H -DHAVE_FMA -DHAVE_SSE4_1 -DTESS_EXPORTS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 -Dlibtesseract_EXPORTS -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\include -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\arch -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccmain -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccstruct -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\ccutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\classify -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\cutil -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\dict -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\opencl -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\textord -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\viewer -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\training -IC:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src -IC:\tmp2\vcpkg\installed\x64-windows\include -IC:\tmp2\vcpkg\installed\x64-windows\include\leptonica -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg -IC:\tmp2\vcpkg\buildtrees\tesseract\x64-windows-dbg\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /W0 /bigobj -MDd -std:c++17 /showIncludes /FoCMakeFiles\libtesseract.dir\src\wordrec\chop.cpp.obj /FdCMakeFiles\libtesseract.dir\ /FS -c C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\wordrec\chop.cpp cl : Command line warning D9025 : overriding '/W3' with '/W0' ninja: build stopped: subcommand failed. ```

Additional context

JonLiu1993 commented 1 year ago

@dgm3333, Thanks for posting this issue, could you provide your VS version?

dgm3333 commented 1 year ago

VS info and system info below that

Microsoft Visual Studio Community 2022 Version 17.6.2 VisualStudio.17.Release/17.6.2+33723.286 Microsoft .NET Framework Version 4.8.04084

Installed Version: Community

Visual C++ 2022 00482-90000-00000-AA788 Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.6.326.62524 ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.6.326.62524 Azure App Service Tools v3.0.0

C# Tools 4.6.0-3.23259.8+c3cc1d0ceeab1a65da0217e403851a1e8a30086a C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Extensibility Message Bus 1.4.21 (main@8f226a8) Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration.

Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Mono Debugging for Visual Studio 17.6.41 (790a401) Support for debugging Mono processes with Visual Studio.

NuGet Package Manager 6.6.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Razor (ASP.NET Core) 17.6.0.2326105+37f2727000f6a964584cafb86e69cf0b39baecb7 Provides languages services for ASP.NET Core Razor.

Test Adapter for Boost.Test 1.0 Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0 Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools 17.0.20329.2001 TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.6.0-3.23259.8+c3cc1d0ceeab1a65da0217e403851a1e8a30086a Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual C++ for Cross Platform Mobile Development (Android) 17.0.33606.364 Visual C++ for Cross Platform Mobile Development (Android)

Visual F# Tools 17.6.0-beta.23174.5+0207bea1afae48d9351ac26fb51afc8260de0a97 Microsoft Visual F# Tools

Visual Studio IntelliCode 2.2 AI-assisted development for Visual Studio.

VisualStudio.DeviceLog 1.0 Information about my package

VisualStudio.Mac 1.0 Mac Extension for Visual Studio

VSPackage Extension 1.0 VSPackage Visual Studio Extension Detailed Info

Xamarin 17.6.0.251 (d17-6@318364c) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin Designer 17.6.6.0 (remotes/origin/d17-6@cb430751d1) Visual Studio extension to enable Xamarin Designer tools in Visual Studio.

Xamarin Templates 17.6.32 (98c12a2) Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms.

Xamarin.Android SDK 13.2.0.6 (d17-5/a200af1) Xamarin.Android Reference Assemblies and MSBuild support. Mono: 6dd9def Java.Interop: xamarin/java.interop/d17-5@149d70fe SQLite: xamarin/sqlite/3.40.1@68c69d8 Xamarin.Android Tools: xamarin/xamarin-android-tools/d17-5@9f02d77

Xamarin.iOS and Xamarin.Mac SDK 16.4.0.6 (97731c92c) Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

System Info: OS Name Microsoft Windows 10 Pro Version 10.0.19043 Build 19043 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name DESKTOP-78RR1UA System Manufacturer System manufacturer System Model System Product Name System Type x64-based PC System SKU SKU Processor AMD Ryzen 9 3900X 12-Core Processor, 4325 Mhz, 12 Core(s), 24 Logical Processor(s) BIOS Version/Date American Megatrends Inc. 1001, 09/09/2019 SMBIOS Version 3.2 Embedded Controller Version 255.255 BIOS Mode UEFI BaseBoard Manufacturer ASUSTeK COMPUTER INC. BaseBoard Product ROG CROSSHAIR VIII HERO BaseBoard Version Rev X.0x Platform Role Desktop Secure Boot State Off PCR7 Configuration Binding Not Possible Windows Directory C:\Windows System Directory C:\Windows\system32 Boot Device \Device\HarddiskVolume1 Locale United Kingdom Hardware Abstraction Layer Version = "10.0.19041.2251" Username DESKTOP-78RR1UA\dgm55 Time Zone GMT Summer Time Installed Physical Memory (RAM) 64.0 GB Total Physical Memory 63.9 GB Available Physical Memory 48.1 GB Total Virtual Memory 73.4 GB Available Virtual Memory 54.7 GB Page File Space 9.50 GB Page File C:\pagefile.sys Kernel DMA Protection Off Virtualisation-based security Running Virtualisation-based security required security properties
Virtualisation-based security available security properties Base Virtualisation Support, DMA Protection, Mode Based Execution Control Virtualisation-based security services configured
Virtualisation-based security services running
Device Encryption Support Reasons for failed automatic device encryption: TPM is not usable, PCR7 binding is not supported, Hardware Security Test Interface failed and the device is not Modern Standby, Un-allowed DMA-capable bus/device(s) detected, TPM is not usable A hypervisor has been detected. Features required for Hyper-V will not be displayed.

JonLiu1993 commented 1 year ago
C:\tmp2\vcpkg\buildtrees\tesseract\src\0bd7e0944b-1f29d2fc16.clean\src\lstm\input.h(37): fatal error C1001: Internal compiler error.
(compiler file 'msc1.cpp', line 1589)
 To work around this problem, try simplifying or changing the program near the locations listed above.
If possible please provide a repro here: https://developercommunity.visualstudio.com 
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
INTERNAL COMPILER ERROR in 'C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe'
    Please choose the Technical Support command on the Visual C++
    Help menu, or open the Technical Support help file for more information

This is a VS bug and has nothing to do with vcpkg port tesseract. I can successfully install tesseract: x64-windows locally. I suggest you reinstall VS and try again.

PS F:\Feature-test\kenlm\vcpkg> ./vcpkg install tesseract --triplet=x64-windows  --editable
Computing installation plan...
The following packages will be built and installed:
  * curl[core,non-http,schannel,ssl,sspi]:x64-windows -> 8.1.2
  * giflib[core]:x64-windows -> 5.2.1#3
  * leptonica[core]:x64-windows -> 1.83.1
  * libarchive[bzip2,core,crypto,libxml2,lz4,lzma,zstd]:x64-windows -> 3.6.2
  * libiconv[core]:x64-windows -> 1.17#1
  * libjpeg-turbo[core]:x64-windows -> 2.1.5.1#1
  * libpng[core]:x64-windows -> 1.6.39#1
  * libwebp[core,libwebpmux,nearlossless,simd,unicode]:x64-windows -> 1.3.0
  * libxml2[core,iconv,lzma,zlib]:x64-windows -> 2.10.3#1
  * lz4[core]:x64-windows -> 1.9.4#1
  * openjpeg[core]:x64-windows -> 2.5.0
  * openssl[core]:x64-windows -> 3.1.1
    tesseract[core]:x64-windows -> 5.3.0#1
  * tiff[core,jpeg,lzma,zip]:x64-windows -> 4.5.0#3
  * zstd[core]:x64-windows -> 1.5.5
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Restored 10 package(s) from C:\Users\v-zhli17\AppData\Local\vcpkg\archives in 1.2 s. Use --debug to see more details.
Installing 1/15 curl:x64-windows...
Elapsed time to handle curl:x64-windows: 538 ms
Installing 2/15 giflib:x64-windows...
Building giflib[core]:x64-windows...
-- Downloading https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=cfhcable;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=pilotfiber;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=gigenet;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=versaweb;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=ayera;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=netactuate;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=phoenixnap;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=astuteinternet;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=freefr;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=netcologne;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=deac-riga;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=excellmedia;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=iweb;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=jaist;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=jztkft;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=managedway;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=nchc;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=netix;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=ufpr;https://sourceforge.net/projects/giflib//files/giflib-5.2.1.tar.gz/download?use_mirror=tenet -> giflib-5.2.1.tar.gz...
-- Extracting source F:/Feature-test/kenlm/vcpkg/downloads/giflib-5.2.1.tar.gz
-- Applying patch msvc-guard-unistd-h.patch
-- Applying patch disable-GifDrawBoxedText8x8-win32.patch
-- Applying patch fix-compile-error.patch
-- Using source at F:/Feature-test/kenlm/vcpkg/buildtrees/giflib/src/4550e53c21-1cb90e3a0f.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/giflib_x64-windows/share/gif/vcpkg-cmake-wrapper.cmake
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/giflib_x64-windows/share/giflib/usage
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/giflib_x64-windows/share/giflib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle giflib:x64-windows: 8 s
Installing 3/15 libjpeg-turbo:x64-windows...
Elapsed time to handle libjpeg-turbo:x64-windows: 56.5 ms
Installing 4/15 libpng:x64-windows...
Elapsed time to handle libpng:x64-windows: 44.7 ms
Installing 5/15 libwebp:x64-windows...
Elapsed time to handle libwebp:x64-windows: 75.4 ms
Installing 6/15 openjpeg:x64-windows...
Elapsed time to handle openjpeg:x64-windows: 39.5 ms
Installing 7/15 tiff:x64-windows...
Elapsed time to handle tiff:x64-windows: 42.6 ms
Installing 8/15 leptonica:x64-windows...
Building leptonica[core]:x64-windows...
-- Downloading https://github.com/DanBloomberg/leptonica/archive/b667978e86c4bf74f7fdd75f833127d2de327550.tar.gz -> DanBloomberg-leptonica-b667978e86c4bf74f7fdd75f833127d2de327550.tar.gz...
-- Extracting source F:/Feature-test/kenlm/vcpkg/downloads/DanBloomberg-leptonica-b667978e86c4bf74f7fdd75f833127d2de327550.tar.gz
-- Applying patch fix-build-and-pkgconfig.patch
-- Applying patch private.patch
-- Applying patch webp.patch
-- Using source at F:/Feature-test/kenlm/vcpkg/buildtrees/leptonica/src/d2de327550-9d816e082f.clean
-- Downloading https://mirror.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst -> mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst -> mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://repo.msys2.org/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst -> msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst...
-- Using msys root at F:/Feature-test/kenlm/vcpkg/downloads/tools/msys2/5b9374e6ec2c4e17
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/leptonica_x64-windows/lib/pkgconfig/lept.pc
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/leptonica_x64-windows/debug/lib/pkgconfig/lept.pc
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/leptonica_x64-windows/share/leptonica/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle leptonica:x64-windows: 42 s
Installing 9/15 libiconv:x64-windows...
Elapsed time to handle libiconv:x64-windows: 43.9 ms
Installing 10/15 libxml2:x64-windows...
Building libxml2[core,iconv,lzma,zlib]:x64-windows...
-- Downloading https://gitlab.gnome.org//GNOME/libxml2/-/archive/f507d167f1755b7eaea09fb1a44d29aab828b6d1/libxml2-f507d167f1755b7eaea09fb1a44d29aab828b6d1.tar.gz -> GNOME-libxml2-f507d167f1755b7eaea09fb1a44d29aab828b6d1.tar.gz...
-- Extracting source F:/Feature-test/kenlm/vcpkg/downloads/GNOME-libxml2-f507d167f1755b7eaea09fb1a44d29aab828b6d1.tar.gz
-- Applying patch disable-docs.patch
-- Applying patch fix_cmakelist.patch
-- Using source at F:/Feature-test/kenlm/vcpkg/buildtrees/libxml2/src/aab828b6d1-a79ad07e76.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/libxml2_x64-windows/lib/pkgconfig/libxml-2.0.pc
-- Using cached mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst.
-- Using msys root at F:/Feature-test/kenlm/vcpkg/downloads/tools/msys2/5b9374e6ec2c4e17
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/libxml2_x64-windows/debug/lib/pkgconfig/libxml-2.0.pc
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/libxml2_x64-windows/share/libxml2/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle libxml2:x64-windows: 16 s
Installing 11/15 lz4:x64-windows...
Elapsed time to handle lz4:x64-windows: 38.7 ms
Installing 12/15 openssl:x64-windows...
Elapsed time to handle openssl:x64-windows: 208 ms
Installing 13/15 zstd:x64-windows...
Elapsed time to handle zstd:x64-windows: 48.9 ms
Installing 14/15 libarchive:x64-windows...
Building libarchive[bzip2,core,crypto,libxml2,lz4,lzma,zstd]:x64-windows...
-- Downloading https://github.com/libarchive/libarchive/archive/v3.6.2.tar.gz -> libarchive-libarchive-v3.6.2.tar.gz...
-- Extracting source F:/Feature-test/kenlm/vcpkg/downloads/libarchive-libarchive-v3.6.2.tar.gz
-- Applying patch disable-warnings.patch
-- Applying patch fix-buildsystem.patch
-- Applying patch fix-cpu-set.patch
-- Applying patch fix-deps.patch
-- Using source at F:/Feature-test/kenlm/vcpkg/buildtrees/libarchive/src/v3.6.2-51f8ad79b7.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/libarchive_x64-windows/lib/pkgconfig/libarchive.pc
-- Using cached mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst.
-- Using msys root at F:/Feature-test/kenlm/vcpkg/downloads/tools/msys2/5b9374e6ec2c4e17
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/libarchive_x64-windows/debug/lib/pkgconfig/libarchive.pc
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/libarchive_x64-windows/share/libarchive/usage
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/libarchive_x64-windows/share/libarchive/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle libarchive:x64-windows: 2.7 min
Installing 15/15 tesseract:x64-windows...
Building tesseract[core]:x64-windows...
-- Downloading https://github.com/tesseract-ocr/tesseract/archive/080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz -> tesseract-ocr-tesseract-080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz...
-- Extracting source F:/Feature-test/kenlm/vcpkg/downloads/tesseract-ocr-tesseract-080da83cc51c4ef8b324a7e03146fe0bd7e0944b.tar.gz
-- Applying patch fix-tools.patch
-- Applying patch fix-debug-postfix.patch
-- Using source at F:/Feature-test/kenlm/vcpkg/buildtrees/tesseract/src/0bd7e0944b-1f29d2fc16
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/lib/pkgconfig/tesseract.pc
-- Using cached mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst.
-- Using msys root at F:/Feature-test/kenlm/vcpkg/downloads/tools/msys2/5b9374e6ec2c4e17
-- Fixing pkgconfig file: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/debug/lib/pkgconfig/tesseract.pc
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/api/pdf_ttf.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/arch/dotproduct.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/arch/intsimdmatrix.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/arch/simddetect.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/control.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/docqual.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/equationdetect.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/fixspace.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/mutableiterator.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/output.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/paragraphs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/paragraphs_internal.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/paramsd.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/pgedit.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/reject.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/tesseractclass.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/tessvars.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/thresholder.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccmain/werdit.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/blamer.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/blobbox.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/blobs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/blread.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/boxread.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/boxword.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/ccstruct.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/coutln.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/crakedge.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/debugpixa.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/detlinefit.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/dppoint.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/fontinfo.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/image.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/imagedata.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/linlsq.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/matrix.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/mod128.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/normalis.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/ocrblock.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/ocrpara.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/ocrrow.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/otsuthr.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/pageres.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/params_training_featdef.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/pdblock.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/points.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/polyaprx.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/polyblk.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/quadlsq.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/quadratc.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/quspline.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/ratngs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/rect.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/rejctmap.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/seam.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/split.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/statistc.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/stepblob.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccstruct/werd.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/ambigs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/bitvector.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/ccutil.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/clst.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/elst.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/elst2.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/errcode.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/fileerr.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/genericheap.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/genericvector.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/helpers.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/host.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/indexmapbidi.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/kdpair.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/list.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/lsterr.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/object_cache.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/params.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/qrsequence.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/scanutils.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/serialis.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/sorthelper.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/tessdatamanager.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/tesstypes.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/tprintf.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/unicharcompress.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/unicharmap.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/unicharset.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/unicity_table.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/ccutil/universalambigs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/adaptive.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/classify.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/cluster.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/clusttool.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/featdefs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/float2int.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/fpoint.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/intfeaturespace.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/intfx.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/intmatcher.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/intproto.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/kdtree.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/mf.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/mfdefs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/mfoutline.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/mfx.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/normfeat.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/normmatch.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/ocrfeatures.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/outfeat.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/picofeat.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/protos.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/shapeclassifier.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/shapetable.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/tessclassifier.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/classify/trainingsample.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/cutil/bitvec.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/cutil/oldlist.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/dawg.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/dawg_cache.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/dict.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/matchdefs.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/stopper.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/dict/trie.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/convolve.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/fullyconnected.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/functions.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/input.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/lstm.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/lstmrecognizer.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/maxpool.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/network.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/networkio.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/networkscratch.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/parallel.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/plumbing.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/recodebeam.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/reconfig.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/reversed.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/series.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/static_shape.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/stridemap.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/tfnetwork.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/tfnetwork.pb.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/lstm/weightmatrix.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/alignedblob.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/baselinedetect.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/bbgrid.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/blkocc.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/blobgrid.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/ccnontextdetect.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/cjkpitch.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/colfind.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/colpartition.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/colpartitiongrid.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/colpartitionset.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/devanagari_processing.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/drawtord.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/edgblob.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/edgloop.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/equationdetectbase.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/fpchop.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/gap_map.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/imagefind.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/linefind.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/makerow.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/oldbasel.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/pithsync.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/pitsync1.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/scanedg.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/sortflts.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/strokewidth.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tabfind.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tablefind.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tablerecog.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tabvector.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/textlineprojection.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/textord.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/topitch.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tordmain.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/tovars.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/underlin.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/wordseg.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/textord/workingpartset.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/viewer/scrollview.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/viewer/svmnode.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/viewer/svutil.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/associate.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/chop.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/drawfx.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/findseam.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/language_model.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/lm_consistency.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/lm_pain_points.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/lm_state.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/outlines.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/params_model.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/plotedges.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/render.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/include/tesseract/wordrec/wordrec.h
-- Installing: F:/Feature-test/kenlm/vcpkg/packages/tesseract_x64-windows/share/tesseract/copyright
-- Performing post-build validation
Elapsed time to handle tesseract:x64-windows: 2.9 min
Total install time: 6.8 min
tesseract provides CMake targets:

    # this is heuristically generated, and may not be correct
    find_package(Tesseract CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Tesseract::libtesseract)
dgm3333 commented 1 year ago

Thanks, uninstalling VS and reinstalling worked.

-- Performing post-build validation Stored binaries in 1 destinations. Elapsed time to handle tesseract:x64-windows: 1.1 min Total install time: 1.7 min