[Webkit-unassigned] [Bug 198069] New: Undefined reference platformCloseFrontendPageAndWindow() linking against libWPEWebKit-1.0.so after r245536

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 02:51:57 PDT 2019


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

            Bug ID: 198069
           Summary: Undefined reference
                    platformCloseFrontendPageAndWindow() linking against
                    libWPEWebKit-1.0.so after r245536
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

Undefined reference platformCloseFrontendPageAndWindow() linking against libWPEWebKit-1.0.so after r245536

I got this linking time issue trying to build Cog (the reference browser for WPE in meta-webkit - https://github.com/Igalia/cog) against the latest master:


```  
libWPEWebKit-1.0.so: undefined reference to `WebKit::RemoteWebInspectorProxy::platformCloseFrontendPageAndWindow()'
```

The issues was introduced in 

  [WinCairo] Implement Remote Web Inspector Client.
  https://bugs.webkit.org/show_bug.cgi?id=197434

The WPE platform still needs a dummy definition of `WebPageProxy* RemoteWebInspectorProxy::platformCreateFrontendPageAndWindow()`

Uploaded a patch with a proposal for change

-- 
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/20190521/8572cf8e/attachment.html>


More information about the webkit-unassigned mailing list