Open superbonaci opened 9 months ago
By default, JavaScriptCore is not built (since it takes a long time to build, and isn't that beneficial to include yet).
You need to add jsc to you COMPONENTS
. Refer to the link for more details:
https://docs.darlinghq.org/build-instructions.html#building-only-certain-components
darlinghq built with all components (cmake -DCOMPONENTS="all" ..
) but still fails:
Darling [~/Downloads/MacDown.app/Contents/MacOS]$ ./MacDown
dyld: Symbol not found: _OBJC_CLASS_$_DOMNode
Referenced from: /Volumes/SystemRoot/home/user/Downloads/MacDown.app/Contents/MacOS/MacDown
Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
in /Volumes/SystemRoot/home/user/Downloads/MacDown.app/Contents/MacOS/MacDown
abort_with_payload: reason: Symbol not found: _OBJC_CLASS_$_DOMNode
Referenced from: /Volumes/SystemRoot/home/user/Downloads/MacDown.app/Contents/MacOS/MacDown
Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
in /Volumes/SystemRoot/home/user/Downloads/MacDown.app/Contents/MacOS/MacDown; code: 4
Abort trap: 6 (core dumped)
Compiled 25afbc7
Download https://github.com/MacDownApp/macdown/releases/download/v0.7.3/MacDown.app.zip
Extract it with
7z
and try to launch: