heckendorfc / lldbR

R interface for the LLDB debugger
Other
5 stars 1 forks source link

error when installing the package #6

Open yuxiaokang-source opened 3 years ago

yuxiaokang-source commented 3 years ago

when I use wget https://github.com/heckendorfc/lldbR/archive/master.zip unzip master R CMD build lldbR-master R CMD INSTALL lldbR_1.0.tar.gz --configure-args="--with-lldb-home='/usr/bin'" I get. errors below: ** libs ( mkdir -p libs; cd lldb; make BUILD_DIR=../ LLDB_HOME=/usr/bin/ LDB_LIBS=-L/usr/bin//lib -llldb) make: *** [mkclldb] Error 2 ERROR: compilation failed for package ‘lldbR’

heckendorfc commented 3 years ago

I assume you're running macOS? I think it's a problem in the LLVM build script I'm borrowing but it's difficult for me to see where the issue is since I don't have a macOS machine to test with and it builds fine on Linux.