[Webkit-unassigned] [Bug 178100] New: [WPE] Header cairo.h is used in GLib API headers but cannot be found

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 16:52:31 PDT 2017


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

            Bug ID: 178100
           Summary: [WPE] Header cairo.h is used in GLib API headers but
                    cannot be found
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: bugs-noreply at webkitgtk.org

When a program tries to use the GLib-based API for WPE (see
bug #178090 for a patch to make it installable), trying to
use the <wpe/webkit.h> header will result in the compilation
error shown below, due to “cairo.h” not being in the headers
search path.

---

In file included from /home/aperez/devel/wpe/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wpe-0.1/WPE/wpe/webkit.h:46:0,
                 from /home/aperez/devel/wpe/buildroot/output/build/dinghy-custom/dinghy.c:8:
/home/aperez/devel/wpe/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wpe-0.1/WPE/wpe/WebKitFaviconDatabase.h:27:19: fatal error: cairo.h: No such file or directory
 #include <cairo.h>
                   ^

-- 
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/20171009/37c5be3c/attachment.html>


More information about the webkit-unassigned mailing list