copi0908 / gimp-normalmap

Automatically exported from code.google.com/p/gimp-normalmap
Other
0 stars 0 forks source link

Cannot build plugin from source #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co as instructed (rev 44)
2. installed dependencies
3. make (fails)

What is the expected output? What do you see instead?
Package gimp-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gimp-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gimp-2.0' found
(and a lot of gcc errors)

What version of the product are you using? On what operating system?
svn rev 44
OpenSUSE 11.1

Please provide any additional information below.
Though make complains about missing gimp-2.0, I do have gtk+-2.0 (gimp 
toolkit). It seems more a naming issue than a real missing dependency.
I have gimp 2.6:
gimp --version
GNU Image Manipulation Program version 2.6.2

Original issue reported on code.google.com by klaussfr...@gmail.com on 11 Aug 2010 at 2:55

GoogleCodeExporter commented 9 years ago
You need to install the development packages for gimp and gtk+ as well.

Original comment by ski...@gmail.com on 14 Jan 2011 at 8:54