• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Gelöst] GIMP - normalmap-plugin - Problem

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:
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
 

josef-wien

Ultimate Guru
GTK+ ist mit Sicherheit bei Dir in den Versionen 2 und 3 installiert. Was Dir zum Übersetzen fehlt, sind vermutlich mehrere devel-Pakete.

Das Repo http://download.opensuse.org/repositories/GNOME:/Apps/openSUSE_13.2/ scheint Dir entgangen zu sein.
 
A

Anonymous

Gast
Warum denn selbst bauen? im GNOME:Apps Repository ist es doch drin.

https://build.opensuse.org/package/binaries/GNOME:Apps/gimp-normalmap?repository=openSUSE_13.2

robi
 
Oben