[Webkit-unassigned] [Bug 181695] Possible to build both libjavascriptcoregtk and libwebkit2gtk as static libs only?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 13:19:54 PST 2018


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

--- Comment #4 from stefan.froberg at petroprogram.com ---
Hmmm... I probably also should mention that previously, I did manage to build
my app completely statically against webkit. 

It was against Qt port of webkit and instead of glibc I used musl.
It ran fine but whenever I tried to access any page with JavaScript it spit out the following error:

Error compiling builtin:
Fatal error compiling builtin function 'apply': Segmentation fault

It took me a while to figure out that disabling JavaScript from my app did absolutely nothing because Webkit has (since 2014?) used builting JavaScript functions.

Anyway, Qt-port uses still old WebKit1 and I want to switch to WebKit2 so that's why I want to try my luck with static linking but with GTK port this time.

-- 
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/20180116/514704dd/attachment.html>


More information about the webkit-unassigned mailing list