bug-cvs
[Top][All Lists]
Advanced

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

CVS Feature Branch - Windows Build Broken 4-Sep-2004


From: Conrad T. Pino
Subject: CVS Feature Branch - Windows Build Broken 4-Sep-2004
Date: Sat, 4 Sep 2004 10:34:16 -0700

Hi All,

The CVS.EXE build is broken on feature branch.  The Visual C++ 6.0 (VC6)
compile output for EXE build follows in this message.  If anyone has a
suggestion on what needs to be done I'll try to get it implemented.

Best regards

Conrad Pino

--------------------Configuration: cvsnt - Win32 Debug--------------------
Compiling...
add.c
admin.c
annotate.c
buffer.c
H:\Conrad\Projects\cvs-1.12\src\buffer.c(2032) : warning C4013: 'fcntl' 
undefined; assuming extern returning int
H:\Conrad\Projects\cvs-1.12\src\buffer.c(2032) : error C2065: 'F_GETFL' : 
undeclared identifier
H:\Conrad\Projects\cvs-1.12\src\buffer.c(2037) : error C2065: 'O_NONBLOCK' : 
undeclared identifier
H:\Conrad\Projects\cvs-1.12\src\buffer.c(2041) : error C2065: 'F_SETFL' : 
undeclared identifier
checkin.c
checkout.c
classify.c
client.c
H:\Conrad\Projects\cvs-1.12\src\client.c(3359) : warning C4133: 'function' : 
incompatible types - from 'struct sockaddr_in *' to
'const struct sockaddr *'
commit.c
create_adm.c
cvsrc.c
diff.c
edit.c
entries.c
error.c
exithandle.c
H:\Conrad\Projects\cvs-1.12\src\exithandle.c(47) : warning C4028: formal 
parameter 1 different from declaration
H:\Conrad\Projects\cvs-1.12\src\exithandle.c(47) : warning C4024: 
'signals_register' : different types for formal and actual
parameter 1
expand_path.c
fileattr.c
filesubr.c
find_names.c
hash.c
history.c
ignore.c
import.c
H:\Conrad\Projects\cvs-1.12\src\import.c(1627) : warning C4018: '!=' : 
signed/unsigned mismatch
lock.c
log-buffer.c
H:\Conrad\Projects\cvs-1.12\src\log-buffer.c(174) : warning C4552: '!=' : 
operator has no effect; expected operator with side-effect
H:\Conrad\Projects\cvs-1.12\src\log-buffer.c(193) : warning C4018: '!=' : 
signed/unsigned mismatch
H:\Conrad\Projects\cvs-1.12\src\log-buffer.c(194) : error C2065: 'fatal_errors' 
: undeclared identifier
H:\Conrad\Projects\cvs-1.12\src\log-buffer.c(245) : warning C4018: '!=' : 
signed/unsigned mismatch
H:\Conrad\Projects\cvs-1.12\src\log-buffer.c(302) : warning C4018: '!=' : 
signed/unsigned mismatch
log.c
login.c
logmsg.c
ls.c
H:\Conrad\Projects\cvs-1.12\src\ls.c(333) : warning C4101: 'buf' : unreferenced 
local variable
main.c
H:\Conrad\Projects\cvs-1.12\src\main.c(1255) : warning C4013: 'nstrftime' 
undefined; assuming extern returning int
mkdir.c
mkmodules.c
modules.c
myndbm.c
ndir.c
no_diff.c
parseinfo.c
H:\Conrad\Projects\cvs-1.12\src\parseinfo.c(453) : error C2065: 'PrimaryServer' 
: undeclared identifier
H:\Conrad\Projects\cvs-1.12\src\parseinfo.c(453) : warning C4047: '=' : 'int ' 
differs in levels of indirection from 'struct
cvsroot_s *'
H:\Conrad\Projects\cvs-1.12\src\parseinfo.c(454) : error C2223: left of 
'->method' must point to struct/union
H:\Conrad\Projects\cvs-1.12\src\parseinfo.c(455) : error C2223: left of 
'->method' must point to struct/union
patch.c
pwd.c
rcmd.c
rcs.c
H:\Conrad\Projects\cvs-1.12\src\rcs.c(1573) : warning C4018: '>' : 
signed/unsigned mismatch
rcscmds.c
recurse.c
release.c
remove.c
repos.c
root.c
rsh-client.c
run.c
scramble.c
server.c
sockerror.c
socket-client.c
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(91) : warning C4047: 'function' 
: 'unsigned int ' differs in levels of indirection
from 'int (__cdecl *)(void *,char *,int ,int ,int *)'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(91) : warning C4024: 
'buf_initialize' : different types for formal and actual
parameter 1
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(92) : warning C4047: 'function' 
: 'unsigned int ' differs in levels of indirection
from 'int (__cdecl *)(void *,const char *,int ,int *)'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(92) : warning C4024: 
'buf_initialize' : different types for formal and actual
parameter 2
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(93) : warning C4113: 'int 
(__cdecl *)(void *)' differs in parameter lists from 'int
(__cdecl *)(void *,char *,int ,int ,int *)'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(96) : warning C4113: 'void 
(__cdecl *)(struct buffer *)' differs in parameter lists
from 'int (__cdecl *)(void *,int )'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(96) : warning C4133: 'function' 
: incompatible types - from 'void (__cdecl *)(struct
buffer *)' to 'int (__cdecl *)(void *,int )'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(97) : warning C4047: 'function' 
: 'int (__cdecl *)(void *)' differs in levels of
indirection from 'struct socket_buffer *'
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(97) : warning C4024: 
'buf_initialize' : different types for formal and actual
parameter 7
H:\Conrad\Projects\cvs-1.12\src\socket-client.c(97) : error C2198: 
'buf_initialize' : too few actual parameters
stack.c
startserver.c
status.c
subr.c
H:\Conrad\Projects\cvs-1.12\src\subr.c(212) : warning C4101: 'lastfield' : 
unreferenced local variable
tag.c
H:\Conrad\Projects\cvs-1.12\src\subr.c(1721) : warning C4761: integral size 
mismatch in argument; conversion supplied
update.c
vers_ts.c
H:\Conrad\Projects\cvs-1.12\src\vers_ts.c(411) : warning C4101: 'sb' : 
unreferenced local variable
version.c
waitpid.c
watch.c
woe32.c
wrapper.c
zlib.c
Error executing cl.exe.

cvs.exe - 8 error(s), 132 warning(s)





reply via email to

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