优化文件上传速度,增加请求头预校验功能
This commit is contained in:
@@ -0,0 +1,608 @@
|
||||
|
||||
---
|
||||
events:
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:205 (message)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
The system is: Windows - 10.0.26200 - AMD64
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler:
|
||||
Build flags: /DWIN32;/D_WINDOWS;/W3
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
MSBuild version 17.6.3+07e294721 for .NET Framework
|
||||
生成启动时间为 2025/05/23 10:58:16。
|
||||
|
||||
节点 1 上的项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdC\\CompilerIdC.vcxproj”(默认目标)。
|
||||
PrepareForBuild:
|
||||
正在创建目录“Debug\\”。
|
||||
正在创建目录“Debug\\CompilerIdC.tlog\\”。
|
||||
InitializeBuildStatus:
|
||||
正在创建“Debug\\CompilerIdC.tlog\\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Release"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\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\\vc143.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
|
||||
CMakeCCompilerId.c
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"F:\\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 "F:\\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 -> F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdC\\CompilerIdC.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdC\\CompilerIdC.exe" "F:\\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=D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\Hostx64\\x64\\cl.exe
|
||||
FinalizeBuildStatus:
|
||||
正在删除文件“Debug\\CompilerIdC.tlog\\unsuccessfulbuild”。
|
||||
正在对“Debug\\CompilerIdC.tlog\\CompilerIdC.lastbuildstate”执行 Touch 任务。
|
||||
已完成生成项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdC\\CompilerIdC.vcxproj”(默认目标)的操作。
|
||||
|
||||
已成功生成。
|
||||
0 个警告
|
||||
0 个错误
|
||||
|
||||
已用时间 00:00:01.88
|
||||
|
||||
|
||||
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:
|
||||
F:/WebCC/webcc/build/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.exe
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler:
|
||||
Build flags: /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
MSBuild version 17.6.3+07e294721 for .NET Framework
|
||||
生成启动时间为 2025/05/23 10:58:19。
|
||||
|
||||
节点 1 上的项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdCXX\\CompilerIdCXX.vcxproj”(默认目标)。
|
||||
PrepareForBuild:
|
||||
正在创建目录“Debug\\”。
|
||||
正在创建目录“Debug\\CompilerIdCXX.tlog\\”。
|
||||
InitializeBuildStatus:
|
||||
正在创建“Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Release"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\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\\vc143.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
|
||||
CMakeCXXCompilerId.cpp
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"F:\\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 "F:\\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 -> F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdCXX\\CompilerIdCXX.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdCXX\\CompilerIdCXX.exe" "F:\\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=D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\Hostx64\\x64\\cl.exe
|
||||
FinalizeBuildStatus:
|
||||
正在删除文件“Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild”。
|
||||
正在对“Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.lastbuildstate”执行 Touch 任务。
|
||||
已完成生成项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\3.30.5\\CompilerIdCXX\\CompilerIdCXX.vcxproj”(默认目标)的操作。
|
||||
|
||||
已成功生成。
|
||||
0 个警告
|
||||
0 个错误
|
||||
|
||||
已用时间 00:00:01.12
|
||||
|
||||
|
||||
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:
|
||||
F:/WebCC/webcc/build/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.exe
|
||||
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
checks:
|
||||
- "Detecting C compiler ABI info"
|
||||
directories:
|
||||
source: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-b1m97a"
|
||||
binary: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-b1m97a"
|
||||
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: 'F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-b1m97a'
|
||||
|
||||
Run Build Command(s): "D:/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_220e9.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
||||
MSBuild version 17.6.3+07e294721 for .NET Framework
|
||||
生成启动时间为 2025/05/23 10:58:20。
|
||||
|
||||
节点 1 上的项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\cmTC_220e9.vcxproj”(默认目标)。
|
||||
PrepareForBuild:
|
||||
正在创建目录“cmTC_220e9.dir\\Debug\\”。
|
||||
正在创建目录“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\Debug\\”。
|
||||
正在创建目录“cmTC_220e9.dir\\Debug\\cmTC_220e9.tlog\\”。
|
||||
InitializeBuildStatus:
|
||||
正在创建“cmTC_220e9.dir\\Debug\\cmTC_220e9.tlog\\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Debug"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_220e9.dir\\Debug\\\\" /Fd"cmTC_220e9.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\\Qt\\Tools\\CMake_64\\share\\cmake-3.30\\Modules\\CMakeCCompilerABI.c"
|
||||
用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.36.32535 版
|
||||
CMakeCCompilerABI.c
|
||||
版权所有(C) Microsoft Corporation。保留所有权利。
|
||||
cl /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_220e9.dir\\Debug\\\\" /Fd"cmTC_220e9.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\\Qt\\Tools\\CMake_64\\share\\cmake-3.30\\Modules\\CMakeCCompilerABI.c"
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\Debug\\cmTC_220e9.exe" /INCREMENTAL /ILK:"cmTC_220e9.dir\\Debug\\cmTC_220e9.ilk" /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib" /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-b1m97a/Debug/cmTC_220e9.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-b1m97a/Debug/cmTC_220e9.lib" /MACHINE:X64 /machine:x64 cmTC_220e9.dir\\Debug\\CMakeCCompilerABI.obj
|
||||
cmTC_220e9.vcxproj -> F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\Debug\\cmTC_220e9.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\Debug\\cmTC_220e9.exe" "F:\\vcpkg\\installed\\x64-windows\\debug\\bin" "cmTC_220e9.dir\\Debug\\cmTC_220e9.tlog\\cmTC_220e9.write.1u.tlog" "cmTC_220e9.dir\\Debug\\vcpkg.applocal.log"
|
||||
FinalizeBuildStatus:
|
||||
正在删除文件“cmTC_220e9.dir\\Debug\\cmTC_220e9.tlog\\unsuccessfulbuild”。
|
||||
正在对“cmTC_220e9.dir\\Debug\\cmTC_220e9.tlog\\cmTC_220e9.lastbuildstate”执行 Touch 任务。
|
||||
已完成生成项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-b1m97a\\cmTC_220e9.vcxproj”(默认目标)的操作。
|
||||
|
||||
已成功生成。
|
||||
0 个警告
|
||||
0 个错误
|
||||
|
||||
已用时间 00:00:01.28
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (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': D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.36.32532/bin/HostX64/x64/link.exe
|
||||
implicit libs: []
|
||||
implicit objs: []
|
||||
implicit dirs: []
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Running the C compiler's linker: "D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.36.32532/bin/HostX64/x64/link.exe" "-v"
|
||||
Microsoft (R) Incremental Linker Version 14.36.32535.0
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
checks:
|
||||
- "Detecting CXX compiler ABI info"
|
||||
directories:
|
||||
source: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-k8g1is"
|
||||
binary: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-k8g1is"
|
||||
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: 'F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-k8g1is'
|
||||
|
||||
Run Build Command(s): "D:/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_bfe93.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
||||
MSBuild version 17.6.3+07e294721 for .NET Framework
|
||||
生成启动时间为 2025/05/23 10:58:22。
|
||||
|
||||
节点 1 上的项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\cmTC_bfe93.vcxproj”(默认目标)。
|
||||
PrepareForBuild:
|
||||
正在创建目录“cmTC_bfe93.dir\\Debug\\”。
|
||||
正在创建目录“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\Debug\\”。
|
||||
正在创建目录“cmTC_bfe93.dir\\Debug\\cmTC_bfe93.tlog\\”。
|
||||
InitializeBuildStatus:
|
||||
正在创建“cmTC_bfe93.dir\\Debug\\cmTC_bfe93.tlog\\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Debug"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_bfe93.dir\\Debug\\\\" /Fd"cmTC_bfe93.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\\Qt\\Tools\\CMake_64\\share\\cmake-3.30\\Modules\\CMakeCXXCompilerABI.cpp"
|
||||
用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.36.32535 版
|
||||
CMakeCXXCompilerABI.cpp
|
||||
版权所有(C) Microsoft Corporation。保留所有权利。
|
||||
cl /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_bfe93.dir\\Debug\\\\" /Fd"cmTC_bfe93.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\\Qt\\Tools\\CMake_64\\share\\cmake-3.30\\Modules\\CMakeCXXCompilerABI.cpp"
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\Debug\\cmTC_bfe93.exe" /INCREMENTAL /ILK:"cmTC_bfe93.dir\\Debug\\cmTC_bfe93.ilk" /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib" /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-k8g1is/Debug/cmTC_bfe93.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-k8g1is/Debug/cmTC_bfe93.lib" /MACHINE:X64 /machine:x64 cmTC_bfe93.dir\\Debug\\CMakeCXXCompilerABI.obj
|
||||
cmTC_bfe93.vcxproj -> F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\Debug\\cmTC_bfe93.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\Debug\\cmTC_bfe93.exe" "F:\\vcpkg\\installed\\x64-windows\\debug\\bin" "cmTC_bfe93.dir\\Debug\\cmTC_bfe93.tlog\\cmTC_bfe93.write.1u.tlog" "cmTC_bfe93.dir\\Debug\\vcpkg.applocal.log"
|
||||
FinalizeBuildStatus:
|
||||
正在删除文件“cmTC_bfe93.dir\\Debug\\cmTC_bfe93.tlog\\unsuccessfulbuild”。
|
||||
正在对“cmTC_bfe93.dir\\Debug\\cmTC_bfe93.tlog\\cmTC_bfe93.lastbuildstate”执行 Touch 任务。
|
||||
已完成生成项目“F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-k8g1is\\cmTC_bfe93.vcxproj”(默认目标)的操作。
|
||||
|
||||
已成功生成。
|
||||
0 个警告
|
||||
0 个错误
|
||||
|
||||
已用时间 00:00:01.11
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (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': D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.36.32532/bin/HostX64/x64/link.exe
|
||||
implicit libs: []
|
||||
implicit objs: []
|
||||
implicit dirs: []
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
||||
- "D:/Qt/Tools/CMake_64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Running the CXX compiler's linker: "D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.36.32532/bin/HostX64/x64/link.exe" "-v"
|
||||
Microsoft (R) Incremental Linker Version 14.36.32535.0
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
...
|
||||
|
||||
---
|
||||
events:
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
The system is: Windows - 10.0.26200 - AMD64
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler:
|
||||
Build flags: /DWIN32;/D_WINDOWS;/W3
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
閫傜敤浜?.NET Framework MSBuild 鐗堟湰 17.14.40+3e7442088
|
||||
鐢熸垚鍚姩鏃堕棿涓?2026/06/26 16:04:43銆?
|
||||
|
||||
鑺傜偣 1 涓婄殑椤圭洰鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdC\\CompilerIdC.vcxproj鈥?榛樿鐩爣)銆?
|
||||
PrepareForBuild:
|
||||
姝e湪鍒涘缓鐩綍鈥淒ebug\\鈥濄€?
|
||||
宸插惎鐢ㄧ粨鏋勫寲杈撳嚭銆傜紪璇戝櫒璇婃柇鐨勬牸寮忚缃皢鍙嶆槧閿欒灞傛缁撴瀯銆傛湁鍏宠缁嗕俊鎭紝璇峰弬闃?https://aka.ms/cpp/structured-output銆?
|
||||
姝e湪鍒涘缓鐩綍鈥淒ebug\\CompilerIdC.tlog\\鈥濄€?
|
||||
InitializeBuildStatus:
|
||||
姝e湪鍒涘缓鈥淒ebug\\CompilerIdC.tlog\\unsuccessfulbuild鈥濓紝鍥犱负宸叉寚瀹氣€淎lwaysCreate鈥濄€?
|
||||
姝e湪瀵光€淒ebug\\CompilerIdC.tlog\\unsuccessfulbuild鈥濇墽琛?Touch 浠诲姟銆?
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Release"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\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\\vc143.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
|
||||
CMakeCCompilerId.c
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"F:\\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 "F:\\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 -> F:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdC\\CompilerIdC.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdC\\CompilerIdC.exe" "F:\\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=D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\Hostx64\\x64\\cl.exe
|
||||
FinalizeBuildStatus:
|
||||
姝e湪鍒犻櫎鏂囦欢鈥淒ebug\\CompilerIdC.tlog\\unsuccessfulbuild鈥濄€?
|
||||
姝e湪瀵光€淒ebug\\CompilerIdC.tlog\\CompilerIdC.lastbuildstate鈥濇墽琛?Touch 浠诲姟銆?
|
||||
宸插畬鎴愮敓鎴愰」鐩€淔:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdC\\CompilerIdC.vcxproj鈥?榛樿鐩爣)鐨勬搷浣溿€?
|
||||
|
||||
宸叉垚鍔熺敓鎴愩€?
|
||||
0 涓鍛?
|
||||
0 涓敊璇?
|
||||
|
||||
宸茬敤鏃堕棿 00:00:03.72
|
||||
|
||||
|
||||
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:
|
||||
F:/WebCC/webcc/build/CMakeFiles/3.31.0-rc3/CompilerIdC/CompilerIdC.exe
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler:
|
||||
Build flags: /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
閫傜敤浜?.NET Framework MSBuild 鐗堟湰 17.14.40+3e7442088
|
||||
鐢熸垚鍚姩鏃堕棿涓?2026/06/26 16:04:47銆?
|
||||
|
||||
鑺傜偣 1 涓婄殑椤圭洰鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdCXX\\CompilerIdCXX.vcxproj鈥?榛樿鐩爣)銆?
|
||||
PrepareForBuild:
|
||||
姝e湪鍒涘缓鐩綍鈥淒ebug\\鈥濄€?
|
||||
宸插惎鐢ㄧ粨鏋勫寲杈撳嚭銆傜紪璇戝櫒璇婃柇鐨勬牸寮忚缃皢鍙嶆槧閿欒灞傛缁撴瀯銆傛湁鍏宠缁嗕俊鎭紝璇峰弬闃?https://aka.ms/cpp/structured-output銆?
|
||||
姝e湪鍒涘缓鐩綍鈥淒ebug\\CompilerIdCXX.tlog\\鈥濄€?
|
||||
InitializeBuildStatus:
|
||||
姝e湪鍒涘缓鈥淒ebug\\CompilerIdCXX.tlog\\unsuccessfulbuild鈥濓紝鍥犱负宸叉寚瀹氣€淎lwaysCreate鈥濄€?
|
||||
姝e湪瀵光€淒ebug\\CompilerIdCXX.tlog\\unsuccessfulbuild鈥濇墽琛?Touch 浠诲姟銆?
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Release"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\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\\vc143.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
|
||||
CMakeCXXCompilerId.cpp
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"F:\\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 "F:\\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 -> F:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdCXX\\CompilerIdCXX.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdCXX\\CompilerIdCXX.exe" "F:\\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=D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\Hostx64\\x64\\cl.exe
|
||||
FinalizeBuildStatus:
|
||||
姝e湪鍒犻櫎鏂囦欢鈥淒ebug\\CompilerIdCXX.tlog\\unsuccessfulbuild鈥濄€?
|
||||
姝e湪瀵光€淒ebug\\CompilerIdCXX.tlog\\CompilerIdCXX.lastbuildstate鈥濇墽琛?Touch 浠诲姟銆?
|
||||
宸插畬鎴愮敓鎴愰」鐩€淔:\\WebCC\\webcc\\build\\CMakeFiles\\3.31.0-rc3\\CompilerIdCXX\\CompilerIdCXX.vcxproj鈥?榛樿鐩爣)鐨勬搷浣溿€?
|
||||
|
||||
宸叉垚鍔熺敓鎴愩€?
|
||||
0 涓鍛?
|
||||
0 涓敊璇?
|
||||
|
||||
宸茬敤鏃堕棿 00:00:01.30
|
||||
|
||||
|
||||
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:
|
||||
F:/WebCC/webcc/build/CMakeFiles/3.31.0-rc3/CompilerIdCXX/CompilerIdCXX.exe
|
||||
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
checks:
|
||||
- "Detecting C compiler ABI info"
|
||||
directories:
|
||||
source: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-fh3dy3"
|
||||
binary: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-fh3dy3"
|
||||
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: 'F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-fh3dy3'
|
||||
|
||||
Run Build Command(s): "D:/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_e7f49.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
||||
閫傜敤浜?.NET Framework MSBuild 鐗堟湰 17.14.40+3e7442088
|
||||
鐢熸垚鍚姩鏃堕棿涓?2026/06/26 16:04:49銆?
|
||||
|
||||
鑺傜偣 1 涓婄殑椤圭洰鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\cmTC_e7f49.vcxproj鈥?榛樿鐩爣)銆?
|
||||
PrepareForBuild:
|
||||
姝e湪鍒涘缓鐩綍鈥渃mTC_e7f49.dir\\Debug\\鈥濄€?
|
||||
宸插惎鐢ㄧ粨鏋勫寲杈撳嚭銆傜紪璇戝櫒璇婃柇鐨勬牸寮忚缃皢鍙嶆槧閿欒灞傛缁撴瀯銆傛湁鍏宠缁嗕俊鎭紝璇峰弬闃?https://aka.ms/cpp/structured-output銆?
|
||||
姝e湪鍒涘缓鐩綍鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\Debug\\鈥濄€?
|
||||
姝e湪鍒涘缓鐩綍鈥渃mTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\鈥濄€?
|
||||
InitializeBuildStatus:
|
||||
姝e湪鍒涘缓鈥渃mTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\unsuccessfulbuild鈥濓紝鍥犱负宸叉寚瀹氣€淎lwaysCreate鈥濄€?
|
||||
姝e湪瀵光€渃mTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\unsuccessfulbuild鈥濇墽琛?Touch 浠诲姟銆?
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Debug"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_e7f49.dir\\Debug\\\\" /Fd"cmTC_e7f49.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCCompilerABI.c"
|
||||
鐢ㄤ簬 x64 鐨?Microsoft (R) C/C++ 浼樺寲缂栬瘧鍣?19.44.35225 鐗?
|
||||
鐗堟潈鎵€鏈?C) Microsoft Corporation銆備繚鐣欐墍鏈夋潈鍒┿€?
|
||||
cl /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_e7f49.dir\\Debug\\\\" /Fd"cmTC_e7f49.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCCompilerABI.c"
|
||||
CMakeCCompilerABI.c
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\Debug\\cmTC_e7f49.exe" /INCREMENTAL /ILK:"cmTC_e7f49.dir\\Debug\\cmTC_e7f49.ilk" /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib" /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-fh3dy3/Debug/cmTC_e7f49.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-fh3dy3/Debug/cmTC_e7f49.lib" /MACHINE:X64 /machine:x64 cmTC_e7f49.dir\\Debug\\CMakeCCompilerABI.obj
|
||||
cmTC_e7f49.vcxproj -> F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\Debug\\cmTC_e7f49.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\Debug\\cmTC_e7f49.exe" "F:\\vcpkg\\installed\\x64-windows\\debug\\bin" "cmTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\cmTC_e7f49.write.1u.tlog" "cmTC_e7f49.dir\\Debug\\vcpkg.applocal.log"
|
||||
FinalizeBuildStatus:
|
||||
姝e湪鍒犻櫎鏂囦欢鈥渃mTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\unsuccessfulbuild鈥濄€?
|
||||
姝e湪瀵光€渃mTC_e7f49.dir\\Debug\\cmTC_e7f49.tlog\\cmTC_e7f49.lastbuildstate鈥濇墽琛?Touch 浠诲姟銆?
|
||||
宸插畬鎴愮敓鎴愰」鐩€淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-fh3dy3\\cmTC_e7f49.vcxproj鈥?榛樿鐩爣)鐨勬搷浣溿€?
|
||||
|
||||
宸叉垚鍔熺敓鎴愩€?
|
||||
0 涓鍛?
|
||||
0 涓敊璇?
|
||||
|
||||
宸茬敤鏃堕棿 00:00:01.21
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (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': D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.44.35207/bin/HostX64/x64/link.exe
|
||||
implicit libs: []
|
||||
implicit objs: []
|
||||
implicit dirs: []
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Running the C compiler's linker: "D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.44.35207/bin/HostX64/x64/link.exe" "-v"
|
||||
Microsoft (R) Incremental Linker Version 14.44.35225.0
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
checks:
|
||||
- "Detecting CXX compiler ABI info"
|
||||
directories:
|
||||
source: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-gl3hy0"
|
||||
binary: "F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-gl3hy0"
|
||||
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: 'F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-gl3hy0'
|
||||
|
||||
Run Build Command(s): "D:/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_43484.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
|
||||
閫傜敤浜?.NET Framework MSBuild 鐗堟湰 17.14.40+3e7442088
|
||||
鐢熸垚鍚姩鏃堕棿涓?2026/06/26 16:04:51銆?
|
||||
|
||||
鑺傜偣 1 涓婄殑椤圭洰鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\cmTC_43484.vcxproj鈥?榛樿鐩爣)銆?
|
||||
PrepareForBuild:
|
||||
姝e湪鍒涘缓鐩綍鈥渃mTC_43484.dir\\Debug\\鈥濄€?
|
||||
宸插惎鐢ㄧ粨鏋勫寲杈撳嚭銆傜紪璇戝櫒璇婃柇鐨勬牸寮忚缃皢鍙嶆槧閿欒灞傛缁撴瀯銆傛湁鍏宠缁嗕俊鎭紝璇峰弬闃?https://aka.ms/cpp/structured-output銆?
|
||||
姝e湪鍒涘缓鐩綍鈥淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\Debug\\鈥濄€?
|
||||
姝e湪鍒涘缓鐩綍鈥渃mTC_43484.dir\\Debug\\cmTC_43484.tlog\\鈥濄€?
|
||||
InitializeBuildStatus:
|
||||
姝e湪鍒涘缓鈥渃mTC_43484.dir\\Debug\\cmTC_43484.tlog\\unsuccessfulbuild鈥濓紝鍥犱负宸叉寚瀹氣€淎lwaysCreate鈥濄€?
|
||||
姝e湪瀵光€渃mTC_43484.dir\\Debug\\cmTC_43484.tlog\\unsuccessfulbuild鈥濇墽琛?Touch 浠诲姟銆?
|
||||
VcpkgTripletSelection:
|
||||
Using triplet "x64-windows" from "F:\\vcpkg\\installed\\x64-windows\\"
|
||||
Using normalized configuration "Debug"
|
||||
ClCompile:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\CL.exe /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_43484.dir\\Debug\\\\" /Fd"cmTC_43484.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCXXCompilerABI.cpp"
|
||||
鐢ㄤ簬 x64 鐨?Microsoft (R) C/C++ 浼樺寲缂栬瘧鍣?19.44.35225 鐗?
|
||||
鐗堟潈鎵€鏈?C) Microsoft Corporation銆備繚鐣欐墍鏈夋潈鍒┿€?
|
||||
cl /c /I"F:\\vcpkg\\installed\\x64-windows\\include" /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_43484.dir\\Debug\\\\" /Fd"cmTC_43484.dir\\Debug\\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\\Program Files\\CMake\\share\\cmake-3.31\\Modules\\CMakeCXXCompilerABI.cpp"
|
||||
CMakeCXXCompilerABI.cpp
|
||||
Link:
|
||||
D:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\Debug\\cmTC_43484.exe" /INCREMENTAL /ILK:"cmTC_43484.dir\\Debug\\cmTC_43484.ilk" /NOLOGO /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib" /LIBPATH:"F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "F:\\vcpkg\\installed\\x64-windows\\debug\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-gl3hy0/Debug/cmTC_43484.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"F:/WebCC/webcc/build/CMakeFiles/CMakeScratch/TryCompile-gl3hy0/Debug/cmTC_43484.lib" /MACHINE:X64 /machine:x64 cmTC_43484.dir\\Debug\\CMakeCXXCompilerABI.obj
|
||||
cmTC_43484.vcxproj -> F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\Debug\\cmTC_43484.exe
|
||||
AppLocalFromInstalled:
|
||||
pwsh.exe -ExecutionPolicy Bypass -noprofile -File "F:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "F:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\Debug\\cmTC_43484.exe" "F:\\vcpkg\\installed\\x64-windows\\debug\\bin" "cmTC_43484.dir\\Debug\\cmTC_43484.tlog\\cmTC_43484.write.1u.tlog" "cmTC_43484.dir\\Debug\\vcpkg.applocal.log"
|
||||
FinalizeBuildStatus:
|
||||
姝e湪鍒犻櫎鏂囦欢鈥渃mTC_43484.dir\\Debug\\cmTC_43484.tlog\\unsuccessfulbuild鈥濄€?
|
||||
姝e湪瀵光€渃mTC_43484.dir\\Debug\\cmTC_43484.tlog\\cmTC_43484.lastbuildstate鈥濇墽琛?Touch 浠诲姟銆?
|
||||
宸插畬鎴愮敓鎴愰」鐩€淔:\\WebCC\\webcc\\build\\CMakeFiles\\CMakeScratch\\TryCompile-gl3hy0\\cmTC_43484.vcxproj鈥?榛樿鐩爣)鐨勬搷浣溿€?
|
||||
|
||||
宸叉垚鍔熺敓鎴愩€?
|
||||
0 涓鍛?
|
||||
0 涓敊璇?
|
||||
|
||||
宸茬敤鏃堕棿 00:00:01.19
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (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': D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.44.35207/bin/HostX64/x64/link.exe
|
||||
implicit libs: []
|
||||
implicit objs: []
|
||||
implicit dirs: []
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
|
||||
- "D:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:9 (project)"
|
||||
message: |
|
||||
Running the CXX compiler's linker: "D:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.44.35207/bin/HostX64/x64/link.exe" "-v"
|
||||
Microsoft (R) Incremental Linker Version 14.44.35225.0
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
...
|
||||
Reference in New Issue
Block a user