[Rd] Compiling under SuSE 9.1 (PR#6965)
    Pascal.Niklaus at unibas.ch 
    Pascal.Niklaus at unibas.ch
       
    Thu Jun 10 14:08:42 CEST 2004
    
    
  
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
    
    
More information about the R-devel
mailing list