[Webkit-unassigned] [Bug 54057] New: [GTK] Build break with 2.18.3
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 8 20:46:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54057
Summary: [GTK] Build break with 2.18.3
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ryuan.choi at samsung.com
I got below error message and I realized that GTK+2.18.3 doesn't have gtk_range_get_min_slider_size.
But configure.ac indicate GTK_REQUIRED_VERSION as 2.10.
Source/WebCore/platform/gtk/ScrollbarThemeGtk2.cpp: In member function ‘void WebCore::ScrollbarThemeGtk::updateThemeProperties()’:
Source/WebCore/platform/gtk/ScrollbarThemeGtk2.cpp:62:74: error: ‘gtk_range_get_min_slider_size’ was not declared in this scope
CXX Source/WebCore/platform/gtk/libwebkitgtk_1_0_la-WidgetGtk.lo
CXX Source/WebCore/platform/gtk/libwebkitgtk_1_0_la-WidgetRenderingContext.lo
CXX Source/WebCore/platform/image-decoders/bmp/libwebkitgtk_1_0_la-BMPImageDecoder.lo
CXX Source/WebCore/platform/image-decoders/bmp/libwebkitgtk_1_0_la-BMPImageReader.lo
CXX Source/WebCore/platform/image-decoders/cairo/libwebkitgtk_1_0_la-ImageDecoderCairo.lo
make[1]: *** [Source/WebCore/platform/gtk/libwebkitgtk_1_0_la-ScrollbarThemeGtk2.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/workspace/gtk_webkit'
make: *** [all] Error 2
--
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