Hallo,
ich möchte das normalmap-plugin für GIMP (2.8) installieren. Von der GIMP-Seite habe ich mir die entsprechende Source geladen, da ich nirgendwo eine rpm-Version gefunden habe.
Ein male bringt folgende Fehlermeldung:
In den normalen Repositories, die ich eingebunden habe (oss, non-oss, update, packman) kann ich gtk+-2.0 nicht finden. Auch sonstige Suchanfragen z.B. bei rpmseek.com haben kein Ergebnis gebracht.
Kann jemand helfen?
Vielen Dank im Voraus.
Gruß
Detlef
ich möchte das normalmap-plugin für GIMP (2.8) installieren. Von der GIMP-Seite habe ich mir die entsprechende Source geladen, da ich nirgendwo eine rpm-Version gefunden habe.
Ein male bringt folgende Fehlermeldung:
Code:
detlef@linux-ac2s:~/Documents/Downloads/gimp-normalmap-1.2.1> make
gcc -c -O3 -Wall `pkg-config --cflags gtk+-2.0 gtkglext-1.0 gimp-2.0` normalmap.c
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package gtkglext-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkglext-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkglext-1.0' found
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
normalmap.c:26:21: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
#include <gtk/gtk.h>
^
compilation terminated.
Makefile.linux:28: recipe for target 'normalmap.o' failed
make: *** [normalmap.o] Error 1
In den normalen Repositories, die ich eingebunden habe (oss, non-oss, update, packman) kann ich gtk+-2.0 nicht finden. Auch sonstige Suchanfragen z.B. bei rpmseek.com haben kein Ergebnis gebracht.
Kann jemand helfen?
Vielen Dank im Voraus.
Gruß
Detlef