in reply to Re: "Prototype mismatch" using h2xs-generated code
in thread "Prototype mismatch" using h2xs-generated code

I upgraded to Perl 5.6.1, but that didn't solve anything. I guess it's off to try bleadperl...
  • Comment on Re: Re: "Prototype mismatch" using h2xs-generated code

Replies are listed 'Best First'.
Re: Re: Re: "Prototype mismatch" using h2xs-generated code
by samtregar (Abbot) on Apr 28, 2002 at 01:47 UTC
    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.
        Ok, then that's definitely a bug. perlbug that sucker.

        -sam