bug-cvs
[Top][All Lists]
Advanced

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

VMS (alpha) compile problems in 1.11.1


From: Mike Marciniszyn
Subject: VMS (alpha) compile problems in 1.11.1
Date: Thu, 7 Jun 2001 14:42:56 -0400

The 1.11.1 version of CVS will not compile in VMS alpha.

The attached diffs fix the following problems:

build.com - correct name of build .com for zlib
build_diff.com - turn on verify to get a better trace of the DCL
diff/diff3.c - Compiler warning.  The VMS read rval is ssize_t (signed).
The VMS size_t appears to be unsigned.
diff/io.c - Compiler warning (ssize_t)
build_lib.com - verify
lib/getdate.[yc] - more the include of xtime.h out from underneath the ifdef
so that it is always included.
src/build_src.com - add annotate.c/annotate.obj,verify, correct zlib name
src/patch.c - VMS time_t appears to be unsigned.   Add a cast when testing
for (time_t)-1
src/subr.c - #else,#endif for no symlinks should be moved.
vms/build_vms.com - verify
vms/filesubr.c - cut/paste 1.11.1 cvs_temp_file, cvs_temp_name from
src/filesubr.c.   Include assert.h so that assert's work.


The system is running:

OpenVMS V7.2-1
Compaq C V6.2-006 on OpenVMS Alpha V7.2-1

 <<vms.txt>> 


*************************************************************************** 
This electronic mail transmission contains confidential and/or privileged 
information intended only for the person(s) named.  Any use, distribution, 
copying or disclosure by another person is strictly prohibited. 
*************************************************************************** 


Attachment: vms.txt
Description: Text document


reply via email to

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