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

gimp perl

This discussion is connected to the gimp-developer-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.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

gimp perl jmt 09 Apr 21:13
jmt
2006-04-09 21:13:22 UTC (about 18 years ago)

gimp perl

Hi,

I'm trying to compile gimp-perl, and I have a few questions :

1- Running perl ./Makefile.PL is almost OK, but : Unrecognized argument in LIBS ignored: '-pthread' Won't gimp-perl use threads ?

2 - Running make is once more almost OK, but I get some warnings :

/usr/lib/perl5/PDL/Core/ppport.h:227:1: warning: "PERL_UNUSED_DECL" redefined

Lib.xs:206: warning: cast to pointer from integer of different size

Since my machine runs in 64 bits (uname -r gives 2.6.15-1-amd64-k8), should this explain next ?

3 - Running make test fails :

make[1]: Entering directory `/home/jmt/local/usr/gimp-perl/Gimp' make[1]: Leaving directory `/home/jmt/local/usr/gimp-perl/Gimp' make[1]: Entering directory `/home/jmt/local/usr/gimp-perl/Net' make[1]: Leaving directory `/home/jmt/local/usr/gimp-perl/Net' make[1]: Entering directory `/home/jmt/local/usr/gimp-perl/UI' make[1]: Leaving directory `/home/jmt/local/usr/gimp-perl/UI' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/load.......ok
t/loadlib....Can't load
'/home/jmt/local/usr/gimp-perl/blib/arch/auto/Gimp/Lib/Lib.so' for module Gimp::Lib: libgimpconfig-2.0.so.0: cannot open shared object file: No such file or directory at /usr/lib/perl/5.8/DynaLoader.pm line 225. at /home/jmt/local/usr/gimp-perl/blib/lib/Gimp/Lib.pm line 10 BEGIN failed--compilation aborted
at /home/jmt/local/usr/gimp-perl/blib/lib/Gimp/Lib.pm line 10. Compilation failed in require at (eval 1) line 3. at t/loadlib.t line 7
Compilation failed in require at t/loadlib.t line 7. BEGIN failed--compilation aborted at t/loadlib.t line 7. t/loadlib....dubious
Test returned status 2 (wstat 512, 0x200) t/run........ok 1/26

and then hangs. I checked for existence and readability of mentioned files, and do not understand.

Any hint ? Any clue ?

jmt