James Testa wrote:
As root I've downloaded, compiled and installed:
glib-2.12.2
gtk+-2.10.1
Where did GTK+ get installed? The configure script can't find its
header file:
configure:21231: checking for GTK+ - version >= 2.0.0
configure:21376: result: no
configure:21409: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W -g -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c >&5
conftest.c:29:21: error: gtk/gtk.h: No such file or directory
What does the command "pkg-config --cflags gtk+-2.0" print?