Hi,
Rstudio complains about the stdio.h header not being found in /usr/include/R/Rinternals.h:39:11
. This header isn’t directly in /usr/lib64/gcc/x86_64-solus-linux/12/include/
, but instead in /usr/lib64/gcc/x86_64-solus-linux/12/include/ssp/
.
Rstudio runs into the same issue with the C++ stdlib.h, stdint, and features.h headers, which are respectively located at /usr/include/c++/12/tr1/stdlib.h
(or stdint.h, in the same repository), and at /usr/include/c++/parallel/features.h
. It also lacks memory.h and assert.h, that I can’t find on my system.
Finally I had to install the g++ and gfortran packages myself, I believe they should be set as dependencies.
Thank you for any help and for your attention.