Poking around in /usr/X11R6/include, I discovered a sym link to /usr/X11R6/include/gtk12/gtk. I'm not really sure what it's doing there as I reinstalled X11. I certainly can't think of anything I've done that would have required it. But I moved it out of the way and everything seems to be proceeding ok now. gconf built though libglade2 is still sitting in the fink.build folder. Should I rebuild bundle-kde-ssl to correct anything that built using the wrong gtk headers?
Thanks for the help. Tom Pulhamus On 06 24 2006 11:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Message: 1 > Date: Fri, 23 Jun 2006 15:15:17 -0500 > From: Thomas Pulhamus <[EMAIL PROTECTED]> > Subject: Re: [Fink-beginners] Can't build bundle-kde-ssl from source > To: <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="US-ASCII" > > No, I've not installed gtk from any other source than fink. I did have fink > installed in the past, which is why I reinstalled X11 from Apple when this > happened as I thought the stuff in /usr/X11R6 might have been some residue > from those installs. But other than that, I've not installed gtk or > installed any packages that would require it other than through fink. > > Would you like me to post the config.log? > > Tom Pulhamus > > > On 06 23 2006 2:06 PM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > >> Send Fink-beginners mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.sourceforge.net/lists/listinfo/fink-beginners >> or, via email, send a message with subject or body 'help' to >> [EMAIL PROTECTED] >> >> You can reach the person managing the list at >> [EMAIL PROTECTED] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Fink-beginners digest..." >> >> >> Today's Topics: >> >> 1. Re: Can't build bundle-kde-ssl from source (Daniel E. Macks) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 23 Jun 2006 15:54:09 +0000 (UTC) >> From: "Daniel E. Macks" <[EMAIL PROTECTED]> >> Subject: Re: [Fink-beginners] Can't build bundle-kde-ssl from source >> To: [email protected] >> Message-ID: <[EMAIL PROTECTED]> >> >> 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 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
