Hi Tru64 administrators!
I've been trying (so far unsuccessfully) to get CVS to make cleanly on
tru64 V. 5.0. (excerpts from the log file generated during my attempted
make is below)
Has anyone on the list gotten CVS to make cleanly?
TIA for your help & advice!
Thanks,
Jim
cc -c -DHAVE_CONFIG_H -I. -I.. -I. -I../lib -g -DPR_PROGRAM=\"/bin/pr\"
util.c
cc: Warning: util.c, line 385: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%d", num);
-----------------------^
cc: Warning: util.c, line 386: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
(*callbacks->write_output) (buf, strlen (buf));
-------------------------------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c client.c
cc: Warning: client.c, line 1847: In this statement, the referenced type of
the pointer value "buf" is "char", which is not compatible with "unsigned
char". (ptrmismatch)
if (gunzip_and_write (fd, short_pathname, buf, size))
--------------------------------------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c server.c
cc: Warning: server.c, line 1410: In this statement, the referenced type of
the pointer value "filebuf" is "char", which is not compatible with
"unsigned char". (ptrmismatch)
if (gunzip_and_write (fd, file, filebuf, size))
----------------------------------------^
cc: Warning: server.c, line 4020: In this statement, the referenced type of
the pointer value "file" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
buf_output (protocol, file, file_used);
----------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c error.c
cc: Warning: error.c, line 156: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%d", num);
-------------------------^
cc: Warning: error.c, line 157: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
----------------------------^
cc: Warning: error.c, line 157: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
-----------------------------------------^
cc: Warning: error.c, line 161: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%x", unum);
-------------------------^
cc: Warning: error.c, line 162: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
----------------------------^
cc: Warning: error.c, line 162: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
-----------------------------------------^
cc: Warning: error.c, line 167: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, 1);
----------------------------^
cc -I. -I.. -I. -I../lib -I../zlib -DHAVE_CONFIG_H -g -c ./zlib.c
cc: Warning: ./zlib.c, line 470: In this statement, the referenced type of
the pointer value "buf+pos" is "unsigned char", which is not compatible
with "const char". (ptrmismatch)
pos += strlen (buf + pos) + 1;
-----------------------^
cc: Warning: ./zlib.c, line 472: In this statement, the referenced type of
the pointer value "buf+pos" is "unsigned char", which is not compatible
with "const char". (ptrmismatch)
pos += strlen (buf + pos) + 1;
-----------------------^
cc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o
commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o
fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o
lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o
no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o
repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o
wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o
../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -o cvs
echo > .fname cvs-`sed < ./version.c -e '/version_string/!d' -e
's/[^0-9.]*\([0-9.]*\).*/\1/' -e q`
sed -e 's,xLIBDIRx,/usr/local/cvs/lib/cvs,g' -e "s,xVERSIONx,`cat
.fname`,g" ./cvsbug.sh > cvsbug-t
rm -f .fname
mv cvsbug-t cvsbug
chmod a+x cvsbug
making all in man
making all in doc
making all in contrib
making all in tools
making all in windows-NT
making all in os2
making all in emx
making all in vms
--------------------------------------------------------
FSC - Building Better Information Technology Solutions-
from the Production Floor to the Customer's Door.
--------------------------------------------------------
Jim Jennis, Technical Director for Commercial Systems
Fuentez Systems Concepts, Inc.
1 Discovery Place, Suite 2
Martinsburg, WV. 25401
USA
Phone: +001 (304) 263-0163 ext. 235
Fax: +001 (304) 263-0702
Email: jjennis_at_discovery.fuentez.com
jhjennis_at_shentel.net
WEB:
http://www.discovery.fuentez.com/
Received on Fri Mar 24 2000 - 19:51:41 NZST