Thomas Pulhamus <[EMAIL PROTECTED]> said: > I've been trying to build bundles-kde-ssl from source for the last few days > and have been increasingly frustrated in my efforts. Each time I try, it > chokes at building libglade2. > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. > -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 > -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0 > -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/libxml2 > -I/sw/include -DGLADE_LIBDIR=\"/sw/lib\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED > -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -no-cpp-precomp > -I/sw/include -O3 -funroll-loops -fstrict-aliasing -Wall -std=c9x -c > glade-init.c -fno-common -DPIC -o .libs/glade-init.o > In file included from /usr/X11R6/include/gtk/gtkentry.h:32, > from /usr/X11R6/include/gtk/gtkcolorsel.h:35, > from /usr/X11R6/include/gtk/gtk.h:48, > from glade-private.h:26, > from glade-init.c:34: > /usr/X11R6/include/gtk/gtkeditable.h:66: error: parse error before 'GdkIC'
The mention of gtk/ in /usr/X11R6 is extremely suspicious. Fink's gtk* packages all live completely in /sw. Have you manually (i.e., not via fink) installed some gtk from some other provider? > One other thing I noticed that seemed kind of weird was that during its > configuration, libglade looked for GTK+ > > checking for GTK+ - version >= 2.5.0... no > *** Could not run GTK+ test program, checking why... > *** The test program failed to compile or link. See the file config.log for > the > *** exact error that occured. This usually means GTK+ is incorrectly > installed. > > Correct me if I'm wrong, but isn't the current GTK+ 1.2.10-51? > > fink list -i gtk > i gtk+ 1.2.10-51 The Gimp Toolkit > i gtk+-data 1.2.10-51 The Gimp Toolkit > i gtk+-shlibs 1.2.10-51 The Gimp Toolkit > i gtk+2 2.6.10-1001 The Gimp Toolkit > i gtk+2-dev 2.6.10-1001 The Gimp Toolkit > i gtk+2-shlibs 2.6.10-1001 The Gimp Toolkit > i gtk-doc 1.6-1002 GTK+ - API documentation generator configure scripts don't know much about fink packages. It's the latter that calls the 1.x series of gtk+ libraries "gtk+" vs the 2.x series of the gtk+ libraries "gtk+2". From the point of view of the gtk+ authors, it's all just "gtk+ of various versions". dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
