[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] does vile-9.8g require perl newer than perl-5.8.9?
From: |
Brendan O'Dea |
Subject: |
Re: [vile] does vile-9.8g require perl newer than perl-5.8.9? |
Date: |
Sun, 15 Apr 2012 23:30:52 +1000 |
On 15 April 2012 22:54, Gary Jennejohn <address@hidden> wrote:
> perl /usr/local/lib/perl5/5.8.9/ExtUtils/xsubpp -typemap
> /usr/local/lib/perl5/5.8.9/ExtUtils/typemap -typemap ptypemap ./perl.xs >
> perl.c
> Undefined subroutine &ExtUtils::ParseXS::errors called at
> /usr/local/lib/perl5/5.8.9/ExtUtils/xsubpp line 41.
This looks very much like a problem with your Perl installation.
There was a change to ExtUtils::ParseXS to rename the errors
subroutine:
http://perl5.git.perl.org/perl.git/commitdiff/c74be726bbd1759145667fabdd4af788574f6145
So a probable cause is having upgraded ExtUtils::ParseXS without
changing xsubpp.
--bod