This is

-- already fixed in R-patched early last week.
-- a duplicate of PR#13188.

You were explicitly asked not to report on already fixed or already reported bugs -- see the FAQ. Note too that no one reported this during the alpha/beta test period for 2.8.0, so responding to requests for testing in the future would be a good way to mitigate the annoyance of this unneeded report.

On Fri, 31 Oct 2008, [EMAIL PROTECTED] wrote:

Full_Name: Andrew
Version: 2.8.0
OS: Linux-2.6.x
Submission from: (NULL) (78.107.248.171)


R-2.8.0 failes to build without X support due to a typo in the source code.
The following patch fixes this:

--- src/main/platform.c.orig    2008-10-31 02:59:45.000000000 +0300
+++ src/main/platform.c 2008-10-31 03:00:02.000000000 +0300
@@ -1654,7 +1654,7 @@
# ifdef HAVE_X11
    int X11 = NA_LOGICAL;
# else
-    int X11 = FALSE
+    int X11 = FALSE;
# endif
#endif

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


--
Brian D. Ripley,                  [EMAIL PROTECTED]
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

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to