Subject: | Could not find a typemap for C type 'Image::Magick' |
As of the release of ExtUtils::ParseXS 3.02, Image::Magick appears to have stopped compiling.
The module is unfortunatley incompatible with CPAN Testers so it's hard to see the problem
from there.
Gentoo forums appear to be the only ones on the internet talking about the break at this
point.
http://forums.gentoo.org/viewtopic-p-6777870.html
The break seems to be repeatable via:
wget http://cpansearch.perl.org/src/JCRISTY/PerlMagick-6.71/Magick.xs
perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap
/usr/local/lib/perl5/5.8.8/ExtUtils/typemap Magick.xs > Magick.xsc
Could not find a typemap for C type 'Image::Magick' in Magick.xs, line 2404
I was hoping you might be able suggest why the break is suddenly happening. Maybe it's a
bug in their implementation of XS?