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