[Webkit-unassigned] [Bug 90427] New: [GTK2] need to bump GTK2_REQUIRED_VERSION for ‘gdk_window_get_cursor’
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 2 20:08:32 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90427
Summary: [GTK2] need to bump GTK2_REQUIRED_VERSION for
‘gdk_window_get_cursor’
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: okimoto at clear-code.com
Created an attachment (id=150520)
--> (https://bugs.webkit.org/attachment.cgi?id=150520&action=review)
bump GTK2_REQUIRED_VERSION to 2.18
I got a following error when I tried to build WebKitGtk1.8.1.
Download from: http://webkitgtk.org/?page=download
[snip]
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp: In member function ‘virtual void WebKit::ChromeClient::setCursor(const WebCore::Cursor&)’:
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:854: error: ‘gdk_window_get_cursor’ was not declared in this scope
[/snip]
gdk_window_get_cursor() is since 2.18.
see http://developer.gnome.org/gdk/stable/gdk-Windows.html#gdk-window-get-cursor
I checked configure.ac on master:
...
GTK2_REQUIRED_VERSION=2.10
...
I attached a patch to bump GTK2_REQUIRED_VERSION to 2.18.
But I built my WebKitGtk with gtk+-2.24.10.
Please check build dependencies.
--
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