[Webkit-unassigned] [Bug 126416] New: --enable-webkit2 fails on OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 20:47:35 PST 2014


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

           Summary: --enable-webkit2 fails on OS X
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyhu at apple.com


Source/WebKit2/Shared/API/c/WKBase.h has:

#if defined(__APPLE__) && !defined(BUILDING_QT__)
#include <WebKit2/WKBaseMac.h>
#endif

so that will incorrecly try to include the non-existent WebKit2/WKBaseMac.h when building webkit-gtk on OSX.

Instead of saying "apple && !qt && !gtk && !..." perhaps you should say "apple && cocoa"

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