Hello,

I was trying to build perl 5.8.6 on a OVMS 8.2-1 itanium system, and
came across following error, during the compilation process. Following
are the steps that I have carreid out 
1) @ Configure "-de"
2) MMS

Can someone help me resolve this issue.

CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP.C
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP_CTL.C
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP_HOT.C
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE REENTR.C
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP_PACK.C

                        aushort = PerlSock_ntohs(aushort);
..................................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "my_swap" is
implicitly declared as a function.
at line number 1001 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_pack.c;1

                        aulong = PerlSock_ntohl(aulong);
.................................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "my_ntohl" is
implicitly declared as a function.
at line number 1301 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_pack.c;1

                aulong = PerlSock_htonl(aulong);
.........................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "my_htonl" is
implicitly declared as a function.
at line number 2493 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_pack.c;1
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP_SORT.C
CC
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/
ieee=denorm_results/Define=PERL_CORE PP_SYS.C

    Sock_size_t bufsize;
....^
%CC-E-BADPARSEDECL, In this declaration, "undef" must specify a type.
at line number 1553 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_sys.c;1

    bufsize = SvCUR(bufsv);
....^
%CC-E-UNDECLARED, In this statement, "bufsize" is not declared.
at line number 1674 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_sys.c;1

        while ((childpid = wait4pid(-1, &argflags, 0)) == -1 &&
...............^
%CC-I-QUESTCOMPARE1, In this statement, the unsigned expression
"(childpid=Perl_wait4pid(...))" is being compared with an equa
lity operator to a constant whose value is negative.  This might not be
what you intended.
at line number 4034 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_sys.c;1

        while ((result = wait4pid(pid, &argflags, optype)) == -1 &&
...............^
%CC-I-QUESTCOMPARE1, In this statement, the unsigned expression
"(result=Perl_wait4pid(...))" is being compared with an equali
ty operator to a constant whose value is negative.  This might not be
what you intended.
at line number 4066 in file
SYS$SYSDEVICE:[HOME.LTT.perl.perl-5^.8^.6]pp_sys.c;1
%MMS-F-ABORT, For target PP_SYS.OBJ, CLI returned abort status:
%X10B91262.
$

Thanks and Regards
Ananth



 

Reply via email to