Re: [R] R 2.8.0 is released

2008-10-21 Thread Jeroen Ooms
Yes I indeed explicitly compiled with --without-x. You were right, it was just a simple missing semicolon. I fixed it by adding a simicolon at the end of line 1657 in the file /src/main.platform.c: int X11 = FALSE; Something to fix in the new version, though. On Mon, Oct 20, 2008 at 10:39 PM, Dun

Re: [R] R 2.8.0 is released

2008-10-20 Thread Duncan Murdoch
On 10/20/2008 4:34 PM, Jeroen Ooms wrote: I'm getting a unexpected compiling error when doing make: gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c platform.c

Re: [R] R 2.8.0 is released

2008-10-20 Thread Jeroen Ooms
I'm getting a unexpected compiling error when doing make: gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c platform.c -o platform.o platform.c: In function 'd

Re: [R] R 2.8.0 is released

2008-10-20 Thread Jeroen Ooms
I'm getting a unexpected compiling error when doing make: gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c platform.c -o platform.o platform.c: In function 'do_

[R] R 2.8.0 is released

2008-10-20 Thread Peter Dalgaard
I've rolled up R-2.8.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it (later today) from http://cran.r-project.org/src/base/R-2/R-2.8.0.tar.g