Message-ID: <20220711140710.3fdbd0fd@arachnoid>
Date: 2022-07-11T11:07:10Z
From: Ivan Krylov
Subject: Cairo does not work on install of R 4.2.0 from source
In-Reply-To: <7d83fa41-abc3-45d9-7beb-90d52a9c63dc@kleinholdermann.de>
? Mon, 11 Jul 2022 12:26:51 +0200
Urs Kleinholdermann <urs at 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