[Rd] [BUG] [PATCH] R-2.8.0 failes to build without X support due to a typo (PR#13233)

bircoph at list.ru bircoph at list.ru
Fri Oct 31 01:10:07 CET 2008


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



More information about the R-devel mailing list