[Webkit-unassigned] [Bug 115536] New: [GTK] libWTF is missing from the LIBADD list in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 16:58:33 PDT 2013


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

           Summary: [GTK] libWTF is missing from the LIBADD list in
                    WebKit2
           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: xan.lopez at gmail.com


So I get this:

src/epiphany: symbol lookup error: /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0: undefined symbol: _ZN3WTF18FunctionDispatcherC2Ev

and FunctionDispatcher methods are indeed undefined:

[jhbuild] niraikanai:~/gnome/lib64%nm libwebkitgtk-3.0.so | grep FunctionDispatch
                 U _ZN3WTF18FunctionDispatcherC2Ev
                 U _ZN3WTF18FunctionDispatcherD2Ev

Adding libWTF.la to LIBADD fixes it.

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