WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251594
[GTK] 2.38.4 fails to build
https://bugs.webkit.org/show_bug.cgi?id=251594
Summary
[GTK] 2.38.4 fails to build
Hussam Al-Tayeb
Reported
2023-02-02 08:43:05 PST
While compiling webkit2gtk 2.38.4 using gcc 11.3 snapshot, I got: /home/hussam/cache/system/webkit2gtk/src/webkitgtk/Source/WebCore/html/HTMLInputElement.cpp:2031:36: error: invalid use of incomplete type ‘class WebCore::EventLoopTaskGroup’ 2031 | m_element->document().eventLoop().queueTask(TaskSource::DOMManipulation, [element = m_element] { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /home/hussam/cache/system/webkit2gtk/src/webkitgtk/Source/WebCore/dom/ScriptExecutionContext.h:30, Michael Catanzaro suggested adding #include "EventLoop.h" to the file that won't compile.
Attachments
Add attachment
proposed patch, testcase, etc.
Hussam Al-Tayeb
Comment 1
2023-02-16 03:20:00 PST
2.38.5 builds fine.
Adrian Perez
Comment 2
2023-02-16 06:11:27 PST
(In reply to Hussam Al-Tayeb from
comment #1
)
> 2.38.5 builds fine.
Great, thanks for confirming =)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug