in reply to "Prototype mismatch" using h2xs-generated code

Have you tried using 5.6.1? If I remember correctly there was a fair amount of work on prototypes and h2xs between 5.6.0 and 5.6.1. If that doesn't work, try bleadperl (see perlhack for details). If you can reproduce it there then you've got something worthy of perlbug.

-sam

  • Comment on Re: "Prototype mismatch" using h2xs-generated code

Replies are listed 'Best First'.
Re: Re: "Prototype mismatch" using h2xs-generated code
by Anonymous Monk on Apr 27, 2002 at 21:48 UTC
    I upgraded to Perl 5.6.1, but that didn't solve anything. I guess it's off to try bleadperl...
      Did you compile with 64-bit ints? That's just as important as trying a new version.

      -sam

        Yup, perl -V shows: Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES I think Configure automatically sets that up on my platform.
Re: Re: "Prototype mismatch" using h2xs-generated code
by Anonymous Monk on Apr 27, 2002 at 23:15 UTC
    Still there with bleadperl. <sigh> ... I guess it's perlbug time for me.