I am trying to compile Cairo.
I get the following error

xlib-backend.c:34:10: fatal error: 'X11/Intrinsic.h' file not found
#include <X11/Intrinsic.h>      /*->    Xlib.h  Xutil.h Xresource.h .. */

I have X11/Intrinsic.h in /opt/X11/include

I tried

Sys.setenv(LD_LIBRARY_PATH="/opt/X11:/opt/X11/lib")
Sys.getenv("LD_LIBRARY_PATH")
system("export LD_LIBRARY_PATH”)

and compiled again, but I get the same error.

What do I need to do so Intrinsic.h is found by the compiler?

Erich

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to