RSS/Atom feed Twitter
Site is read-only, email is disabled

Errors compiling gimp-perl.

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Errors compiling gimp-perl. Rikard Johnels 17 Jul 20:22
  Errors compiling gimp-perl. Carol Spears 17 Jul 20:29
Rikard Johnels
2006-07-17 20:22:56 UTC (almost 18 years ago)

Errors compiling gimp-perl.

Trying to compile gimp-perl.
But it fails with:

rikjoh@speed:~/Build/gimp-perl> perl Makefile.PL writing Gimp/Config.pm... ok
Writing Makefile for Gimp::Lib
Writing Makefile for Gimp::Net
Found Glib
in /usr/lib/perl5/vendor_perl/5.8.7/i586-linux-thread-multi/Glib/Install Found Gtk2
in /usr/lib/perl5/vendor_perl/5.8.7/i586-linux-thread-multi/Gtk2/Install Unrecognized argument in LIBS ignored: '-pthread' Writing Makefile for Gimp::UI
Writing Makefile for Gimp

Hopefully, Gimp is now correctly configured. you can now enter "make", "make test" and "make install".

rikjoh@speed:~/Build/gimp-perl> make

cp Gimp/Data.pm blib/lib/Gimp/Data.pm cp Gimp/Fu.pm blib/lib/Gimp/Fu.pm
cp Gimp/Feature.pm blib/lib/Gimp/Feature.pm cp Gimp/Lib.pm blib/lib/Gimp/Lib.pm
cp Gimp/Module.pm blib/lib/Gimp/Module.pm cp Gimp/Util.pm blib/lib/Gimp/Util.pm cp Gimp/Config.pm blib/lib/Gimp/Config.pm cp Gimp.pm blib/lib/Gimp.pm
make[1]: Entering directory `/home/rikjoh/Build/gimp-perl/Gimp' Skip ../blib/lib/Gimp/Fu.pm (unchanged) Skip ../blib/lib/Gimp/Module.pm (unchanged) cp OO.pod ../blib/lib/Gimp/OO.pod
cp Pod.pm ../blib/lib/Gimp/Pod.pm
Skip ../blib/lib/Gimp/Feature.pm (unchanged) Skip ../blib/lib/Gimp/Lib.pm (unchanged) Skip ../blib/lib/Gimp/Data.pm (unchanged) Skip ../blib/lib/Gimp/Util.pm (unchanged) Skip ../blib/lib/Gimp/Config.pm (unchanged) cp Compat.pm ../blib/lib/Gimp/Compat.pm cp Pixel.pod ../blib/lib/Gimp/Pixel.pod /usr/bin/perl /usr/lib/perl5/5.8.7/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.7/ExtUtils/typemap -typemap /home/rikjoh/Build/gimp-perl/typemap Lib.xs > Lib.xsc && mv Lib.xsc Lib.c
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 make[1]: *** [Lib.c] Error 1
make[1]: Leaving directory `/home/rikjoh/Build/gimp-perl/Gimp' make: *** [subdirs] Error 2

Carol Spears
2006-07-17 20:29:37 UTC (almost 18 years ago)

Errors compiling gimp-perl.

On Mon, Jul 17, 2006 at 08:22:56PM +0200, Rikard Johnels wrote:

Trying to compile gimp-perl.
But it fails with:

/usr/bin/perl /usr/lib/perl5/5.8.7/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.7/ExtUtils/typemap -typemap /home/rikjoh/Build/gimp-perl/typemap Lib.xs > Lib.xsc && mv Lib.xsc Lib.c
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 make[1]: *** [Lib.c] Error 1
make[1]: Leaving directory `/home/rikjoh/Build/gimp-perl/Gimp' make: *** [subdirs] Error 2

did you have the pdl installed when you configured it the first time and you don't have it installed now?

i didn't miss much when i got rid of the pdl myself. i got rid of that when i got rid of the fortran compiler. there are i think only two plug-ins left that need pdl. one is the perl red eye script. the other was interesting (a three dimensional image of the color information or something like that) but i never knew how to use it, so i don't miss it.

carol