From 04d69d4abcb66fc9397cf9f83d9fd06db5a5fb07 Mon Sep 17 00:00:00 2001 From: "Peter P. Lupo" Date: Mon, 22 Jun 2026 02:57:36 -0400 Subject: [PATCH 1/2] fix: add -Wno-enum-constexpr-conversion to V8 build flags Signed-off-by: Peter P. Lupo --- Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch b/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch index ee09ba6e03..2211764d8d 100644 --- a/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch +++ b/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch @@ -7,7 +7,7 @@ index a8618452794..4ab368a4149 100644 defines = [] cflags = [] + if (!is_win) { -+ cflags += ["-include", "cstdint"] ++ cflags += ["-include", "cstdint", "-Wno-enum-constexpr-conversion"] + } ldflags = [] From e3c8f127655aebae8e3ecd2a75cab96848f9be46 Mon Sep 17 00:00:00 2001 From: Hendrik Leidinger Date: Sat, 18 Jul 2026 22:01:07 -0700 Subject: [PATCH 2/2] fix: add openglwidgets to qt6 components Signed-off-by: Hendrik Leidinger Assisted-by: Claude Code:Opus 4.8 --- common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.cmake b/common.cmake index 66a5a9fb2a..61396a6ff9 100644 --- a/common.cmake +++ b/common.cmake @@ -164,7 +164,7 @@ else() set(Qt6_DIR "${QT_ROOT}/lib/cmake/Qt6") find_package(Qt6 REQUIRED COMPONENTS - Core Gui Widgets PrintSupport Svg LinguistTools Multimedia MultimediaWidgets + Core Gui Widgets PrintSupport Svg LinguistTools Multimedia MultimediaWidgets OpenGLWidgets CorePrivate GuiPrivate PrintSupportPrivate) # Setup cef