[R] Cairo does not work on install of R 4.2.0 from source
Ivan Krylov
kry|ov@r00t @end|ng |rom gm@||@com
Mon Jul 11 13:07:10 CEST 2022
В Mon, 11 Jul 2022 12:26:51 +0200
Urs Kleinholdermann <urs using kleinholdermann.de> пишет:
> As I said, both versions of R are installed on the same machine, thus
> the necessary libraries should be available, I think.
See the configure.log. You do have the necessary libraries but not the
header files (in the lib*-dev packages) required to compile code to be
linked against them.
Does it help if you `sudo apt build-dep r-base` before compiling R from
source?
--
Best regards,
Ivan
More information about the R-help
mailing list