[Webkit-unassigned] [Bug 52171] New: On GTK < 2.17.3 webkitgtk failed to build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 15:23:47 PST 2011


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

           Summary: On GTK < 2.17.3 webkitgtk failed to build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mr.tiar at gmail.com


DumpRenderTree
...
WebKitTools/DumpRenderTree/gtk/EventSender.cpp: In function 'bool prepareMouseButtonEvent(GdkEvent*, int)':
WebKitTools/DumpRenderTree/gtk/EventSender.cpp:136: error: 'getRootCoords' was not declared in this scope
make[1]: *** [WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-EventSender.o] Error 1
make: *** [all] Error 2

I've lookup for getRootCoords in GTK APIs and there is no such. The closest function is gdk_window_get_origin(), probably a typo?

in ChromeClientGtk.cpp
GtkAllocation also redefined for GTK < 2.18

In windows I would avoid GTK 2.18-2.22 because still very buggy

-- 
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