This is already fixed in 2.3.1 beta: see the R FAQ for reporting on
current versions only.
On Mon, 22 May 2006, [EMAIL PROTECTED] wrote:
> Problem:
> Build of R failed when compiling sockconn.c. The problem seemed to be
> that ssize_t was not defined.
>
> The following change in sock.h fixes th
On Mon, 2006-05-22 at 14:18 +0200, [EMAIL PROTECTED] wrote:
> Problem:
> Build of R failed when compiling sockconn.c. The problem seemed to be
> that ssize_t was not defined.
>
> The following change in sock.h fixes the problem, though it's probably
> not fixed the _right_ way.
>
> /* Following
[EMAIL PROTECTED] writes:
> Problem:
> Build of R failed when compiling sockconn.c. The problem seemed to be
> that ssize_t was not defined.
You have too little information here. Which platform, compiler, etc is
this?
R certainly builds fine on at least some i686-pc-linux-gnu systems.
I belie
Problem:
Build of R failed when compiling sockconn.c. The problem seemed to be
that ssize_t was not defined.
The following change in sock.h fixes the problem, though it's probably
not fixed the _right_ way.
/* Following line changed by WTR (Cira) to overcome make problem.
#if defined Win32 && !d