Здравствуйте, не могу сконфигурировать Gimp-2.8 в Debian 6.0 Вот скрипт для ./configure
#!/bin/bash
export BABL_CFLAGS="-I/home/hikkikamori/.local/include/babl-0.1/"
export BABL_LIBS="-L/home/hikkikamori/.local/lib -lbabl-0.1 -lm"
export GEGL_CFLAGS="-I/home/hikkikamori/.local/include/gegl-0.2"
export GEGL_LIBS="-L/home/hikkikamori/.local/lib -lgegl-0.2"
export GTK_CFLAGS ="-I/home/hikkikamori/.local/include/gtk-2.0 -I/home/hikkikamori/.local/lib/gtk-2.0/include"
export GTK_LIBS="-L/home/hikkikamori/.local/lib -lgtk-x11-2.0 -lgdk-x11-2.0"
export CFLAGS="`pkg-config --cflags gobject-2.0 gmodule-2.0 gio-2.0 atk cairo gdk-pixbuf-2.0 gio-2.0 pangoft2`"
export LIBS="`pkg-config --libs gobject-2.0 gmodule-2.0 gio-2.0 atk cairo gdk-pixbuf-2.0 gio-2.0 pangoft2`"
export LD_LIBRARY_PATH="/home/hikkikamori/.local/lib:/home/hikkikamori/.local/lib/babl-0.1:/home/hikkikamori/.local/lib/gegl-0.2:/home/hikkikamori/.local/lib/gtk-2.0/2.10.0/engines:/home/hikkikamori/.local/lib/gtk-2.0/2.10.0/immodules:/$
export PKG_CONFIG_PATH="/home/hikkikamori/.local/lib/pkgconfig"
./configure --prefix=/home/hikkikamori/.local
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.24.10... *** GTK+ header files (version 2.20.1) do not match
*** library (version 2.24.10)
no
configure: error: Test for GTK+ failed. See the file 'INSTALL' for help.
hikkikamori@debian:~$ ls -l /home/hikkikamori/.local/include/gtk-2.0
итого 20
drwxr-xr-x 2 root root 4096 Май 8 19:12 gdk
drwxr-xr-x 2 root root 16384 Май 8 19:12 gtk
hikkikamori@debian:~$ ls -l /home/hikkikamori/.local/lib/gtk-2.0/include
итого 4
-rw-r--r-- 1 root root 583 Май 8 19:09 gdkconfig.h