On 1/28/2012 8:27 PM, Luis Mochan wrote:
I am learning how to use perlbrew. Today I used it to install perl-5.15.7, I (hopefully) installed PDL dependencies, I downloaded PDL-2.4.9 from CPAN (http://search.cpan.org/~chm/PDL-2.4.9/Basic/PDL.pm; it says the latest release is 2.4.9_995) and tried to manually install it. After perl Makefile.PL and make, I got the error:Could not find a typemap for C type 'PDL_Long *'. when processing Core.xs. I'm enclosing the output of 'script' for the session. I tried again with perl-5.14.1, which already has a running PDL, and make succeeded without that error, so it has something to do with my new perl version. My system is Debian/testing. I will appreciate any help. Best regards, Luis
You'll need to either install the CHM/PDL-2.4.9_995.tar.gz CPAN developers release (a.k.a. PDL-2.4.10 release candidate 5) or wait until the official PDL-2.4.10 release next week. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
