All, My attempt to compile cvs 1.11.22 on OpenVMS 7.3-2 failed. After working through the issues I would like to suggest the following patches. I have expressed them here with the output of the OpenVMS diff command.
PATCH #1.1: -- note about fnmatch.h $ diff readme.vms ************ File README.VMS;2 31 Before you attempt to compile 1.11.22 or later you will need make 32 a copy of [.LIB]FNMATCH_H.IN as [.LIB]FNMATCH.H 33 34 To compile, you will need DEC C (CC), DEC UCX, and of course DCL ****** File README.VMS;1 31 To compile, you will need DEC C (CC), DEC UCX, and of course DCL ************ Number of difference sections found: 1 Number of difference records found: 3 PATCH#1.2: -- fix typo of "libz" to "zlib" $ diff build_src.com ************ File [.SRC]BUILD_SRC.COM;2 70 [-.zlib]zlib.olb/lib,[-.diff]diff.olb/lib,[-.lib]gnulib.olb/lib 71 $ set noverify ****** File [.SRC]BUILD_SRC.COM;1 70 [-.zlib]libz.olb/lib,[-.diff]diff.olb/lib,[-.lib]gnulib.olb/lib 71 $ set noverify ************ Number of difference sections found: 1 Number of difference records found: 1 PATCH#1.3: -- address CC-E-PROMOTMATCH compile error $ diff getopt.c ************ File [.LIB]GETOPT.C;2 25 #if defined(__DECC_VER) 26 /* Must include stdio.h _before_ config.h, to avoid 27 %CC-E-PROMOTMATCH, In the definition of the function 28 "cvs_getopt"... */ 29 #include <stdio.h> 30 #endif 31 32 #ifdef HAVE_CONFIG_H ****** File [.LIB]GETOPT.C;1 25 #ifdef HAVE_CONFIG_H ************ ************ File [.LIB]GETOPT.C;2 51 #if !defined(__DECC_VER) 52 #include <stdio.h> 53 #endif 54 ****** File [.LIB]GETOPT.C;1 44 #include <stdio.h> 45 ************ Number of difference sections found: 2 Number of difference records found: 10 Regards, -Randy Galbraith __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
