microsoft / vcpkg

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

[qt5-webengine] Build error #35088

Closed d9mz closed 8 months ago

d9mz commented 10 months ago

Package: qt5-webengine:x64-windows -> 5.15.4#2

Host Environment

To Reproduce

vcpkg install Failure logs

-- qt5-webengine requires a lot of free disk space (>100GB), ram (>8 GB) and time (>2h per configuration) to be successfully build.
-- As such qt5-webengine is currently experimental.
-- If qt5-webengine fails post build validation please try manually reducing VCPKG_MAX_CONCURRENCY and open up an issue if it still cannot build. 
-- If it fails due to post validation the successfully installed files can be found in C:/vcpkg/packages/qt5-webengine_x64-windows 
-- and just need to be copied into C:/Users/o/tampa/client/vcpkg_installed/x64-windows
-- Found external ninja('1.11.0').
-- Using cached qtwebengine-everywhere-opensource-src-5.15.4.tar.xz.
-- Cleaning sources at C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/qtwebengine-everywhere-opensource-src-5.15.4.tar.xz
-- Applying patch common.pri.patch
-- Applying patch gl.patch
-- Applying patch build_1.patch
-- Applying patch build_2.patch
-- Applying patch workaround-msvc2022-ice.patch
-- Using source at C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean
-- Getting CMake variables for x64-windows
-- Using cached mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst.
-- Using msys root at C:/vcpkg/downloads/tools/msys2/6f3fa1a12ef85a6f
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/vcpkg/downloads/tools/jom/jom-1_1_4/jom.exe -j 13
    Working Directory: C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg
    See logs for more information:
      C:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-out.log
      C:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_qmake.cmake:3 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_build_qmake.cmake:76 (z_run_jom_build)
  C:/Users/o/tampa/client/vcpkg_installed/x64-windows/share/qt5/qt_build_submodule.cmake:14 (vcpkg_build_qmake)
  C:/Users/o/tampa/client/vcpkg_installed/x64-windows/share/qt5/qt_submodule_installation.cmake:9 (qt_build_submodule)
  buildtrees/versioning_/versions/qt5-webengine/71d241727d07ed646d0f34c1d29d4173c1087233/portfile.cmake:62 (qt_submodule_installation)
  scripts/ports.cmake:168 (include)
C:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-out.log ``` cd src\ && ( if not exist Makefile C:\Users\o\tampa\client\vcpkg_installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\src.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/qt.conf ) && C:\vcpkg\downloads\tools\jom\jom-1_1_4\jom.exe -f Makefile cd buildtools\ && ( if not exist Makefile C:\Users\o\tampa\client\vcpkg_installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\buildtools\buildtools.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/qt.conf ) && C:\vcpkg\downloads\tools\jom\jom-1_1_4\jom.exe -f Makefile ( if not exist Makefile.ninja C:\Users\o\tampa\client\vcpkg_installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile.ninja C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\buildtools\ninja.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64 -nologo -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/qt.conf ) && C:\vcpkg\downloads\tools\jom\jom-1_1_4\jom.exe -f Makefile.ninja ... Skipped 20225 lines ... ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: 'const _Ty &std::max(const _Ty &,const _Ty &) noexcept()': expects 2 arguments - 1 provided C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include\utility(35): note: or 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr) noexcept()' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr) noexcept()': expects 3 arguments - 1 provided ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(527): error C2065: 'row_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(529): error C2065: 'col_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(530): error C2065: 'cell_ids': undeclared identifier [19498/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_text_utils.cc /Foobj/ui/accessibility/accessibility/ax_text_utils.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19499/33281] C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/mojo/public/tools/mojom/mojom_parser.py --input-root C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ --input-root C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen --output-root C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen --mojom-file-list=__extensions_common_mojom__parser___build_toolchain_win_x64__rule..rsp --check-imports C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen/extensions/common/mojom.build_metadata --enable-feature is_win [19500/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_node_position.cc /Foobj/ui/accessibility/accessibility/ax_node_position.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19501/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_tree_observer.cc /Foobj/ui/accessibility/accessibility/ax_tree_observer.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19502/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_event_generator.cc /Foobj/ui/accessibility/accessibility/ax_event_generator.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19503/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_tree_data.cc /Foobj/ui/accessibility/accessibility/ax_tree_data.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19504/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_tree_id_registry.cc /Foobj/ui/accessibility/accessibility/ax_tree_id_registry.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19505/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_serializable_tree.cc /Foobj/ui/accessibility/accessibility/ax_serializable_tree.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19506/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/aura/aura_window_properties.cc /Foobj/ui/accessibility/accessibility/aura_window_properties.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19507/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_node.cc /Foobj/ui/accessibility/accessibility/ax_node.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\third_party\cld_3\src\src\script_span/getonescriptspan.h(36): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [19508/33281] ninja -t msvc -e environment.x64 -- "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64/cl.exe" /nologo /showIncludes -DAX_IMPLEMENTATION -DUSE_AURA=1 -DTOOLKIT_QT -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=2 -DWIN32 -D_SECURE_ATL -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=NTDDI_WIN10_VB -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWEBP_EXTERN=extern -DVK_USE_PLATFORM_WIN32_KHR -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=wchar_t -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP "-DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_USE_LIBGIFCODEC "-DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\"" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 "-DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\"" -DGR_GL_FUNCTION_TYPE=__stdcall -DVK_USE_PLATFORM_WIN32_KHR -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -Igen -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libwebp/src -Igen/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/dawn/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/khronos -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/gpu -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libyuv/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/abseil-cpp -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/ced/src -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/common -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/icu/source/i18n -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/skia -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/libgifcodec -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/vulkan_headers/include -I../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/third_party/protobuf/src /Gy /FS /bigobj /utf-8 /Zc:sizedDealloc- /wd4117 /D__DATE__= /D__TIME__= /D__TIMESTAMP__= /W4 /wd4091 /wd4127 /wd4251 /wd4275 /wd4312 /wd4324 /wd4351 /wd4355 /wd4503 /wd4589 /wd4611 /wd4100 /wd4121 /wd4244 /wd4505 /wd4510 /wd4512 /wd4610 /wd4838 /wd4995 /wd4996 /wd4456 /wd4457 /wd4458 /wd4459 /wd4200 /wd4201 /wd4204 /wd4221 /wd4245 /wd4267 /wd4305 /wd4389 /wd4702 /wd4701 /wd4703 /wd4661 /wd4706 /wd4715 /wd4003 /Od /Ob0 /GF /Zi /MDd /wd4267 /TP /wd4577 /GR- /c ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_tree_serializer.cc /Foobj/ui/accessibility/accessibility/ax_tree_serializer.obj /Fd"obj/ui/accessibility/accessibility_cc.pdb" [19509/33281] C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/mojo/public/tools/bindings/mojom_bindings_generator.py --use_bundled_pylibs -o gen generate -d ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ -I ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ --bytecode_path gen/mojo/public/tools/bindings --filelist=__third_party_blink_public_mojom_mojom_platform__generate_message_ids___build_toolchain_win_x64__rule..rsp --generate_non_variant_code --generate_message_ids -g c++ [19510/33281] C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/mojo/public/tools/mojom/mojom_parser.py --input-root C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ --input-root C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen --output-root C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen --mojom-file-list=__third_party_blink_public_mojom_mojom_core__parser___build_toolchain_win_x64__rule..rsp --check-imports C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/gen/third_party/blink/public/mojom/mojom_core.build_metadata --enable-feature is_win ninja: build stopped: subcommand failed. ```
C:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-err.log ``` jom 1.1.4 - empower your cores Project MESSAGE: C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\gn\build\gen.py --no-last-commit-position --out-path C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/3rdparty/gn/out/Release --cc "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe" --cxx "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe" --ld "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\link.exe" --use-lto Project MESSAGE: Running: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\3rdparty\gn\out\Release\gn.exe gen C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\debug --script-executable=C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe --args="use_qt=true init_stack_vars=false is_component_build=false is_shared=true enable_debugallocation=false enable_media_remoting=false enable_message_center=false enable_nacl=false enable_remoting=false enable_reporting=false enable_resource_allowlist_generation=false enable_swiftshader=false enable_swiftshader_vulkan=false angle_enable_swiftshader=false enable_web_speech=false enable_widevine=true forbid_non_component_debug_builds=false has_native_accessibility=false safe_browsing_mode=0 skia_use_dawn=false toolkit_views=false treat_warnings_as_errors=false use_allocator_shim=false use_allocator=\"none\" use_custom_libcxx=false chrome_pgo_phase=0 enable_hangout_services_extension=true optimize_webui=false enable_js_type_check=false v8_use_external_startup_data=false strip_absolute_paths_from_debug_symbols=false jumbo_build_excluded=[\"browser\"] enable_precompiled_headers=false is_official_build=false is_unsafe_developer_build=false from_here_uses_location_builtins=false is_debug=true use_debug_fission=false enable_iterator_debugging=true v8_optimized_debug=false blink_symbol_level=0 remove_v8base_debug_symbols=true use_sysroot=false enable_session_service=false ninja_use_custom_environment_files=false win_linker_timing=true com_init_check_hook_disabled=true heterogeneous_executables=true enable_vr=false is_clang=false use_lld=false use_incremental_linking=false visual_studio_version=2019 visual_studio_path=\"C:/Program Files/Microsoft Visual Studio/2022/Community\" windows_sdk_path=\"C:/Program Files ^(x86^)/Windows Kits/10\" target_cpu=\"x64\" enable_basic_printing=true enable_print_preview=true enable_pdf=true enable_plugins=true enable_spellcheck=true enable_webrtc=true proprietary_codecs=false enable_extensions=true use_kerberos=true use_browser_spellchecker=false qtwebengine_target=\"C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\debug:QtWebEngineCore\"" --root=C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium Project MESSAGE: Running: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\3rdparty\gn\out\Release\gn.exe gen C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\release --script-executable=C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe --args="use_qt=true init_stack_vars=false is_component_build=false is_shared=true enable_debugallocation=false enable_media_remoting=false enable_message_center=false enable_nacl=false enable_remoting=false enable_reporting=false enable_resource_allowlist_generation=false enable_swiftshader=false enable_swiftshader_vulkan=false angle_enable_swiftshader=false enable_web_speech=false enable_widevine=true forbid_non_component_debug_builds=false has_native_accessibility=false safe_browsing_mode=0 skia_use_dawn=false toolkit_views=false treat_warnings_as_errors=false use_allocator_shim=false use_allocator=\"none\" use_custom_libcxx=false chrome_pgo_phase=0 enable_hangout_services_extension=true optimize_webui=false enable_js_type_check=false v8_use_external_startup_data=false strip_absolute_paths_from_debug_symbols=false jumbo_build_excluded=[\"browser\"] enable_precompiled_headers=false is_official_build=true is_debug=false symbol_level=0 blink_symbol_level=0 remove_v8base_debug_symbols=true use_sysroot=false enable_session_service=false ninja_use_custom_environment_files=false win_linker_timing=true com_init_check_hook_disabled=true heterogeneous_executables=true enable_vr=false is_clang=false use_lld=false use_incremental_linking=false visual_studio_version=2019 visual_studio_path=\"C:/Program Files/Microsoft Visual Studio/2022/Community\" windows_sdk_path=\"C:/Program Files ^(x86^)/Windows Kits/10\" target_cpu=\"x64\" enable_basic_printing=true enable_print_preview=true enable_pdf=true enable_plugins=true enable_spellcheck=true enable_webrtc=true proprietary_codecs=false enable_extensions=true use_kerberos=true use_browser_spellchecker=false qtwebengine_target=\"C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\release:QtWebEngineCore\"" --root=C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile.gn_run.Debug [run_ninja] Error 1 jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile.gn_run [debug] Error 2 jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile [sub-gn_run-pro-make_first] Error 2 jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\Makefile [sub-core-make_first] Error 2 jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\Makefile [sub-src-make_first] Error 2 ```
**Additional context** It seems to be specifically stopping on a few syntax errors: ``` C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\ui/accessibility/ax_table_info.h(101): error C2039: 'string': is not a member of 'std' C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/optional.h(947): note: see declaration of 'std' C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\ui/accessibility/ax_table_info.h(101): error C3646: 'ToString': unknown override specifier C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\ui/accessibility/ax_table_info.h(101): error C2059: syntax error: '(' C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\ui/accessibility/ax_table_info.h(101): error C2238: unexpected token(s) preceding ';' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(516): error C2039: 'ToString': is not a member of 'ui::AXTableInfo' C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\ui/accessibility/ax_tree.h(27): note: see declaration of 'ui::AXTableInfo' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(516): error C2270: 'ToString': modifiers not allowed on nonmember functions ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(519): error C2065: 'row_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(520): error C2065: 'col_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): error C2065: 'cell_ids': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): error C2672: 'std::max': no matching overloaded function found C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include\utility(55): note: could be '_Ty std::max(std::initializer_list<_Elem>)' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: '_Ty std::max(std::initializer_list<_Elem>)': could not deduce template argument for 'std::initializer_list<_Elem>' from 'int' C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include\utility(52): note: or '_Ty std::max(std::initializer_list<_Elem>,_Pr)' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: '_Ty std::max(std::initializer_list<_Elem>,_Pr)': expects 2 arguments - 1 provided C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include\utility(45): note: or 'const _Ty &std::max(const _Ty &,const _Ty &) noexcept()' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: 'const _Ty &std::max(const _Ty &,const _Ty &) noexcept()': expects 2 arguments - 1 provided C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include\utility(35): note: or 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr) noexcept()' ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(522): note: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr) noexcept()': expects 3 arguments - 1 provided ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(527): error C2065: 'row_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(529): error C2065: 'col_count': undeclared identifier ../../../../src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/ui/accessibility/ax_table_info.cc(530): error C2065: 'cell_ids': undeclared identifier ```
vcpkg.json ``` { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "tampa", "version": "1.0.0", "builtin-baseline": "38bb87c5571555f1a4f64cb4ed9d2be0017f9fc1", "dependencies": [ "boost", "cpp-netlib", "curl", "freetype", "libpng", "lz4", "rapidjson", "openvr", "sdl2", "zlib", "breakpad", "qt5-base", "qt5-tools", "qt5-webengine" ], "overrides": [ { "name": "openvr", "version": "1.12.5" } ] } ```
d9mz commented 10 months ago

I think this is just a matter of #include <string> not being included in ax_table_info.h - if the package compiles, I will be making a pull request.

d9mz commented 10 months ago

Seems like the #include <string> definition fixed the compile error, but there is still another issue:

jom logs


jom 1.1.4 - empower your cores

Project MESSAGE: C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\gn\build\gen.py --no-last-commit-position --out-path C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/3rdparty/gn/out/Release --cc "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe" --cxx "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe" --ld "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\link.exe" --use-lto
Project MESSAGE: Running: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\3rdparty\gn\out\Release\gn.exe gen C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\debug --script-executable=C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe --args="use_qt=true init_stack_vars=false is_component_build=false is_shared=true enable_debugallocation=false enable_media_remoting=false enable_message_center=false enable_nacl=false enable_remoting=false enable_reporting=false enable_resource_allowlist_generation=false enable_swiftshader=false enable_swiftshader_vulkan=false angle_enable_swiftshader=false enable_web_speech=false enable_widevine=true forbid_non_component_debug_builds=false has_native_accessibility=false safe_browsing_mode=0 skia_use_dawn=false toolkit_views=false treat_warnings_as_errors=false use_allocator_shim=false use_allocator=\"none\" use_custom_libcxx=false chrome_pgo_phase=0 enable_hangout_services_extension=true optimize_webui=false enable_js_type_check=false v8_use_external_startup_data=false strip_absolute_paths_from_debug_symbols=false jumbo_build_excluded=[\"browser\"] enable_precompiled_headers=false is_official_build=false is_unsafe_developer_build=false from_here_uses_location_builtins=false is_debug=true use_debug_fission=false enable_iterator_debugging=true v8_optimized_debug=false blink_symbol_level=0 remove_v8base_debug_symbols=true use_sysroot=false enable_session_service=false ninja_use_custom_environment_files=false win_linker_timing=true com_init_check_hook_disabled=true heterogeneous_executables=true enable_vr=false is_clang=false use_lld=false use_incremental_linking=false visual_studio_version=2019 visual_studio_path=\"C:/Program Files/Microsoft Visual Studio/2022/Community\" windows_sdk_path=\"C:/Program Files ^(x86^)/Windows Kits/10\" target_cpu=\"x64\" enable_basic_printing=true enable_print_preview=true enable_pdf=true enable_plugins=true enable_spellcheck=true enable_webrtc=true proprietary_codecs=false enable_extensions=true use_kerberos=true use_browser_spellchecker=false qtwebengine_target=\"C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\debug:QtWebEngineCore\"" --root=C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium 
Project MESSAGE: Running: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\3rdparty\gn\out\Release\gn.exe gen C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\release --script-executable=C:\vcpkg\downloads\tools\python\python-2.7.18-x64\python.exe --args="use_qt=true init_stack_vars=false is_component_build=false is_shared=true enable_debugallocation=false enable_media_remoting=false enable_message_center=false enable_nacl=false enable_remoting=false enable_reporting=false enable_resource_allowlist_generation=false enable_swiftshader=false enable_swiftshader_vulkan=false angle_enable_swiftshader=false enable_web_speech=false enable_widevine=true forbid_non_component_debug_builds=false has_native_accessibility=false safe_browsing_mode=0 skia_use_dawn=false toolkit_views=false treat_warnings_as_errors=false use_allocator_shim=false use_allocator=\"none\" use_custom_libcxx=false chrome_pgo_phase=0 enable_hangout_services_extension=true optimize_webui=false enable_js_type_check=false v8_use_external_startup_data=false strip_absolute_paths_from_debug_symbols=false jumbo_build_excluded=[\"browser\"] enable_precompiled_headers=false is_official_build=true is_debug=false symbol_level=0 blink_symbol_level=0 remove_v8base_debug_symbols=true use_sysroot=false enable_session_service=false ninja_use_custom_environment_files=false win_linker_timing=true com_init_check_hook_disabled=true heterogeneous_executables=true enable_vr=false is_clang=false use_lld=false use_incremental_linking=false visual_studio_version=2019 visual_studio_path=\"C:/Program Files/Microsoft Visual Studio/2022/Community\" windows_sdk_path=\"C:/Program Files ^(x86^)/Windows Kits/10\" target_cpu=\"x64\" enable_basic_printing=true enable_print_preview=true enable_pdf=true enable_plugins=true enable_spellcheck=true enable_webrtc=true proprietary_codecs=false enable_extensions=true use_kerberos=true use_browser_spellchecker=false qtwebengine_target=\"C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\release:QtWebEngineCore\"" --root=C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium 
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile.core_module.Debug [..\..\lib\Qt5WebEngineCored.dll] Error 4075
jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile.core_module [debug] Error 2
jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\Makefile [sub-core_module-pro-make_first] Error 2
jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\Makefile [sub-core-make_first] Error 2
jom: C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

link logs


C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(47): note: while compiling class template member function 'bool base::internal::IsValueInRangeFastOp<Dst,SrcType,void>::Do(Src)'
        with
        [
            Dst=uint32_t,
            Src=SrcType
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(94): note: see the first reference to 'base::internal::IsValueInRangeFastOp<Dst,SrcType,void>::Do' in 'base::internal::IsValueInRangeForNumericType'
        with
        [
            Dst=uint32_t
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(95): note: see reference to class template instantiation 'base::internal::IsValueInRangeFastOp<Dst,SrcType,void>' being compiled
        with
        [
            Dst=uint32_t
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\mojo/public/cpp/system/message.h(98): note: see reference to function template instantiation 'bool base::internal::IsValueInRangeForNumericType<uint32_t,base::BasicStringPiece<std::string>::size_type>(Src)' being compiled
        with
        [
            Src=base::BasicStringPiece<std::string>::size_type
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(160): warning C4100: 'value': unreferenced formal parameter
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(160): note: while compiling class template member function 'Dst base::internal::SaturateFastOp<Dst,SrcType,void>::Do(Src)'
        with
        [
            Dst=int64_t,
            Src=SrcType
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(207): note: see the first reference to 'base::internal::SaturateFastOp<Dst,SrcType,void>::Do' in 'base::internal::saturated_cast'
        with
        [
            Dst=int64_t
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/numerics/safe_conversions.h(208): note: see reference to class template instantiation 'base::internal::SaturateFastOp<Dst,SrcType,void>' being compiled
        with
        [
            Dst=int64_t
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/time/time.h(855): note: see reference to function template instantiation 'Dst base::internal::saturated_cast<int64_t,base::internal::SaturationDefaultLimits,double>(Src)' being compiled
        with
        [
            Dst=int64_t,
            Src=double
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/memory/scoped_refptr.h(336): warning C4100: 'null': unreferenced formal parameter
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/memory/scoped_refptr.h(357): note: see reference to function template instantiation 'bool operator ==<mojo::ConnectionGroup>(const scoped_refptr<mojo::ConnectionGroup> &,std::nullptr_t)' being compiled
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\mojo/public/cpp/bindings/connection_group.h(42): note: see reference to function template instantiation 'bool operator !=<mojo::ConnectionGroup>(const scoped_refptr<mojo::ConnectionGroup> &,std::nullptr_t)' being compiled
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/bind_internal.h(795): warning C4100: 'receiver': unreferenced formal parameter
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/bind_internal.h(853): note: see reference to function template instantiation 'void base::internal::BanUnconstructedRefCountedReceiver<ForwardFunctor,_Ty,>(const Receiver &)' being compiled
        with
        [
            ForwardFunctor=void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),
            _Ty=base::RepeatingCallback<void (MojoResult)>,
            Receiver=base::RepeatingCallback<void (MojoResult)>
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/bind.h(234): note: see reference to function template instantiation 'base::internal::BindState<void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),base::RepeatingCallback<void (MojoResult)>> *base::internal::BindState<void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),base::RepeatingCallback<void (MojoResult)>>::Create<void(__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),_Ty>(base::internal::BindStateBase::InvokeFuncStorage,ForwardFunctor &&,_Ty &&)' being compiled
        with
        [
            _Ty=base::RepeatingCallback<void (MojoResult)>,
            ForwardFunctor=void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &)
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\base/bind.h(264): note: see reference to function template instantiation 'CallbackType base::internal::BindImpl<base::RepeatingCallback,void(__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),_Ty>(Functor &&,_Ty &&)' being compiled
        with
        [
            _Ty=base::RepeatingCallback<void (MojoResult)>,
            Functor=void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &)
        ]
C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\3rdparty\chromium\mojo/public/cpp/system/simple_watcher.h(135): note: see reference to function template instantiation 'base::RepeatingCallback<void (MojoResult,const mojo::HandleSignalsState &)> base::BindRepeating<void(__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &),base::RepeatingCallback<void (MojoResult)>>(Functor &&,base::RepeatingCallback<void (MojoResult)> &&)' being compiled
        with
        [
            Functor=void (__cdecl *)(const mojo::SimpleWatcher::ReadyCallback &,MojoResult,const mojo::HandleSignalsState &)
        ]
    lib.exe -machine:x64 -nologo /OUT:debug\qtwebenginecoreapid.lib @C:\Users\o\AppData\Local\Temp\qtwebenginecoreapid.lib.3292.3109.jom
    if exist debug\qtwebenginecoreapid.lib.objects del debug\qtwebenginecoreapid.lib.objects
    for %%a in (.obj\debug\qtwebenginecoreglobal.obj  .obj\debug\qwebengineclientcertificatestore.obj  .obj\debug\qwebenginecookiestore.obj  .obj\debug\qwebenginefindtextresult.obj  .obj\debug\qwebenginehttprequest.obj  .obj\debug\qwebenginemessagepumpscheduler.obj  .obj\debug\qwebenginenotification.obj  .obj\debug\qwebenginequotarequest.obj  .obj\debug\qwebengineregisterprotocolhandlerrequest.obj  .obj\debug\qwebengineurlrequestinfo.obj  .obj\debug\qwebengineurlrequestjob.obj  .obj\debug\qwebengineurlscheme.obj  .obj\debug\qwebengineurlschemehandler.obj  .obj\debug\moc_qwebenginecookiestore.obj  .obj\debug\moc_qwebenginemessagepumpscheduler_p.obj  .obj\debug\moc_qwebenginequotarequest.obj  .obj\debug\moc_qwebengineregisterprotocolhandlerrequest.obj  .obj\debug\moc_qwebengineurlrequestinterceptor.obj  .obj\debug\moc_qwebengineurlrequestjob.obj  .obj\debug\moc_qwebengineurlscheme.obj  .obj\debug\moc_qwebengineurlschemehandler.obj) do echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\%%a >> debug\qtwebenginecoreapid.lib.objects

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qtwebenginecoreglobal.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineclientcertificatestore.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginecookiestore.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginefindtextresult.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginehttprequest.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginemessagepumpscheduler.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginenotification.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebenginequotarequest.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineregisterprotocolhandlerrequest.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineurlrequestinfo.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineurlrequestjob.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineurlscheme.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\qwebengineurlschemehandler.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebenginecookiestore.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebenginemessagepumpscheduler_p.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebenginequotarequest.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebengineregisterprotocolhandlerrequest.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebengineurlrequestinterceptor.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebengineurlrequestjob.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebengineurlscheme.obj  1>>debug\qtwebenginecoreapid.lib.objects 

C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api>echo C:\vcpkg\buildtrees\qt5-webengine\x64-windows-dbg\src\core\api\.obj\debug\moc_qwebengineurlschemehandler.obj  1>>debug\qtwebenginecoreapid.lib.objects 
    ( if not exist Makefile.core_module C:\Users\o\tampa\client\vcpkg_installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile.core_module C:\vcpkg\buildtrees\qt5-webengine\src\5.15.4-e165eaadf7.clean\src\core\core_module.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/qt.conf ) && C:\vcpkg\downloads\tools\jom\jom-1_1_4\jom.exe -f Makefile.core_module
    C:\vcpkg\downloads\tools\jom\jom-1_1_4\jom.exe -f Makefile.core_module.Debug
    rc.exe -c65001 -DWIN32 -D_DEBUG -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_WEBENGINECORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -DQT_WEBENGINECOREHEADERS_LIB -D_WINDLL -fo .obj\debug\Qt5WebEngineCored_resource.res Qt5WebEngineCored_resource.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

    link.exe /NOLOGO /DYNAMICBASE /NXCOMPAT -machine:x64 -nologo -debug -INCREMENTAL @C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/QtWebEngineCore_o.rsp @C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/debug/QtWebEngineCore_a.rsp /WX /DEBUG /MACHINE:X64 /FIXED:NO /ignore:4199 /ignore:4221 /NXCOMPAT /DYNAMICBASE /time /verbose:incr /INCREMENTAL:NO /SUBSYSTEM:CONSOLE,5.02 /guard:cf /NOLOGO /DYNAMICBASE /NXCOMPAT -machine:x64 -nologo -debug -INCREMENTAL /DEBUG /DLL /SUBSYSTEM:WINDOWS /DELAYLOAD:cfgmgr32.dll /DELAYLOAD:powrprof.dll /DELAYLOAD:setupapi.dll /NATVIS:C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/tools/win/DebugVisualizers/chrome.natvis /DELAYLOAD:mf.dll /DELAYLOAD:mfplat.dll /DELAYLOAD:mfreadwrite.dll /DELAYLOAD:BluetoothApis.dll /DELAYLOAD:Bthprops.cpl /DELAYLOAD:setupapi.dll /NATVIS:C:/vcpkg/buildtrees/qt5-webengine/src/5.15.4-e165eaadf7.clean/src/3rdparty/chromium/tools/win/DebugVisualizers/blink.natvis /DELAYLOAD:advapi32.dll /DELAYLOAD:cfgmgr32.dll /DELAYLOAD:ole32.dll /DELAYLOAD:setupapi.dll /DELAYLOAD:winusb.dll /OPT:REF @C:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg/src/core/api/debug\qtwebenginecoreapid.lib.objects /DEBUG /DLL /SUBSYSTEM:WINDOWS -machine:x64 -nologo -debug -INCREMENTAL /VERSION:5.15 /MANIFEST:embed /OUT:..\..\lib\Qt5WebEngineCored.dll @C:\Users\o\AppData\Local\Temp\Qt5WebEngineCored.dll.3360.16.jom
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:REF' specification
LINK : error LNK1218: warning treated as error; no output file generated
Final: Total time = 0.610s```
FrankXie05 commented 10 months ago

Same issue: https://github.com/microsoft/vcpkg/issues/30006

FrankXie05 commented 10 months ago

Package: qt5-webengine:x64-windows -> 5.15.4#2

Plese use the latest qt5-webengine. https://github.com/microsoft/vcpkg/blob/421579b6e6cac42d9a5a5935e53e218ce94a347f/ports/qt5-webengine/vcpkg.json#L3

d9mz commented 10 months ago

Am I doing this right? Here is my vcpkg.json.

    "overrides": [
        { "name": "qt5-webengine", "version": "5.15.11" },
        { "name": "openvr", "version": "1.12.5" }
    ]

I get an error with vcpkg regarding a Qt5WebEngineWidgets package, but I can't find a package with that same name and I cannot find any file on my system regarding it.


CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
  Could not find a package configuration file provided by
  "Qt5WebEngineWidgets" with any of the following names:

    Qt5WebEngineWidgetsConfig.cmake
    qt5webenginewidgets-config.cmake

  Add the installation prefix of "Qt5WebEngineWidgets" to CMAKE_PREFIX_PATH
  or set "Qt5WebEngineWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebEngineWidgets" provides a separate development package or
  SDK, be sure it has been installed.```
ghost commented 10 months ago

IMG_1417

FrankXie05 commented 10 months ago

@d9mz overrides is exact version pins to use for specific dependencies and you also add the port-version number. Cou you please provide your vcpkg.json? I can help you improve it. :)

d9mz commented 10 months ago

Here is my vcpkg.json.

{
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
    "name": "tampa",
    "version": "1.0.0",
    "builtin-baseline": "38bb87c5571555f1a4f64cb4ed9d2be0017f9fc1",
    "dependencies": [
        "boost",
        "cpp-netlib",
        "curl",
        "freetype",
        "libpng",
        "lz4",
        "rapidjson",
        "openvr",
        "sdl2",
        "zlib",
        "breakpad",
        "qt5-base",
        "qt5-tools"
    ],
    "overrides": [
        { "name": "qt5-webengine", "version": "5.15.11" },
        { "name": "openvr", "version": "1.12.5" }
    ]
}
FrankXie05 commented 10 months ago

If you just want to install the latest port, use this:

{
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
    "name": "tampa",
    "version": "1.0.0",
    "dependencies": [
        "boost",
        "cpp-netlib",
        "curl",
        "freetype",
        "libpng",
        "lz4",
        "rapidjson",
        "openvr",
        "sdl2",
        "zlib",
        "breakpad",
        "qt5-base",
        "qt5-tools",
        "qt5-webengine"
    ]
}

If you want to specify the version of qt5-webengine, openvr, please update the builtin-baseline: 424ed5e6737117a53b947c5a8c09bc2860cd5469

    "version": "1.0.0",
    "builtin-baseline": "424ed5e6737117a53b947c5a8c09bc2860cd5469",
dg0yt commented 10 months ago

If you want to specify the version of qt5-webengine, openvr, please update the builtin-baseline: 424ed5e6737117a53b947c5a8c09bc2860cd5469

...no?

If you want to change the default version for all dependencies, change the builtin-baseline. https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#builtin-baseline

If you want to change the default version of some dependencies, use overrides: https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#overrides

huangjx-beijing commented 10 months ago

If you just want to install the latest port, use this:

{
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
    "name": "tampa",
    "version": "1.0.0",
    "dependencies": [
        "boost",
        "cpp-netlib",
        "curl",
        "freetype",
        "libpng",
        "lz4",
        "rapidjson",
        "openvr",
        "sdl2",
        "zlib",
        "breakpad",
        "qt5-base",
        "qt5-tools",
        "qt5-webengine"
    ]
}

If you want to specify the version of qt5-webengine, openvr, please update the builtin-baseline: 424ed5e6737117a53b947c5a8c09bc2860cd5469

    "version": "1.0.0",
    "builtin-baseline": "424ed5e6737117a53b947c5a8c09bc2860cd5469",

I also encountered the same problem. My vcpkg root is D:\vcpkg. The command I used is: cd D:\vcpkg .\vcpkg.exe install qt5[all]:x64-windows

github-actions[bot] commented 9 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.