develooper Front page | perl.perl5.porters | Postings from January 2001

Re: build error perl@8429

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
January 12, 2001 19:59
Subject:
Re: build error perl@8429
Message ID:
20010112215903.C21472@chaos.wustl.edu
On Fri, Jan 12, 2001 at 08:57:09PM -0600, Mike Stok wrote:
> I got carried away with trying odd conbinations things on perl@8429.tgz.
> config.sh follows error message.

Curious that the config.sh does not have the config_* variables
that would contain the Configure command line arguments.

> pp_hot.c: In function `Perl_pp_rv2av':
> pp_hot.c:614: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c:628: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c:688: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c: In function `Perl_pp_rv2hv':
> pp_hot.c:738: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c:752: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c:812: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c: In function `Perl_pp_helem':
> pp_hot.c:1575: too few arguments to function `Perl_is_lvalue_sub'
> pp_hot.c: In function `Perl_pp_aelem':
> pp_hot.c:2828: too few arguments to function `Perl_is_lvalue_sub'

This looks like forgetting the aTHX_ from somewhere...try adding aTHX
as the argument to the Perl_is_lvalue_sub() call in the LVRET definition
at pp.h line 389.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About