On Tuesday 06 July 2004 13:45, Sven Neumann wrote: > Hi, > > [EMAIL PROTECTED] writes: > > With the Gimp 2.0 I need to use, as I already did under gimp 1.2.3, > > some useful perl plug-ins I wrote. > > > > >From www.gimp.org I have installed the linux debian testing > > > > packages contributed for gimp 2.0.2 including the gimp-perl 2.0.1 > > deb package which turns out not to include any of the wanted *.pm > > perl module files. > > > > Therefore I downloaded from cpan the gimp 2.0 perl module but when I > > try to compile it by means of "perl Makefile.PL" an error pops up > > saying that it cannot find the gimp executable (present, of course, > > under /usr/bin both as gimp-2.0 and @gimp) > > I don't think it's looking for the gimp executable. It is looking for > gimptool-2.0 which is not part of the standard gimp RPM package. You > will need to install the gimp-devel package if you want to compile > things for gimp-2.0. This also holds true for compiling gimp-perl of > course. > > > Sven
Sven, I don't think so. having a look at the config.log I've found: <snip> configure:2079: test -s conftest.o configure:2082: $? = 0 configure:2100: result: none needed configure:2118: cc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2121: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2269: checking for gimptool-2.0 configure:2287: found /usr/bin/gimptool-2.0 configure:2300: result: /usr/bin/gimptool-2.0 configure:2308: checking for GIMP - version >= 2.0.0 configure:2411: cc -o conftest -g -O2 -I/usr/include/gimp-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0 -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 >&5 /usr/bin/ld: cannot find -lgtk-x11-2.0 collect2: ld returned 1 exit status configure:2414: $? = 1 configure: program exited with status 1 <snip> Any help????? Vittorio _______________________________________________ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
