This is not a bug in R, and already covered in
- already fixed in the alpha release of R 1.9.1 under test. From the NEWS
file
o src/modules/X11/dataentry.c would not build on some XFree
4.4.0 systems. (This is a bug in their header files but we have
added a workaround.)
- the same as PR#6805, PR#6844 and PR#6855
so you are the fourth person not to do an adequate search before reporting
a bug in XFree86 to R.
Please do now report the problem to the actual originator.
On Thu, 10 Jun 2004 Pascal.Niklaus@unibas.ch wrote:
> 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>
And what makes you think that is a bug in R?
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595