Subject: | Can't build version 0.78 |
Date: | Fri, 4 Dec 2009 18:48:38 +0000 |
To: | "bug-version [...] rt.cpan.org" <bug-version [...] rt.cpan.org> |
From: | "Waldispuehl, Ulrich" <Ulrich.Waldispuhl [...] hp.com> |
Hi
I'm trying to install version-0.78.tar.gz on AlphaServer hardware with Tru64 Unix.
Show quoted text
>> # uname -a
>> OSF1 fwtest1.che.hp.com V5.1 2650 alpha
Show quoted text>> # perl -v
>> This is perl, v5.8.3 built for alpha-dec_osf-ld
Please find below what happens. Attachment: 2 Makefiles
Regards
Ueli WaldispĆ¼hl
==============================================
# perl Makefile.PL
Testing if you have a C compiler
Checking if your kit is complete...
Looks good
Writing Makefile for version::vxs
Writing Makefile for version
# make
cp lib/version/Internals.pod blib/lib/version/Internals.pod
cp lib/version.pm blib/lib/version.pm
cp lib/version.pod blib/lib/version.pod
cp lib/version/vxs.pm ../blib/lib/version/vxs.pm
cc -c -std -D_INTRINSICS -fprm d -ieee -I/usr/local/include -DLANGUAGE_C -O4 -DVERSION=\"0.78\" -DXS_VERSION=\"0.78\" "-I/usr/local/lib/perl5/5.8.3/alpha-dec_osf-ld/CORE" vutil.c
/usr/bin/perl /usr/local/lib/perl5/5.8.3/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.3/ExtUtils/typemap -typemap ../lib/version/typemap vxs.xs > vxs.xsc && mv vxs.xsc vxs.c
cc -c -std -D_INTRINSICS -fprm d -ieee -I/usr/local/include -DLANGUAGE_C -O4 -DVERSION=\"0.78\" -DXS_VERSION=\"0.78\" "-I/usr/local/lib/perl5/5.8.3/alpha-dec_osf-ld/CORE" vxs.c
cc: Error: vxs.xs, line 251: Invalid expression. (badexpr)
SvPVx_nolen_const(ST(0)) );
----------------------------^
cc: Error: vxs.xs, line 251: Invalid statement. (badstmt)
SvPVx_nolen_const(ST(0)) );
----------------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Message body not shown because it is not plain text.