You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Linux CI build: C++20 standard, subprocess link, removed APIs
- Remove -std=gnu++11 from Linux target_compile_options so CMAKE_CXX_STANDARD 20 governs (fixes hundreds of CEF 146 C++20 header errors)
- Add libcef.so to cefpython_subprocess link on Linux (fixes undefined cef_* symbol errors)
- Replace removed GdkNativeWindow (GTK2) with unsigned long for gtk_plug_new on Linux
- Remove CefOverridePath calls and declaration (removed from CEF 146 public API)
- Guard CefSetOSModalLoop as Windows-only (was always cef_win.h only)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments