[Webkit-unassigned] [Bug 117895] [v2.1.2] GTK2 build fails for undefined GDK_IS_X11_DISPLAY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 13:30:19 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117895


Dominique Leuenberger <dimstar at opensuse.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206333|0                           |1
        is obsolete|                            |
 Attachment #206349|                            |review?
               Flag|                            |




--- Comment #10 from Dominique Leuenberger <dimstar at opensuse.org>  2013-07-09 13:32:20 PST ---
Created an attachment (id=206349)
 --> (https://bugs.webkit.org/attachment.cgi?id=206349&action=review)
New version, hopefully translated all comments into the right snippets. Patch build-tested with  webkitgtk 2.1.3 / gtk2 2.24.19

Build failures addressed in new patch:

1)
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:749:58: error: 'gtk_widget_get_preferred_size' was not declared in this scope
     gtk_widget_get_preferred_size(widget, &requisition, 0);


2)
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp: In function 'WTF::PassOwnPtr<WebCore::WidgetBackingStore> WebKit::createBackingStore(GtkWidget*, const WebCore::IntSize&)':
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:111:35: error: 'GDK_IS_X11_DISPLAY' was not declared in this scope
     if (GDK_IS_X11_DISPLAY(display))

3)
In file included from Source/WebCore/plugins/gtk/gtk2xtbin.c:47:0:
Source/WebCore/plugins/gtk/gtk2xtbin.h:45:22: fatal error: gtk/gtkx.h: No such file or directory
 #include <gtk/gtkx.h>
                      ^

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list