jon at epcc.ed.ac.uk
2008-Nov-06 16:25 UTC
[Rd] Compile error when configured with (PR#13256)
Full_Name: Jon Hill Version: 2.8.1 OS: Linux Submission from: (NULL) (129.215.63.157) A semicolon is missing from src/main/platform.c line 1657 #ifdef Unix # ifdef HAVE_X11 int X11 = NA_LOGICAL; # else int X11 = FALSE <--- missing ; # endif #endif Results in a build error when compiling with no X11 libs, i.e. when configured using: ./configure --with-x=no
Prof Brian Ripley
2008-Nov-06 22:32 UTC
[Rd] Compile error when configured with (PR#13256)
This was fixed in R-patched two weeks ago and is the *third* bug report filed on this topic. Do please follow the FAQ and not report on already reported and already fixed problems (which were not reported in the alpha/beta test period). On Thu, 6 Nov 2008, jon at epcc.ed.ac.uk wrote:> Full_Name: Jon Hill > Version: 2.8.1 > OS: Linux > Submission from: (NULL) (129.215.63.157) > > > A semicolon is missing from src/main/platform.c line 1657 > > #ifdef Unix > # ifdef HAVE_X11 > int X11 = NA_LOGICAL; > # else > int X11 = FALSE <--- missing ; > # endif > #endif > > Results in a build error when compiling with no X11 libs, i.e. when configured > using: > ./configure --with-x=no > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Brian D. Ripley, ripley at 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