-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Milestone
Description
Compiling ark on Linux results in the following error:
/usr/bin/ld: /home/jmcphers/git/positron/extensions/positron-r/amalthea/crates/ark/src/lsp/handler.rs:
(.text._ZN86_$LT$ark..lsp..handler..Lsp$u20$as$u20$amalthea..language..lsp_handler..LspHandler$GT$5start28_$u7b$$u7b$closure$u7d$$u7d$17h189ba1405fc549d7E+0x28):
undefined reference to `R_Is_Running'
This is probably because R_Is_Running is not exposed in libR.so on Linux; that is, it is just extern0 not LibExtern in Defn.h:
We use it here:
Not sure why this doesn't break on macOS (maybe all symbols are exported in the .dylib?), but we should fix it for Linux so we can get CI running there.
Metadata
Metadata
Assignees
Labels
No labels