Hans Linux schreef: > I have GIMP 2.4 on my opensuse 10.3. I am trying to install > save-for-web-plugins from source and i face this error : > > checking for GIMP... configure: error: Package requirements (gimp-2.0 >= > 2.3.0 gimpui-2.0 >= 2.3.0) were not met: > > No package 'gimp-2.0' found > No package 'gimpui-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables GIMP_CFLAGS > and GIMP_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > Next, i tried it with this command : > > ./configure GIMP_LIBS=/usr/bin/gimp GIMP_CFLAGS=/usr/bin/gcc > > no error were produced. But when i continue it with 'make', this is what > i got : > > make[3]: Entering directory > `/home/hans/Documents/download/gimp-save-for-web-0.27.0/src' > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. /usr/bin/gcc > -I/usr/local/include -DLOCALEDIR=\""/usr/local/share/locale"\" > -DDATADIR=\""/usr/local/share/gimp-save-for-web"\" > -DGIMP_DISABLE_DEPRECATED -g -O2 -Wall -MT webx_main.o -MD -MP -MF > ".deps/webx_main.Tpo" -c -o webx_main.o webx_main.c; \ > then mv -f ".deps/webx_main.Tpo" ".deps/webx_main.Po"; else rm > -f ".deps/webx_main.Tpo"; exit 1; fi > webx_main.c:25:26: error: libgimp/gimp.h: No such file or directory > webx_main.c:26:28: error: libgimp/gimpui.h: No such file or directory > webx_main.c:27:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory (snip the rest)
You should install the gimp-devel and gimpui-devel packages, since it is missing all the header files. That was what ./configure was trying to tell you too, be it a bit cryptically. Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
