Hello, I hope someone can provide support.
I am trying to install cytoUtils using devtools and the command devtools::install_github("RGLab/cytoUtils")
but I receive the following error message:
`clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.2.0/lib/R/include" -DNDEBUG -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c cpPmden.cpp -o cpPmden.o
In file included from cpPmden.cpp:23:
./faust.h:3:10: fatal error: 'cpp11.hpp' file not found
removing ‘/Users/sp901610/.R/packages/420/cytoUtils’
Warning message:
In i.p(...) :
installation of package ‘/var/folders/pf/d1qvdl8d1rg5h0lp9_fp4hd00000gp/T//RtmpAhxto3/filefde4397825a/cytoUtils_0.1.1.tar.gz’ had non-zero exit status`
it seems there is a missing file (cpp11.hpp) but I don't know how to solve it, could please someone help?
Hello, I hope someone can provide support. I am trying to install cytoUtils using devtools and the command
devtools::install_github("RGLab/cytoUtils")
but I receive the following error message: `clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.2.0/lib/R/include" -DNDEBUG -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c cpPmden.cpp -o cpPmden.o In file included from cpPmden.cpp:23: ./faust.h:3:10: fatal error: 'cpp11.hpp' file not foundinclude
1 error generated. make: *** [cpPmden.o] Error 1 ERROR: compilation failed for package ‘cytoUtils’
it seems there is a missing file (cpp11.hpp) but I don't know how to solve it, could please someone help?
Many thanks