[Webkit-unassigned] [Bug 22603] New: DumpRenderTree doesn't compile for non-X11 GTK ports anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 14:35:53 PST 2008


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

           Summary: DumpRenderTree doesn't compile for non-X11 GTK ports
                    anymore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bwebe at dolby.com


I tried to cross-compile (buildroot) Webkit GTK on Linux with GTK on top of
DirectFB and can see that since "[webkit-changes] [38710] trunk" DumpRenderTree
needs X11 when compiling for GTK. This is due to
DumpRenderTree/gtk/TestNetscapePlugin/TestNetscapePlugin.cpp has X11
dependencies:

37: #include <X11/Xlib.h>
197: XEvent* evt = static_cast<XEvent*>(event);
...

Since I'm running DirectFB-GTK the tree doesn't build anymore.


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



More information about the webkit-unassigned mailing list