[Info-vax] C-Kermit 9.0 first Alpha test
Steven Schweda
sms.antinode at gmail.com
Fri Nov 20 12:12:18 EST 2009
Oops. Failed to include comp.os.vms on this:
Frank da Cruz wrote:
> [...]
> http://kermit.columbia.edu/ck90.html
> [...]
There are a few more things to look into, but for a start:
ALP $ gdiff -u ckuusy.c_orig ckuusy.c
--- ckuusy.c_orig 2009-11-18 16:16:07 -0600
+++ ckuusy.c 2009-11-20 10:26:12 -0600
@@ -3606,8 +3606,8 @@
failmsg = "%CKERMIT-E-SEARCHFAIL, no files for -
s";
#else
failmsg = "No files for -s";
- }
#endif /* VMS */
+ }
XFATAL(failmsg);
}
if (z > 1) {
@@ -4742,8 +4742,3 @@
}
}
#endif /* NOCMDL */
-
-#ifdef VMS
-/* This is the most horrible hack ever */
-}
-#endif /* VMS */
(Well if it wasn't, it certainly was in the running.)
I can't remember if these are old or new (or fixed before or
not):
Compiling ALP$DKA0:[UTILITY.SOURCE.KERMIT.v9r0_2009-11-20]CKUATH.C
#define des_cblock DES_cblock
...................^
%CC-W-MACROREDEF, The redefinition of the macro "des_cblock" conflicts
with a cu
rrent definition because the replacement lists differ. The
redefinition is now
in effect.
at line number 131 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
#define des_key_schedule DES_key_schedule
.........................^
%CC-W-MACROREDEF, The redefinition of the macro "des_key_schedule"
conflicts wit
h a current definition because the replacement lists differ. The
redefinition i
s now in effect.
at line number 133 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
I'll try to look at it when I get a chance.
More information about the Info-vax
mailing list