velocyto.R icon indicating copy to clipboard operation
velocyto.R copied to clipboard

Installation Problems (Lack of 'lboost-filesystem')

Open BennyHz opened this issue 2 years ago • 3 comments

I was trying(struggling) to install velocyto.R on MacOS 12.6 R 4.1.3. When I was using devtools to install velocyto.R:

devtools::install_github('velocyto-team/velocyto.R')

An ERROR message always came up saying:

ld: library not found for -lboost_filesystem
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The similar error disappeared when I finally installed gfortran/gcc. However, after properly installing boost and adding it into R path, I just still bumped into this error message over and over again.

BennyHz avatar Sep 27 '22 13:09 BennyHz

Same issues

Junedays avatar Nov 06 '22 16:11 Junedays

Just figured it out by changing the path of boost.

BennyHz avatar Nov 15 '22 08:11 BennyHz

for anyone with this issue: follow #167. cheers

denvercal1234GitHub avatar Nov 16 '22 13:11 denvercal1234GitHub