mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
499 lines
40 KiB
YAML
499 lines
40 KiB
YAML
|
|
---
|
|
events:
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
The system is: Windows - 10.0.22621 - AMD64
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
|
Compiler:
|
|
Build flags:
|
|
Id flags:
|
|
|
|
The output was:
|
|
0
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:43:27.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdC\\CompilerIdC.vcxproj" on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "Debug\\CompilerIdC.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "Debug\\CompilerIdC.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "Debug\\CompilerIdC.tlog\\unsuccessfulbuild".
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /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\\vc143.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
|
|
CMakeCCompilerId.c
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdC\\CompilerIdC.exe
|
|
PostBuildEvent:
|
|
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
|
|
:VCEnd
|
|
CMAKE_C_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\\cl.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "Debug\\CompilerIdC.tlog\\unsuccessfulbuild".
|
|
Touching "Debug\\CompilerIdC.tlog\\CompilerIdC.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdC\\CompilerIdC.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:02.29
|
|
|
|
|
|
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:
|
|
C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/3.31.5/CompilerIdC/CompilerIdC.exe
|
|
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
|
Compiler:
|
|
Build flags:
|
|
Id flags:
|
|
|
|
The output was:
|
|
0
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:43:30.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdCXX\\CompilerIdCXX.vcxproj" on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "Debug\\CompilerIdCXX.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild".
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /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\\vc143.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
|
|
CMakeCXXCompilerId.cpp
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdCXX\\CompilerIdCXX.exe
|
|
PostBuildEvent:
|
|
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
|
|
:VCEnd
|
|
CMAKE_CXX_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\\cl.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild".
|
|
Touching "Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\3.31.5\\CompilerIdCXX\\CompilerIdCXX.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:02.13
|
|
|
|
|
|
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:
|
|
C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/3.31.5/CompilerIdCXX/CompilerIdCXX.exe
|
|
|
|
-
|
|
kind: "try_compile-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
checks:
|
|
- "Detecting C compiler ABI info"
|
|
directories:
|
|
source: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-ecqpyr"
|
|
binary: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-ecqpyr"
|
|
cmakeVariables:
|
|
CMAKE_C_FLAGS: "/DWIN32 /D_WINDOWS /W3"
|
|
CMAKE_C_FLAGS_DEBUG: "/MDd /Zi /Ob0 /Od /RTC1"
|
|
CMAKE_EXE_LINKER_FLAGS: "/machine:x64"
|
|
buildResult:
|
|
variable: "CMAKE_C_ABI_COMPILED"
|
|
cached: true
|
|
stdout: |
|
|
Change Dir: 'C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-ecqpyr'
|
|
|
|
Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_49bc1.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:43:34.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-ecqpyr\\cmTC_49bc1.vcxproj" on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "cmTC_49bc1.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-ecqpyr\\Debug\\".
|
|
Creating directory "cmTC_49bc1.dir\\Debug\\cmTC_49bc1.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "cmTC_49bc1.dir\\Debug\\cmTC_49bc1.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "cmTC_49bc1.dir\\Debug\\cmTC_49bc1.tlog\\unsuccessfulbuild".
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_49bc1.dir\\Debug\\\\" /Fd"cmTC_49bc1.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCCompilerABI.c"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_49bc1.dir\\Debug\\\\" /Fd"cmTC_49bc1.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCCompilerABI.c"
|
|
CMakeCCompilerABI.c
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-ecqpyr\\Debug\\cmTC_49bc1.exe" /INCREMENTAL /ILK:"cmTC_49bc1.dir\\Debug\\cmTC_49bc1.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:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-ecqpyr/Debug/cmTC_49bc1.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-ecqpyr/Debug/cmTC_49bc1.lib" /MACHINE:X64 /machine:x64 cmTC_49bc1.dir\\Debug\\CMakeCCompilerABI.obj
|
|
cmTC_49bc1.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-ecqpyr\\Debug\\cmTC_49bc1.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "cmTC_49bc1.dir\\Debug\\cmTC_49bc1.tlog\\unsuccessfulbuild".
|
|
Touching "cmTC_49bc1.dir\\Debug\\cmTC_49bc1.tlog\\cmTC_49bc1.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-ecqpyr\\cmTC_49bc1.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:02.63
|
|
|
|
exitCode: 0
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Parsed C implicit link information:
|
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|link\\.exe|lld-link(\\.exe)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?|link\\.exe|lld-link(\\.exe)?))("|,| |$)]
|
|
linker tool for 'C': C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/HostX64/x64/link.exe
|
|
implicit libs: []
|
|
implicit objs: []
|
|
implicit dirs: []
|
|
implicit fwks: []
|
|
|
|
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Running the C compiler's linker: "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/HostX64/x64/link.exe" "-v"
|
|
Microsoft (R) Incremental Linker Version 14.43.34808.0
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
-
|
|
kind: "try_compile-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
checks:
|
|
- "Detecting CXX compiler ABI info"
|
|
directories:
|
|
source: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-1tkq2y"
|
|
binary: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-1tkq2y"
|
|
cmakeVariables:
|
|
CMAKE_CXX_FLAGS: "/DWIN32 /D_WINDOWS /W3 /GR /EHsc"
|
|
CMAKE_CXX_FLAGS_DEBUG: "/MDd /Zi /Ob0 /Od /RTC1"
|
|
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
|
CMAKE_EXE_LINKER_FLAGS: "/machine:x64"
|
|
buildResult:
|
|
variable: "CMAKE_CXX_ABI_COMPILED"
|
|
cached: true
|
|
stdout: |
|
|
Change Dir: 'C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-1tkq2y'
|
|
|
|
Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_27232.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:43:38.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-1tkq2y\\cmTC_27232.vcxproj" on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "cmTC_27232.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-1tkq2y\\Debug\\".
|
|
Creating directory "cmTC_27232.dir\\Debug\\cmTC_27232.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "cmTC_27232.dir\\Debug\\cmTC_27232.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "cmTC_27232.dir\\Debug\\cmTC_27232.tlog\\unsuccessfulbuild".
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_27232.dir\\Debug\\\\" /Fd"cmTC_27232.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCXXCompilerABI.cpp"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_27232.dir\\Debug\\\\" /Fd"cmTC_27232.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCXXCompilerABI.cpp"
|
|
CMakeCXXCompilerABI.cpp
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-1tkq2y\\Debug\\cmTC_27232.exe" /INCREMENTAL /ILK:"cmTC_27232.dir\\Debug\\cmTC_27232.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:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-1tkq2y/Debug/cmTC_27232.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/CMakeScratch/TryCompile-1tkq2y/Debug/cmTC_27232.lib" /MACHINE:X64 /machine:x64 cmTC_27232.dir\\Debug\\CMakeCXXCompilerABI.obj
|
|
cmTC_27232.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-1tkq2y\\Debug\\cmTC_27232.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "cmTC_27232.dir\\Debug\\cmTC_27232.tlog\\unsuccessfulbuild".
|
|
Touching "cmTC_27232.dir\\Debug\\cmTC_27232.tlog\\cmTC_27232.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\CMakeScratch\\TryCompile-1tkq2y\\cmTC_27232.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:02.91
|
|
|
|
exitCode: 0
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Parsed CXX implicit link information:
|
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|link\\.exe|lld-link(\\.exe)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?|link\\.exe|lld-link(\\.exe)?))("|,| |$)]
|
|
linker tool for 'CXX': C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/HostX64/x64/link.exe
|
|
implicit libs: []
|
|
implicit objs: []
|
|
implicit dirs: []
|
|
implicit fwks: []
|
|
|
|
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
- "CMakeLists.txt:3 (project)"
|
|
message: |
|
|
Running the CXX compiler's linker: "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/HostX64/x64/link.exe" "-v"
|
|
Microsoft (R) Incremental Linker Version 14.43.34808.0
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
-
|
|
kind: "try_compile-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIPOSupported.cmake:138 (try_compile)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIPOSupported.cmake:261 (_ipo_run_language_check)"
|
|
- "CMakeLists.txt:11 (check_ipo_supported)"
|
|
directories:
|
|
source: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/src"
|
|
binary: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/bin"
|
|
buildResult:
|
|
variable: "_IPO_LANGUAGE_CHECK_RESULT"
|
|
cached: true
|
|
stdout: |
|
|
Change Dir: 'C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/bin'
|
|
|
|
Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/amd64/MSBuild.exe" ALL_BUILD.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:43:43.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ALL_BUILD.vcxproj" on node 1 (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ALL_BUILD.vcxproj" (1) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "x64\\Debug\\ZERO_CHECK\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
1>Checking Build System
|
|
FinalizeBuildStatus:
|
|
Deleting file "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild".
|
|
Touching "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\ZERO_CHECK.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ZERO_CHECK.vcxproj" (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ALL_BUILD.vcxproj" (1) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\boo.vcxproj" (3) on node 1 (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\boo.vcxproj" (3) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\foo.vcxproj" (4) on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "foo.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\".
|
|
Creating directory "foo.dir\\Debug\\foo.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/src/CMakeLists.txt
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"foo.dir\\Debug\\\\" /Fd"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\foo.pdb" /external:W1 /Gd /TP /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\src\\foo.cpp"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"foo.dir\\Debug\\\\" /Fd"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\foo.pdb" /external:W1 /Gd /TP /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\src\\foo.cpp"
|
|
foo.cpp
|
|
Lib:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\Lib.exe /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\foo.lib" /NOLOGO /MACHINE:X64 /LTCG /machine:x64 foo.dir\\Debug\\foo.obj
|
|
foo.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\foo.lib
|
|
FinalizeBuildStatus:
|
|
Deleting file "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild".
|
|
Touching "foo.dir\\Debug\\foo.tlog\\foo.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\foo.vcxproj" (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "boo.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "boo.dir\\Debug\\boo.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/src/CMakeLists.txt
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"boo.dir\\Debug\\\\" /Fd"boo.dir\\Debug\\vc143.pdb" /external:W1 /Gd /TP /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\src\\main.cpp"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"boo.dir\\Debug\\\\" /Fd"boo.dir\\Debug\\vc143.pdb" /external:W1 /Gd /TP /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\src\\main.cpp"
|
|
main.cpp
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\boo.exe" /NOLOGO Debug\\foo.lib 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:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/bin/Debug/boo.pdb" /SUBSYSTEM:CONSOLE /LTCG:incremental /LTCGOUT:"boo.dir\\Debug\\boo.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/bin/Debug/boo.lib" /MACHINE:X64 /machine:x64 boo.dir\\Debug\\main.obj
|
|
Generating code
|
|
Not all modules are compiled with -Gy (function comdat), build without incremental LTCG.
|
|
Finished generating code
|
|
boo.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\Debug\\boo.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild".
|
|
Touching "boo.dir\\Debug\\boo.tlog\\boo.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\boo.vcxproj" (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "x64\\Debug\\ALL_BUILD\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-CXX/src/CMakeLists.txt
|
|
FinalizeBuildStatus:
|
|
Deleting file "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild".
|
|
Touching "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\ALL_BUILD.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-CXX\\bin\\ALL_BUILD.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:38.87
|
|
|
|
exitCode: 0
|
|
-
|
|
kind: "try_compile-v1"
|
|
backtrace:
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIPOSupported.cmake:138 (try_compile)"
|
|
- "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIPOSupported.cmake:261 (_ipo_run_language_check)"
|
|
- "CMakeLists.txt:11 (check_ipo_supported)"
|
|
directories:
|
|
source: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/src"
|
|
binary: "C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/bin"
|
|
buildResult:
|
|
variable: "_IPO_LANGUAGE_CHECK_RESULT"
|
|
cached: true
|
|
stdout: |
|
|
Change Dir: 'C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/bin'
|
|
|
|
Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/amd64/MSBuild.exe" ALL_BUILD.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
|
MSBuild version 17.13.9+e0f243f1e for .NET Framework
|
|
Build started 15-02-2025 12:44:23.
|
|
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ALL_BUILD.vcxproj" on node 1 (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ALL_BUILD.vcxproj" (1) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "x64\\Debug\\ZERO_CHECK\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
1>Checking Build System
|
|
FinalizeBuildStatus:
|
|
Deleting file "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\unsuccessfulbuild".
|
|
Touching "x64\\Debug\\ZERO_CHECK\\ZERO_CHECK.tlog\\ZERO_CHECK.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ZERO_CHECK.vcxproj" (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ALL_BUILD.vcxproj" (1) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\boo.vcxproj" (3) on node 1 (default targets).
|
|
Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\boo.vcxproj" (3) is building "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\foo.vcxproj" (4) on node 1 (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "foo.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\".
|
|
Creating directory "foo.dir\\Debug\\foo.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"foo.dir\\Debug\\\\" /Fd"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\foo.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\src\\foo.c"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"foo.dir\\Debug\\\\" /Fd"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\foo.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\src\\foo.c"
|
|
foo.c
|
|
Lib:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\Lib.exe /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\foo.lib" /NOLOGO /MACHINE:X64 /LTCG /machine:x64 foo.dir\\Debug\\foo.obj
|
|
foo.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\foo.lib
|
|
FinalizeBuildStatus:
|
|
Deleting file "foo.dir\\Debug\\foo.tlog\\unsuccessfulbuild".
|
|
Touching "foo.dir\\Debug\\foo.tlog\\foo.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\foo.vcxproj" (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "boo.dir\\Debug\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "boo.dir\\Debug\\boo.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt
|
|
ClCompile:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"boo.dir\\Debug\\\\" /Fd"boo.dir\\Debug\\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\src\\main.c"
|
|
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /GL /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"boo.dir\\Debug\\\\" /Fd"boo.dir\\Debug\\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\src\\main.c"
|
|
main.c
|
|
Link:
|
|
C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.43.34808\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\boo.exe" /NOLOGO Debug\\foo.lib 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:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/bin/Debug/boo.pdb" /SUBSYSTEM:CONSOLE /LTCG:incremental /LTCGOUT:"boo.dir\\Debug\\boo.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/bin/Debug/boo.lib" /MACHINE:X64 /machine:x64 boo.dir\\Debug\\main.obj
|
|
Generating code
|
|
Not all modules are compiled with -Gy (function comdat), build without incremental LTCG.
|
|
Finished generating code
|
|
boo.vcxproj -> C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\Debug\\boo.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "boo.dir\\Debug\\boo.tlog\\unsuccessfulbuild".
|
|
Touching "boo.dir\\Debug\\boo.tlog\\boo.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\boo.vcxproj" (default targets).
|
|
PrepareForBuild:
|
|
Creating directory "x64\\Debug\\ALL_BUILD\\".
|
|
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
|
|
Creating directory "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\".
|
|
InitializeBuildStatus:
|
|
Creating "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
Touching "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild".
|
|
CustomBuild:
|
|
Building Custom Rule C:/Users/Home/Documents/GitHub/open source/pocketpy/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt
|
|
FinalizeBuildStatus:
|
|
Deleting file "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\unsuccessfulbuild".
|
|
Touching "x64\\Debug\\ALL_BUILD\\ALL_BUILD.tlog\\ALL_BUILD.lastbuildstate".
|
|
Done Building Project "C:\\Users\\Home\\Documents\\GitHub\\open source\\pocketpy\\CMakeFiles\\_CMakeLTOTest-C\\bin\\ALL_BUILD.vcxproj" (default targets).
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
0 Error(s)
|
|
|
|
Time Elapsed 00:00:38.08
|
|
|
|
exitCode: 0
|
|
...
|