--- events: - kind: "message-v1" backtrace: - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)" - "CMakeLists.txt:2 (project)" message: | The system is: Windows - 10.0.22631 - AMD64 - kind: "message-v1" backtrace: - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:2 (project)" message: | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: Build flags: Id flags: The output was: 0 Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Build started 2024. 02. 25. 8:45:37. Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\\". Creating directory "Debug\\CompilerIdC.tlog\\". InitializeBuildStatus: Creating "Debug\\CompilerIdC.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. VcpkgTripletSelection: Using triplet "x64-windows" from "Z:\\vcpkg\\installed\\x64-windows\\" Using normalized configuration "Release" ClCompile: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /I"Z:\\vcpkg\\installed\\x64-windows\\include" /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\\\" /Fd"Debug\\vc142.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c CMakeCCompilerId.c Link: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "Z:\\vcpkg\\installed\\x64-windows\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\\CompilerIdC.lib" /MACHINE:X64 Debug\\CMakeCCompilerId.obj CompilerIdC.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.exe AppLocalFromInstalled: pwsh.exe -ExecutionPolicy Bypass -noprofile -File "Z:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.exe" "Z:\\vcpkg\\installed\\x64-windows\\bin" "Debug\\CompilerIdC.tlog\\CompilerIdC.write.1u.tlog" "Debug\\vcpkg.applocal.log" PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i :VCEnd CMAKE_C_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\\cl.exe FinalizeBuildStatus: Deleting file "Debug\\CompilerIdC.tlog\\unsuccessfulbuild". Touching "Debug\\CompilerIdC.tlog\\CompilerIdC.lastbuildstate". Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.vcxproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:03.67 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe" Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj" The C compiler identification is MSVC, found in: Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CompilerIdC/CompilerIdC.exe - kind: "message-v1" backtrace: - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:2 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: Build flags: Id flags: The output was: 0 Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Build started 2024. 02. 25. 8:45:42. Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\\". Creating directory "Debug\\CompilerIdCXX.tlog\\". InitializeBuildStatus: Creating "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. VcpkgTripletSelection: Using triplet "x64-windows" from "Z:\\vcpkg\\installed\\x64-windows\\" Using normalized configuration "Release" ClCompile: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /I"Z:\\vcpkg\\installed\\x64-windows\\include" /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\\\" /Fd"Debug\\vc142.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp CMakeCXXCompilerId.cpp Link: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "Z:\\vcpkg\\installed\\x64-windows\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\\CompilerIdCXX.lib" /MACHINE:X64 Debug\\CMakeCXXCompilerId.obj CompilerIdCXX.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.exe AppLocalFromInstalled: pwsh.exe -ExecutionPolicy Bypass -noprofile -File "Z:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.exe" "Z:\\vcpkg\\installed\\x64-windows\\bin" "Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.write.1u.tlog" "Debug\\vcpkg.applocal.log" PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i :VCEnd CMAKE_CXX_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\\cl.exe FinalizeBuildStatus: Deleting file "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild". Touching "Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.lastbuildstate". Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.vcxproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:02.88 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe" Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj" The CXX compiler identification is MSVC, found in: Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CompilerIdCXX/CompilerIdCXX.exe - kind: "try_compile-v1" backtrace: - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" - "C:/CMake/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" checks: - "Detecting C compiler ABI info" directories: source: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp" binary: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp" cmakeVariables: CMAKE_C_FLAGS: "/DWIN32 /D_WINDOWS /W3" VCPKG_APPLOCAL_DEPS: "ON" VCPKG_TARGET_TRIPLET: "x64-windows" Z_VCPKG_ROOT_DIR: "Z:/vcpkg" buildResult: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | Change Dir: 'Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp' Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" cmTC_81ffa.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Build started 2024. 02. 25. 8:45:45. Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\cmTC_81ffa.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTC_81ffa.dir\\Debug\\". Creating directory "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\". Creating directory "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\". InitializeBuildStatus: Creating "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_81ffa.dir\\Debug\\\\" /Fd"cmTC_81ffa.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCCompilerABI.c" Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64 Copyright (C) Microsoft Corporation. All rights reserved. CMakeCCompilerABI.c cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_81ffa.dir\\Debug\\\\" /Fd"cmTC_81ffa.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCCompilerABI.c" Link: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\cmTC_81ffa.exe" /INCREMENTAL /ILK:"cmTC_81ffa.dir\\Debug\\cmTC_81ffa.ilk" /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.lib" /MACHINE:X64 /machine:x64 cmTC_81ffa.dir\\Debug\\CMakeCCompilerABI.obj cmTC_81ffa.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\cmTC_81ffa.exe PostBuildEvent: setlocal "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd FinalizeBuildStatus: Deleting file "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\unsuccessfulbuild". Touching "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\cmTC_81ffa.lastbuildstate". Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\cmTC_81ffa.vcxproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:02.63 exitCode: 0 - kind: "try_compile-v1" backtrace: - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" - "C:/CMake/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" checks: - "Detecting CXX compiler ABI info" directories: source: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8" binary: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8" cmakeVariables: CMAKE_CXX_FLAGS: "/DWIN32 /D_WINDOWS /W3 /GR /EHsc" VCPKG_APPLOCAL_DEPS: "ON" VCPKG_TARGET_TRIPLET: "x64-windows" Z_VCPKG_ROOT_DIR: "Z:/vcpkg" buildResult: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | Change Dir: 'Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8' Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" cmTC_477c1.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Build started 2024. 02. 25. 8:45:49. Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\cmTC_477c1.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTC_477c1.dir\\Debug\\". Creating directory "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\". Creating directory "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\". InitializeBuildStatus: Creating "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_477c1.dir\\Debug\\\\" /Fd"cmTC_477c1.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCXXCompilerABI.cpp" Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64 Copyright (C) Microsoft Corporation. All rights reserved. CMakeCXXCompilerABI.cpp cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_477c1.dir\\Debug\\\\" /Fd"cmTC_477c1.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCXXCompilerABI.cpp" Link: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\cmTC_477c1.exe" /INCREMENTAL /ILK:"cmTC_477c1.dir\\Debug\\cmTC_477c1.ilk" /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.lib" /MACHINE:X64 /machine:x64 cmTC_477c1.dir\\Debug\\CMakeCXXCompilerABI.obj cmTC_477c1.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\cmTC_477c1.exe PostBuildEvent: setlocal "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd FinalizeBuildStatus: Deleting file "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\unsuccessfulbuild". Touching "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\cmTC_477c1.lastbuildstate". Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\cmTC_477c1.vcxproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:02.65 exitCode: 0 ...