[Gimp-user] Errors while compiling Plug-ins

2003-02-14 Thread Nat
Hi, I tried to install some new plug-ins. The plug-ins that didn't compile all gave the same parse errors. $ gimptool --install fsdither.c gcc -O2 -march=i386 -mcpu=i686 -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o

Re: [Gimp-user] Errors while compiling Plug-ins

2003-02-14 Thread Jeff Trefftzs
Nat - Try this: export CFLAGS='-D GIMP_ENABLE_COMPAT_CRUFT' before running gimptool. I haven't tried compiling fsdither.c, but this is needed for any number of the older plugins. HTH, -- --Jeff Jeff Trefftzs [EMAIL PROTECTED] http://www.tcsn.net/trefftzsHome Page

Re: [Gimp-user] Errors while compiling Plug-ins

2003-02-14 Thread Nat
On Saturday 15 February 2003 00:08, you wrote: Nat - Try this: export CFLAGS='-D GIMP_ENABLE_COMPAT_CRUFT' before running gimptool. I haven't tried compiling fsdither.c, but this is needed for any number of the older plugins. HTH, I'll try. Thanks! Nat -- Signature has disappeared

Re: [Gimp-user] Errors while compiling Plug-ins SOLVED!

2003-02-14 Thread Nat
On Saturday 15 February 2003 00:08, you wrote: Nat - Try this: export CFLAGS='-D GIMP_ENABLE_COMPAT_CRUFT' before running gimptool. HTH, Yes! it works! Thanks again1 Nat -- Signature has disappeared ___ Gimp-user mailing list [EMAIL