kaligram324 / gimp-normalmap

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

doesn't build on Debian Wheezy #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. unpacking
2. running make
3. reading the INSTALL text

What is the expected output? What do you see instead?
instead of building the product, I see this:

$ make
gcc -c -O3 -Wall `pkg-config --cflags gtk+-2.0 gtkglext-1.0 gimp` normalmap.c
Package gimp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gimp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gimp' found
normalmap.c:26:21: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make: *** [normalmap.o] Fehler 1

What version of the product are you using? On what operating system?
1.2.3

Please provide any additional information below.

gimp is installed. and all the other packages just don't exist in Debian 7.1 
... neither apt-get nor aptitude can find them.

What packages do I really have to be installed?

Original issue reported on code.google.com by atarixle...@gmail.com on 10 Sep 2013 at 1:56

GoogleCodeExporter commented 8 years ago
got my error: it is not the package gimp-2.0 ... the name of the package is 
libgimp2.0-dev

now it compiled and installed without any error

Original comment by atarixle...@gmail.com on 10 Sep 2013 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by ski...@gmail.com on 7 Dec 2013 at 8:16