[Webkit-unassigned] [Bug 184623] New: [GTK][WPE] Build is broken after r230640

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 13 21:07:40 PDT 2018


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

            Bug ID: 184623
           Summary: [GTK][WPE] Build is broken after r230640
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cadubentzen at gmail.com
                CC: bugs-noreply at webkitgtk.org

In the linking stage of MiniBrowser:

/home/cadubentzen/git/github/webkit/WebKitBuild/gtk/Debug/lib/libwebkit2gtk-4.0.so: undefined reference to `WebKit::SuspendedPageProxy::SuspendedPageProxy(WebKit::WebPageProxy&, WebKit::WebProcessProxy&, WebKit::WebBackForwardListItem&)'
/home/cadubentzen/git/github/webkit/WebKitBuild/gtk/Debug/lib/libwebkit2gtk-4.0.so: undefined reference to `WebKit::SuspendedPageProxy::loggingString() const'
/home/cadubentzen/git/github/webkit/WebKitBuild/gtk/Debug/lib/libwebkit2gtk-4.0.so: undefined reference to `WebKit::SuspendedPageProxy::webProcessDidClose(WebKit::WebProcessProxy&)'
/home/cadubentzen/git/github/webkit/WebKitBuild/gtk/Debug/lib/libwebkit2gtk-4.0.so: undefined reference to `WebKit::SuspendedPageProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)'

Because SuspendedPageProxy.h is included in WebProcessProxy.cpp but SuspendedPageProxy.cpp is not compiled via the CMake build.

-- 
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/20180414/078487e4/attachment.html>


More information about the webkit-unassigned mailing list