At 11:34 AM +0200 4/8/02, Zoebinger Robert wrote: >I am just trying to compile "HTML-Parser" on OpenVMS but I have missing >Files! I 've used your File "PERLBUILD.ZIP". > >...I have OpenVMS V7.2-1 and Compaq C V6.5. > > >The following files are missing: > >PARSER.C >glob.h >GETOPT.H >....and some more... > >Can you tell me a source, where i can get this files?
You shouldn't need to get them from anywhere. They are included in the kit, or, in the case of PARSER.c, it is generated from PARSER.xs. Standard advice is to make sure you have the latest versions of UNZIP and MMK (both available from <http://vms.process.com/fileserv-software.html> and elsewhere) and then start from scratch. More than likely there was some problem unpacking your archive. If you still have trouble, consider the prebuilt binary at the same place you got the source kit: <http://www.sidhe.org/vmsperl>. > >Thanks a lot in advance.... > >Kind regards, > >Robert > >------------------------------------------- > >$ mmk >CC/DECC >/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/NOANSI_ALIA > >S/Define=(MARKED_SECTION,"VERSION=""3.25""","XS_VERSION=""3.25""")/Include=(perl > >_root:[lib.VMS_AXP.5_6_1.CORE])/Optimize PARSER.c >%CC-F-OPENIN, error opening >PS$ADMIN:[ROBERT.PERLBIN.PERLBUILD.MODULES.HTML-PARS >ER]PARSER.C; as input >-RMS-E-FNF, file not found >%MMK-F-ERRUPD, error status %X10B9002C occurred when updating target >PARSER.OBJ >$ -- ____________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "Literary critics usually know what they're talking about. Even if they're wrong." -- Perl creator Larry Wall
