search for: x1186

Displaying 2 results from an estimated 2 matches for "x1186".

Did you mean: 1186
2004 May 19
1
Building R on Fedora Core 2 from the src rpm
...lude/X11/Xlib.h:1516: error: syntax error before "_Xconst" > /usr/X11R6/include/X11/Xlib.h:1520: error: syntax error before "char" > /usr/X11R6/include/X11/Xlib.h:1542: error: syntax error before "_Xconst" ... This could have something to do with the change from X1186 to xorg. A workaround is simply to change the line in src/modules/X11/dataentry.c: > /* don't use X11 function prototypes (which tend to ...): */ > #define NeedFunctionPrototypes 0 to > #define NeedFunctionPrototypes 1 . As a patch: > diff -crN R-1.9.0.orig/src/modules/X11/dataen...
2004 May 19
2
R 1.90 make problem with /usr/X11R6/include/X11/Xutil.h on suse linux 9.1?
This is probably a Suse specific problem and not a bug in R, but I'm reporting it in case it's useful for someone to know about.... Trying to compile R1.9.0 from source on a standard Suse 9.1 install (athlon in a shuttle sn41g2). configure seems fine but the Suse X11R6 Xlib.h might be toxic. In case it helps, here's the sad end to the make output. I can post the Xlib.h if that