On Wed, 27 Jun 2001, Jarkko Hietaniemi wrote:

> > 
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=("VERSION=""1.21""","XS_VERSION=""1.21""")/Include=([---])/Optimize
> > HIRES.c
> >         static __int64 base_adjust=0;
> >         ...............^
> 
> Hmmm, the VMS parts of Time::HiRes come straight out the Time::HiRes
> CPAN distribution (well, so do other parts of T::H, too, but what I
> mean is that I haven't done anything to those parts).  Maybe the code
> in there is specific to some particular VMS/compiler combinations?
> Some header missing (since those look much like the quad
> types/functions missing kind of error messages?)

There is no __int64 nor qdiv() (nor lldiv(), qabs(), llabs()) in DEC C for
the VAX.  There is for the Alpha but not the VAX.  As a workaround perhaps
I'll remove "Time/HiRes" from $Config{extensions} just for the VAX.

Peter Prymmer


Reply via email to