Full_Name: Pascal
Version: 1.9.0
OS: GNU/Linux 
Submission from: (NULL) (212.152.21.2)


In order to compile under SuSE 9.1, I needed to change 

#define NeedFunctionPrototypes 0

to 

#define NeedFunctionPrototypes 1

in line 29 of src/modules/X11/dataentry.c;

/* don't use X11 function prototypes (which tend to ...): */
#define NeedFunctionPrototypes 1
#include <X11/X.h>


HTH

Pascal

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to