bug-cvs
[Top][All Lists]
Advanced

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

RE: CVS update: /ccvs/ - cvsnt.dsp, readlink.c, xreadlink.c


From: Conrad T. Pino
Subject: RE: CVS update: /ccvs/ - cvsnt.dsp, readlink.c, xreadlink.c
Date: Thu, 4 Nov 2004 23:06:37 -0800

Hi Mark,

> From: Conrad T. Pino
> 
> > > 2. File "lib/readlink.c" doesn't compile in Visual C++ 6.0 (VC6) and isn't
> > > required for linking currently.
> > 
> > Hmmm... Why not?

The compile error occurs because none of the "#include" files cited contain a
"typedef" declaration for the "size_t" indentifier.

> I don't know.  Here are the error messages:
> 
> --------------------Configuration: libcvs - Win32 Debug--------------------
> Compiling...
> readlink.c
> h:\conrad\projects\cvs-1.12\lib\readlink.c(36) : error C2146: syntax error : 
> missing ')' before identifier 'bufsize'
> h:\conrad\projects\cvs-1.12\lib\readlink.c(36) : error C2081: 'size_t' : name 
> in formal parameter list illegal
> h:\conrad\projects\cvs-1.12\lib\readlink.c(36) : error C2061: syntax error : 
> identifier 'bufsize'
> h:\conrad\projects\cvs-1.12\lib\readlink.c(36) : error C2059: syntax error : 
> ';'
> h:\conrad\projects\cvs-1.12\lib\readlink.c(36) : error C2059: syntax error : 
> ')'
> h:\conrad\projects\cvs-1.12\lib\readlink.c(37) : error C2449: found '{' at 
> file scope (missing function header?)
> h:\conrad\projects\cvs-1.12\lib\readlink.c(46) : error C2059: syntax error : 
> '}'
> Error executing cl.exe.
> 
> cvs.exe - 7 error(s), 0 warning(s)

Conrad





reply via email to

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