Looks like it can't find gtk/gtk.h and then fails when using constants it expects to find in it. Is that file anywhere in the system?
Regards, Dave. > -----Original Message----- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 11 June 2003 16:51 > To: [EMAIL PROTECTED] > Cc: Adam H. Pendleton > Subject: [pgadmin-hackers] wxWindows configuration under Suse 8.2 > > > Dear all, > > I am currently trying to build daily snapshots under a Suse > 8.2 station. > During configuration of wxWindows 2.5 cvs, I get a GTK error. > > Can anyone help me understand if additional packages are > needed? Adam: any > idea? Thanks in advance. > > Cheers, > Jean-Michel > > **************************** > 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)); > > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
