Todays rsynced code compiles a little better but still fails.
Copy/Log/Noconfirm [.vms]vms.c []
%COPY-S-COPIED, DISK$HAWK1:[PERL58X.VMS]VMS.C;1 copied to
DISK$HAWK1:[PERL58X]VMS.C;1 (568 blocks)
CC/DECC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=VMS.obj/NoList/FLOAT=G_FLOAT/Define=PERL_CORE
VM
S.C
const unsigned long int jpicode1 = JPI$_CASE_LOOKUP_PERM;
.......................................^
%CC-E-UNDECLARED, In the initializer for jpicode1, "JPI$_CASE_LOOKUP_PERM" is
not declared.
At line number 9102 in DISK$HAWK1:[PERL58X]VMS.C;1.
const unsigned long int jpicode2 = JPI$_CASE_LOOKUP_IMAGE;
.......................................^
%CC-E-UNDECLARED, In the initializer for jpicode2, "JPI$_CASE_LOOKUP_IMAGE" is
not declared.
At line number 9103 in DISK$HAWK1:[PERL58X]VMS.C;1.
/* End of vms.c */
%VCG-I-NOBJECT, No object file produced.
At line number 9316 in DISK$HAWK1:[PERL58X]VMS.C;1.
%VCG-I-SUMMARY, Completed with 2 error(s), 0 warning(s), and
1 informational messages.
At line number 9316 in DISK$HAWK1:[PERL58X]VMS.C;1.
%MMK-F-ERRUPD, error status %X1000002A occurred when updating target VMS.OBJ
--Saku