Skip Menu |

This queue is for tickets about the PadWalker CPAN distribution.

Report information
The Basics
Id: 14186
Status: resolved
Priority: 0/
Queue: PadWalker

People
Owner: Nobody in particular
Requestors: emmanuel.rodriguez-santiago [...] hp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



Subject: Can't compile version 0.11
PadWalker version 0.11 doesn't compile with perl 5.6.1 under HP-UX 11.11. Here is a description of my environment: ---------------------------------------- Distribution name: PadWalker-0.11 Perl version: This is perl, v5.6.1 built for PA-RISC2.0 Operating System: HP-UX kubko B.11.11 U 9000/800 2139092357 unlimited-user license C Compiler: gcc version 3.4.3 For reasons above my control I can't upgrade perl and I must use version 5.6.1. Here are the commands that I used: PadWalker-0.11> /opt/perl5/bin/perl -I$HOME/install/libdbg/lib Makefile.PL PREFIX=$HOME/install/libdbg CCFLAGS="-mpa-risc-1-1 -march=1.1" PadWalker-0.11> make cp PadWalker.pm blib/lib/PadWalker.pm /opt/gcc/bin/gcc -c -mpa-risc-1-1 -march=1.1 -O -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fpic -I/opt/tools/PERL561HPO11/lib/CORE -DPADWALKER_DEBUGGING PadWalker.c PadWalker.xs: In function `XS_PadWalker_peek_my': PadWalker.xs:272: error: structure has no member named `cv' PadWalker.xs:273: error: structure has no member named `cv' PadWalker.xs:276: error: structure has no member named `cv' *** Error exit code 1 Stop.
[guest - Tue Aug 16 06:31:10 2005]: Show quoted text
> PadWalker version 0.11 doesn't compile with perl 5.6.1 under HP-UX > 11.11.
This is true. It's fixed in 0.12, which is on its way to the CPAN now. Be warned that some of the former bugs remain, when run against versions of Perl older than 5.8. I simply can't think of a way to fix them. There's no regression - all the bugs here were present in older versions too, they just weren't tested for!