Ok I figured this one out ;) After building several gimps, going backward until i got to one with the Gimp.pm version 1.19 which I believe was the gimp-1.1.21. I finally realized that my problem was in the way I was configuring the gimp. I.E. I was using the flag --disable-shared My thinking was that I could run multi-versioned gimps @ the same time without conflicts. Disabling the --disable-shared flag ;) solved my problem. The only remaining problem I have is with the Fu modual. --------- Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Gimp/Fu.pm line 164. --------- Jeff On Wed, Jun 28, 2000 at 12:14:27AM -0500, Jeff Sheffield wrote: > I have spent two days (ok well nights really) > trying to get the gimp-1.1.24 source to compile correctly. > > Everything appears to work except for the Gimp-perl stuff. > > System Info > ----------- > Linux version 2.2.15-4mdk (chmou@xxxxxxxxxxxxxxxxxxxxxxx) (gcc version 2.95.3 19991030 (prerelease)) #1 Wed May 10 15:31:30 CEST 2000 > Detected 350804278 Hz processor. > Console: colour VGA+ 80x25 > Calibrating delay loop... 699.60 BogoMIPS > Memory: 257544k/262144k available (1208k kernel code, 416k reserved, 2904k data, 72k init, 0k bigmem) > ------------ > Perl 5.6 (i have also tried with perl5.004_05) > > here is the output from gimp-perl's > make test > ----snip------ > make[1]: Entering directory `/home/jsheffie/build/gimp/gimp-1.1.24/plug-ins/perl/po' > make[1]: Leaving directory `/home/jsheffie/build/gimp/gimp-1.1.24/plug-ins/perl/po' > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/loadlib...........Can't load 'blib/arch/auto/Gimp/Lib/Lib.so' for module Gimp::Lib: blib/arch/auto/Gimp/Lib/Lib.so: undefined symbol: gimp_micro_version at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200. > at blib/lib/Gimp/Lib.pm line 16 > BEGIN failed--compilation aborted at blib/lib/Gimp/Lib.pm line 16. > Compilation failed in require. > require Gimp.pm called at t/loadlib.t line 7 > main::BEGIN() called at blib/lib/Gimp.pm line 0 > require 0 called at blib/lib/Gimp.pm line 0 > Compilation failed in require at /usr/lib/perl5/5.6.0/Carp.pm line 119. > BEGIN failed--compilation aborted at t/loadlib.t line 7. > t/loadlib...........dubious > Test returned status 255 (wstat 65280, 0xff00) > Undefined subroutine &Test::Harness::WCOREDUMP called at /usr/lib/perl5/5.6.0/Test/Harness.pm line 334. > make: *** [test_dynamic] Error 255 > [root@kelly perl]# pwd > /home/jsheffie/build/gimp/gimp-1.1.24/plug-ins/perl > ----------- > > > Thanks, > Jeff > > ------------------------------------------ > | Do not try to cut your own hair. | > | -- Forrest Gump | > | -- Winston Groom | > ------------------------------------------ > | Jeff Sheffield | > | jsheffie@xxxxxxxxxxxxxxx | > | - http://buzzard.kdi.com/jeff/family/ | > | - http://www.team-linux.com/ | > ------------------------------------------ Thanks, Jeff -------------------------------------------------------------------- | If you go to the zoo, always take somethin' to feed the animals | | even if the signs say "Do not Feed Animals." It wasn't the | | animals that put them signs up. | | -- Forrest Gump | | -- Winston Groom | -------------------------------------------------------------------- | Jeff Sheffield | | jsheffie@xxxxxxxxxxxxxxx | | - http://buzzard.kdi.com/jeff/family/ | | - http://www.team-linux.com/ | --------------------------------------------------------------------