[Webkit-unassigned] [Bug 183595] Cmake for static build of libjavascriptcoregtk and libwebkit2gtk fails: install TARGETS given no ARCHIVE DESTINATION for static library target "WebKit".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 09:32:26 PDT 2018


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

Stefan Fröberg <sfroberg13 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfroberg13 at yahoo.com

--- Comment #2 from Stefan Fröberg <sfroberg13 at yahoo.com> ---

Add this to Source/WebKit/CMakeLists.txt

install(TARGETS WebKit WebProcess NetworkProcess
        ARCHIVE DESTINATION "${LIB_INSTALL_DIR}"
        LIBRARY DESTINATION "${LIB_INSTALL_DIR}"
        RUNTIME DESTINATION "${LIBEXEC_INSTALL_DIR}"
    )


Actually, I managed to get static JavaScriptCore work, but it was only after I switched static musl compiled *Process files with static glibc compiled process files. Then it worked.

But still as today, have no clue why the musl-compiled three *Process files caused the problem .....

-- 
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/20180313/bf37c13e/attachment.html>


More information about the webkit-unassigned mailing list