[Webkit-unassigned] [Bug 184376] New: [WPE] Include hierarchy has extra level

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 17:48:37 PDT 2018


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

            Bug ID: 184376
           Summary: [WPE] Include hierarchy has extra level
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org
            Blocks: 178894

Currently we have:

/usr/include/wpe-0.1/WPE/JavaScriptCore (see bug #184375)
/usr/include/wpe-0.1/WPE/jsc
/usr/include/wpe-0.1/WPE/wpe

And in the pkg-config:

Cflags: -I${includedir}/wpe-0.1 -I${includedir}/wpe-0.1/WPE

In contrast to WebKitGTK+:

/usr/include/webkit2gtk-4.0/JavaScriptCore
/usr/include/webkit2gtk-4.0/jsc (hopefully, haven't checked trunk :)
/usr/include/webkit2gtk-4.0/webkit2
/usr/include/webkit2gtk-4.0/webkitdom

Cflags: -I${includedir}/webkitgtk-4.0

It's desirable to eliminate the unnecessary WPE subdirectory. In theory, this could cause problems if WebKitGTK+ and WPE ever get pulled into the same include path, since the jsc headers could conflict, but such a case is guaranteed to explode at runtime due to symbol collisions, so this shouldn't ever be a problem in practice.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=178894
[Bug 178894] [WPE] Create the first stable release of WPE
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180407/8a1d296a/attachment-0002.html>


More information about the webkit-unassigned mailing list