Hi all, I tried compiling gimp(1.2.1) with perl enabled, and I get the following error msgs that look like: ib.xs:1490: warning: passing arg 1 of `Perl_croak' from incompatible pointer type Lib.xs:1612: warning: passing arg 1 of `Perl_croak' from incompatible pointer type Lib.xs:1612: too few arguments to function `Perl_croak' I saw there was a bug report for this (something about suppourt being very alpha), but it looks like an easy fix if it's just a matter of adjusting what gets passed to Perl_croak...anyone know of a quick fix/PDL examples? I hope to use PDL to manipulate "double precision" images derived from files loaded from gimp and then quantize and render them to screen. None of the other visualization hooks that PDL provides seems as appleaing as gimp. Any thoughs/help would be appreciated.