You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just had to reinstall, because I had to upgrade R to 4.3.0. this time,
xlib-backend.c:34:10: fatal error: 'X11/Intrinsic.h' file not found
#include <X11/Intrinsic.h> /*-> Xlib.h Xutil.h Xresource.h .. */
^~~~~~~~~~~~~~~~~
1 error generated.
make: *** [xlib-backend.o] Error 1
ERROR: compilation failed for package ‘Cairo’
my own XQuartz probably came courtesy via brew install --cask xquartz many years ago, because brew tells me XQuartz is already installed. XQuartz is installed at /Applications/Utilities/ and updated to XQuartz 2.8.5 (xorg-server 21.1.6). A little search on my file system tells me
with the XQuartz includes not found, could you either update the library search list or tell the user in an error what [s]he should do?
PS: my own nasty fix was sudo ln -s /System/Volumes/Data/opt/X11/include/X11 /opt/homebrew/Cellar/cairo/1.16.0_5/include/cairo/ during installation and then removing it.
regards,
/iaw
The text was updated successfully, but these errors were encountered:
iwelch
changed the title
Current Install
Current R 4.3.0 Install
Apr 24, 2023
iwelch
changed the title
Current R 4.3.0 Install
Current R 4.3.0 Install on Mac
Apr 24, 2023
just had to reinstall, because I had to upgrade R to 4.3.0. this time,
my own XQuartz probably came courtesy via
brew install --cask xquartz
many years ago, because brew tells me XQuartz is already installed. XQuartz is installed at /Applications/Utilities/ and updated to XQuartz 2.8.5 (xorg-server 21.1.6). A little search on my file system tells meOne of the include libraries indeed has an X11, but this one only contains
with the XQuartz includes not found, could you either update the library search list or tell the user in an error what [s]he should do?
PS: my own nasty fix was
sudo ln -s /System/Volumes/Data/opt/X11/include/X11 /opt/homebrew/Cellar/cairo/1.16.0_5/include/cairo/
during installation and then removing it.regards,
/iaw
The text was updated successfully, but these errors were encountered: