[Webkit-unassigned] [Bug 148210] [GTK] TestWebKitAPI fails to link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 12:25:21 PST 2022


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Hmmm, you're trying to use -DENABLE_API_TESTS=ON from a release tarball, right? That's not going to work without some effort. The tests depend on internal symbols that are stripped out by the linker version script. This means we need to change how WebKit is linked yet again, and that's always pretty scary. We'd need static builds of libjsc and libwebkit. Won't be fun.

-- 
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/20221202/c1ef165f/attachment.htm>


More information about the webkit-unassigned mailing list