Dominick Samperi
2006-Apr-27 04:01 UTC
[Rd] Minor issue building 2.3.0 under Red Hat Linux 9
Building R 2.3.0 fails under Red Hat 9.0 because ssize_t is not defined in src/modules/internet/sock.h. Inserting #include <sys/types.h> at the top of this file fixes the problem.
Prof Brian Ripley
2006-Apr-27 09:53 UTC
[Rd] Minor issue building 2.3.0 under Red Hat Linux 9
On Thu, 27 Apr 2006, Dominick Samperi wrote:> Building R 2.3.0 fails under Red Hat 9.0 because > ssize_t is not defined in src/modules/internet/sock.h. > Inserting #include <sys/types.h> at the top of this > file fixes the problem.That's interesting: POSIX says it must be defined in unistd.h, and that is included before sock.h in all the C files AFAICS (and this is why all the Unix-alike platforms tested before release do compile that module). It's a bug in RH9 (there seems to be no 9.0), and that is maintained by Fedora Legacy -- do they have an update? -- 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