ich wollte mir refocus, ein Gimp-Plugin installieren.
./configure lief durch.
Bei make brach es dann ab:
Code: Alles auswählen
refocus-0.9.0> make
Making all in src
make[1]: Entering directory `/home/joern/Downloads/4gimp/Refocus/refocus-0.9.0/src'
gcc -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_ERF=1 -I. -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -I ../lib -Wall -ansi -pedantic -ggdb -fomit-frame-pointer -O3 -funroll-all-loops -c refocus.c
refocus.c:27:26: fatal error: libgimp/gimp.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[1]: *** [refocus.o] Fehler 1
make[1]: Leaving directory `/home/joern/Downloads/4gimp/Refocus/refocus-0.9.0/src'
make: *** [all-recursive] Fehler 1
Code: Alles auswählen
ls -1 /usr/include/gimp-2.0/libgimp/gimp.h
/usr/include/gimp-2.0/libgimp/gimp.h
./configure -includedir=/usr/include/gimp-2.0 oder /make -I=/usr/include/gimp-2.0/
blieb auch erfolglos... ;(
Viele Grüße
Der neususeaner