11-03-2017, 05:09 PM
(11-03-2017, 02:20 PM)mara Wrote: Hi! I cann not install Save for Web on Gimp 2.9.7. My OS is Ubuntu 16.04.
I tryed this with no result:
Quote:./configure
make
sudo make install
I got this message in terminal:
Quote:checking for GIMP... no
configure: error: Package requirements (gimp-2.0 >= 2.3.0 gimpui-2.0 >= 2.3.0) were not met:
Package 'gegl-0.3', required by 'gimp-2.0', not 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.
I instaled gegl, repeat and got same result.
I do not know how to solve this problem. Please, help me!
If you were compiling a plugin for Gimp 2.8, you would need to install the "development" packages for your dependencies (that would be "libgegl-dev").
If you are compiling for 2.9.7, since I don't see the "dev" packages on the gimp-edge PPA, you have to obtain the GEGL source (GIT pull or download th tarball).
However, if you got Gimp 2.9.7 from the gimp-edge PPA, I notice that this PPA also has a version of the gimp-plugin-registry, and in 2.8 that package contains the save-for-web plugin, so unless you want to compile things for fun, that plugin could be easy to install (together with other popular plugins).