----- Original Message ----- From: "Chris Marshall"

If you can reproduce and/or debug the problem, that would be
greatly appreciated.

I can reproduce the problem by upgrading to ExtUtils-ParseXS-3.00_01.
Upgrading to (the latest) 3.03 doesn't seem to help.

So far I've tried only 2.2210, 3.00_01, and 3.03

This patch to the typemap (as suggested by Chris) fixes the problem if I'm running 3.03 ... but *not* if I'm running 3.00_01.

##################################
--- typemap_orig        Wed Aug 17 10:43:55 2011
+++ typemap     Wed Aug 17 12:28:53 2011
@@ -4,6 +4,7 @@
pdl_trans * T_PDLTRANS
pdl_trans* T_PDLTRANS
Logical        T_IV
+PDL_Long *     T_FOO

INPUT
##################################

If I'm running 3.00_01, it merely changes the error to (from memory) something about an undefined ExtUtils::ParseXS::errors function.

Anyway, I see Chris has just now pushed another release to CPAN ... I'll wait and see how that fares before digging any further.

Cheers,
Rob

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

Reply via email to