On 03/25/2012 03:33 PM, Ken Moffat wrote: > On Sun, Mar 25, 2012 at 02:07:27PM -0500, DJ Lucas wrote: >> Subject says it. I could probably just fix it, but since I haven't built >> a gnome box in at least a year, I figured I'd bring it up on here first >> and see if those more in the swing of things know history and what not. >> > The last version I built was 0.10.35, and there it was valid (and > needed in gnome, to prevent it using the default gtk2). > > I wouldn't be surprised if the newer version now requires gtk3, but > I've no information about that. > > ĸen Well, the switch is invalid now. As for whether it picks up on the correct GTK now for the examples, here is a snippit from Makefile:
GTK_CFLAGS = -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 GTK_LIBS = -pthread -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 GTK_X11_CFLAGS = -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 So all looks well with both installed. Thanks Ken. -- DJ Lucas -- This message has been scanned for viruses and dangerous content, and is believed to be clean. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
