[Webkit-unassigned] [Bug 163190] [GTK] 2.14.0 Compile Errors: GTK 3.22.1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 9 23:49:25 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163190
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cgarcia at igalia.com
--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #0)
> Arch Linux. Compiling with -DENABLE_OPENGL=OFF results in:
>
> [ 96%] Building CXX object
> Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/
> WebResourceLoadStatisticsStore.cpp.o
> /tmp/webkit2gtk/src/webkitgtk-2.14.0/Source/WebKit2/UIProcess/
> AcceleratedDrawingAreaProxy.cpp: In member function âvoid
> WebKit::AcceleratedDrawingAreaProxy::
> setNativeSurfaceHandleForCompositing(uint64_t)â:
> /tmp/webkit2gtk/src/webkitgtk-2.14.0/Source/WebKit2/UIProcess/
> AcceleratedDrawingAreaProxy.cpp:271:129: error:
> âDispatchMessageEvenWhenWaitingForSyncReplyâ is not a member of âIPCâ
> essages::DrawingArea::SetNativeSurfaceHandleForCompositing(handle),
> m_webPageProxy.pageID(), IPC::DispatchMessageEvenWhenWaitingForSyncReply);
>
> ^~~
> make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:12590:
> Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/AcceleratedDrawingAreaProxy.
> cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [CMakeFiles/Makefile2:1101:
> Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2
> make: *** [Makefile:150: all] Error 2
> ==> ERROR: A failure occurred in build().
> Aborting...
This was already fixed in r206806, and will be merged in 2.14 branch too.
> ...while compiling with -DENABLE_OPENGL=ON results in:
>
> [ 97%] Building CXX object
> Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/InputMethodFilter.cpp.o
> /tmp/webkit2gtk/src/webkitgtk-2.14.0/Source/WebKit2/UIProcess/gtk/
> AcceleratedBackingStoreX11.cpp: In lambda function:
> /tmp/webkit2gtk/src/webkitgtk-2.14.0/Source/WebKit2/UIProcess/gtk/
> AcceleratedBackingStoreX11.cpp:158:53: error: âgtk_widget_queue_drawâ was
> not declared in this scope
> gtk_widget_queue_draw(m_webPage.viewWidget());
> ^
> make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:14870:
> Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/
> AcceleratedBackingStoreX11.cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [CMakeFiles/Makefile2:1143:
> Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2
> make: *** [Makefile:150: all] Error 2
> ==> ERROR: A failure occurred in build().
> Aborting...
>
> What is a possoble workaround/resolution?
Here we just need to include gtk.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161010/c7e32468/attachment.html>
More information about the webkit-unassigned
mailing list