http://www.perlmonks.org?node_id=592353


in reply to Gimp

As of Version 2.2.pre1 it doesn't fly anywhere:
Error: 'pdl *' not in typemap in Lib.xs, line 1993
Error: 'pdl *' not in typemap in Lib.xs, line 2005
Error: 'pdl *' not in typemap in Lib.xs, line 2017
Error: 'pdl *' not in typemap in Lib.xs, line 2030
Error: 'pdl *' not in typemap in Lib.xs, line 2035
Error: 'pdl *' not in typemap in Lib.xs, line 2045
Error: 'pdl *' not in typemap in Lib.xs, line 2055
Error: 'pdl *' not in typemap in Lib.xs, line 2065
Error: 'pdl *' not in typemap in Lib.xs, line 2075
Error: 'pdl *' not in typemap in Lib.xs, line 2117

Bye
 PetaMem
    All Perl:   MT, NLP, NLU

Replies are listed 'Best First'.
Re^2: Gimp
by Anonymous Monk on Nov 01, 2007 at 19:08 UTC
    Hi,
    had the same problem on Suse10.3 installation when I wanted to install Gimp-perl via cpan shell:
    cpan> install SJBURGES/Gimp-2.2pre1.tar.gz
    In my case problem was resolved after I installed gimp-devel and gtk2-devel rpm package. Then I could successfully apply the above mentioned command.