-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library not installed #116
Comments
try to reinstall |
I have reinstalled |
please save the complete the output of remotes::install_github("RGLab/cytolib")
remotes::install_github("RGLab/flowWorkspace")
remotes::install_github("RGLab/CytoML") to a txt file and attach here |
The file is attached |
What is your packageVersion("BH")
[1] ‘1.72.0.3’ |
I have the same version:
|
You may have some older version of One option is to remove your system boost lib, but since boost is pretty commonly installed, I've updated it with the more backward compatible call |
I've tried to reinstall CytoML, but still get the same error |
Your previous error was this ../inst/include/CytoML/workspace_type.hpp:65:101: error: ‘directory_options’ is not a member of ‘fs’
for(const fs::directory_entry & i: fs::recursive_directory_iterator(fs::path(data_dir), fs::directory_options::follow_directory_symlink)) Now |
Sorry, I mean the previous error with |
symbol Since I can't really reproduce your error, I will have to try my best to guess based on your output, ~/rglab/workspace/CytoML$R CMD config SHLIB_CXXLDFLAGS
-shared while yours seems to have some other unconventional flags (e.g. Again, try to locate the boost library under your |
My apologies for resurrecting this issue. I am trying to install CytoML on a jupyterhub based version of RStudio. I am getting the same "undefined symbol" error as above. We suspect that the error may result from the version of boost to compile CytoML being different from the one installed on the server. |
current version of BH (https://cran.r-project.org/web/packages/BH/index.html) builds ok with cytoML on bioc site, http://bioconductor.org/checkResults/3.15/bioc-LATEST/CytoML/ |
I am on Ubuntu 18.04.5, I am trying to install CytoML on R 4.0 with
BiocManager::install('CytoML')
However I get this error:
Could you help me, please?
The text was updated successfully, but these errors were encountered: