****************************Your missing the GTK2 header files. You need to install the GTK-devel package (if SuSE has one) or install GTK2. On Redhat this would indicate a missing gtk2-devel RPM, but I don't know if SuSE has such a package.
configure:12430: checking for GTK+ - version >= 2.0.0
configure:12584: gcc -o conftest -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5
configure:12576:21: gtk/gtk.h: No such file or directory
configure: In function `main':
configure:12580: error: `gtk_major_version' undeclared (first use in this function)
configure:12580: error: (Each undeclared identifier is reported only once
configure:12580: error: for each function it appears in.)
configure:12580: error: `gtk_minor_version' undeclared (first use in this function)
configure:12580: error: `gtk_micro_version' undeclared (first use in this function)
configure: failed program was:
#line 12574 "configure"
#include "confdefs.h"
#include <gtk/gtk.h> #include <stdio.h>
int main() { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
ahp
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?
http://archives.postgresql.org
