Skip to content
Prev 392177 / 398502 Next

Cairo does not work on install of R 4.2.0 from source

? Mon, 11 Jul 2022 12:26:51 +0200
Urs Kleinholdermann <urs at kleinholdermann.de> ?????:
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?