info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Broken CVS tree?


From: Jerzy Kaczorowski
Subject: Broken CVS tree?
Date: Wed, 20 Jun 2001 22:59:55 +0800

Hi,

I was trying to build the latest development version of CVS on Windows using
VC++
and it turns out that the CVS tree is possibly broken. Here is what I get in
the build log:

--------------------Configuration: cvsnt - Win32 Debug--------------------
Compiling...
client.c
D:\ccvs\ccvs\src\client.c(788) : error C2065: 'closure' : undeclared
identifier
D:\ccvs\ccvs\src\client.c(791) : error C2198: 'buf_flush' : too few actual
parameters
D:\ccvs\ccvs\src\client.c(797) : error C2065: 'err' : undeclared identifier
D:\ccvs\ccvs\src\client.c(821) : error C2065: 'fp' : undeclared identifier
D:\ccvs\ccvs\src\client.c(821) : warning C4047: 'function' : 'struct _iobuf
*' differs in levels of indirection from 'int '
D:\ccvs\ccvs\src\client.c(821) : warning C4024: 'fileno' : different types
for formal and actual parameter 1
D:\ccvs\ccvs\src\client.c(3002) : warning C4018: '>' : signed/unsigned
mismatch
D:\ccvs\ccvs\src\client.c(3776) : warning C4013: 'S_ISSOCK' undefined;
assuming extern returning int
Error executing cl.exe.

cvs.exe - 4 error(s), 4 warning(s)

Taking a first error under examination:
static int
socket_buffer_shutdown (buf)
struct buffer *buf;
{
struct socket_buffer *n = (struct socket_buffer *) closure;
<snip>

it does seem that "closure" is not defined.

Ignoring that, the call:
buf_flush (buf->closure);

can not work, since the buf_flush looks like that:
int
buf_flush (buf, block)
struct buffer *buf;
int block;
{
<snip>

Is there something not checked-in so it build in developer's sandbox and not
from the repo chekout?

Best Regards,
Jerzy






reply via email to

[Prev in Thread] Current Thread [Next in Thread]