On Fri, Nov 8, 2013 at 8:23 AM,  <[email protected]> wrote:
>
>
> It's a bit worrying to see the "expected 'PDL_Indx *' but argument is of
> type 'int *" warnings because, on 64-bit-integer builds of perl,  'PDL_Indx'
> is an 8-byte integer and 'int' is only 4 bytes.
>
> I haven't looked into this at all - I'll wait and see if Doug has a quick
> solution.

I took a look and the warnings could be fixed by modifying
the .pd file to use the right data type for those declarations
but it seemed that hacking just that in would be the wrong
thing to do.  I don't know enough about the underlying plplot
bindings to know where the 32/64-bit support changes
would need to be made...

> (I actually thought that only 2 failures out of all those plots was a pretty
> good result ;-)

Me too.  --Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to