At 2:40 PM -0400 7/20/06, Boyd, Robert L wrote:
>Craig,
>
>Thanks for the suggestion -  I downloaded VMS::SYSTEM and tried to build
>it but it fails to compile with the following errors.  It looks like the
>last time this kit was worked on was back in the late 90's.  Any
>suggestions about how to get it to compile?
>
>Robert
>
>$Perl makefile.pl
>$mmk
>CC/DECC
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/List/Machine/Show=
>Expan /NOANSI_ALIAS/float=ieee/ieee=denorm_results/D
>efine=("VERSION=""1.04""","XS_VERSION=""1.04""")/Include=(perl_root:[lib
>.VMS_AXP.5_8_6.CORE])/List/Machine/Show=Expan  SYSTEM.c + SY
>S$LIBRARY:SYS$LIB_C/LIBRARY
>
>  return(&sv_undef);
>..........^
>%CC-E-UNDECLARED, In this statement, "sv_undef" is not declared.
>at line number 1042 in file
>SYS$SYSDEVICE:[SOFTWARE.LIB.VMS.SYSTEM]system.xs;1

The module is in need of some updating to comply with current Perl
requirements, but in the meantime you just might get it working on
your system by running the Makefile.PL like so:

$  perl Makefile.PL "POLLUTE=1"


-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to