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

Plugin Install Challenge (Debian Linux kernel 2.6.6, KDE 3.2)

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.

Plugin Install Challenge (Debian Linux kernel 2.6.6, KDE 3.2) anlace@whidbey.net 09 Aug 16:44
  Plugin Install Challenge (Debian Linux kernel 2.6.6, KDE 3.2) Sven Neumann 09 Aug 17:14
anlace@whidbey.net
2004-08-09 16:44:20 UTC (over 19 years ago)

Plugin Install Challenge (Debian Linux kernel 2.6.6, KDE 3.2)

Greetings,

I am attempting to use gimptool-2.0 to install a plugin called Multitile (from the Gimp Plugin Registry) and I'm running into trouble. I've got a feeling that I need to change the gimptool-2.0 command to add, or change, prefix or exec-prefix to gcc instead of i386-linux-gcc. Is this correct? Exactly how do I do this? Below is the error when install was attempted.

Thanks for any help, Gail

gimptool-2.0 --install Multitile.c /usr/bin/install -c -d /root/.gimp-2.0/plug-ins i386-linux-gcc -Wall -g -O2 -I/usr/include/gimp-2.0 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o /root/.gimp-2.0/plug-ins/Multitile Multitile.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 /usr/bin/gimptool-2.0: line 325: exec: i386-linux-gcc: not found

Sven Neumann
2004-08-09 17:14:41 UTC (over 19 years ago)

Plugin Install Challenge (Debian Linux kernel 2.6.6, KDE 3.2)

Hi,

anlace@whidbey.net writes:

I am attempting to use gimptool-2.0 to install a plugin called Multitile (from the Gimp Plugin Registry) and I'm running into trouble. I've got a feeling that I need to change the gimptool-2.0 command to add, or change, prefix or exec-prefix to gcc instead of i386-linux-gcc. Is this correct? Exactly how do I do this?

Looks like you have the environment variable CC set to i386-linux-gcc. Unsetting it or setting it to gcc should fix your problem.

Sven