auris / gimp-save-for-web

Save for web plug-in for GIMP.
Other
95 stars 36 forks source link

Unable to run './configure' #13

Closed binarykitchen closed 9 years ago

binarykitchen commented 9 years ago

This error is shown

checking pkg-config is at least version 0.9.0... yes
checking for GIMP... no
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.

but I have Gimp installed on Ubuntu14

$ gimp -v
GNU Image Manipulation Program version 2.8.10
git-describe: GIMP_2_8_8-55-g9bb7eb0

using GEGL version 0.2.0 (compiled against version 0.2.0)
using GLib version 2.42.0 (compiled against version 2.39.2)
using GdkPixbuf version 2.30.8 (compiled against version 2.30.3)
using GTK+ version 2.24.25 (compiled against version 2.24.22)
using Pango version 1.36.6 (compiled against version 1.36.0)
using Fontconfig version 2.11.1 (compiled against version 2.11.0)
using Cairo version 1.13.1 (compiled against version 1.12.16)

Any ideas why?

auris commented 9 years ago

As already mentioned in other issue, you're probably missing libgimp2.0-dev package.

binarykitchen commented 9 years ago

Ah, thanks!