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 CohenThread Previous | Thread Next