Message-ID: <20081106162503.B53B1282EFF6@mail.pubhealth.ku.dk>
Date: 2008-11-06T16:25:03Z
From: jon at epcc.ed.ac.uk
Subject: 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