[Webkit-unassigned] [Bug 126326] New: [PATCH] webkit-gtk + quartz build fails on X11/xresource.h code dependencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 30 21:24:05 PST 2013


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

           Summary: [PATCH] webkit-gtk + quartz build fails on
                    X11/xresource.h code dependencies
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://trac.macports.org/ticket/39898
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyhu at apple.com


Issue reported via MacPorts with patch available.  See http://trac.macports.org/ticket/39898 for further information

:info:build In file included from Source/WebCore/bridge/NP_jsobject.cpp:30:
:info:build In file included from ./Source/WebCore/bridge/NP_jsobject.h:31:
:info:build ./Source/WebCore/bridge/npruntime_internal.h:33:14: fatal error: 'X11/Xresource.h' file not found
:info:build     #include <X11/Xresource.h>
:info:build              ^
:info:build In file included from Source/WebCore/bridge/npruntime.cpp:31:
:info:build ./Source/WebCore/bridge/npruntime_internal.h:33:14: fatal error: 'X11/Xresource.h' file not found
:info:build     #include <X11/Xresource.h>
:info:build              ^
:info:build 1 error generated.

When gtk/Quartz is used, X11/Xresource.h is still incorrectly pulled in.

Trivial patch attached.

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