On Mon, Oct 27, 2008 at 10:39:01PM -0400, Brittany Dunlap wrote: > I've followed BLFS svn mostly to a T except for the fluxbox version I > installed and probably a few other top-level apps. I'm working on > getting GDM installed but the dependency libglade (dependency to > libgnomecanvas) is having some issues. There is more to what is below > but it's of the same format. If anybody can shed some light on this > subject It'd be greatly appreciated. Thanks!! > > .libs/glade-init.o:/usr/include/glib-2.0/glib/gutils.h:347: first defined here > .libs/glade-gtk.o: In function `g_trash_stack_height': > /usr/include/glib-2.0/glib/gutils.h:356: multiple definition of > `g_trash_stack_height' > .libs/glade-init.o:/usr/include/glib-2.0/glib/gutils.h:356: first defined here > .libs/glade-gtk.o: In function `g_bit_storage': > /usr/include/glib-2.0/glib/gutils.h:304: multiple definition of > `g_bit_storage' > .libs/glade-init.o:/usr/include/glib-2.0/glib/gutils.h:304: first defined here > collect2: ld returned 1 exit status > make[2]: *** [libglade-2.0.la] Error 1 > make[2]: Leaving directory `/sources/libglade-2.6.1/glade' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/sources/libglade-2.6.1' > make: *** [all] Error 2 > root [ /sources/libglade-2.6.1 ]# > > Brittany Dunlap > bdunlap at #lfs-support Hi Brittany,
You'll probably do better asking on -support. Meanwhile, google found the following: http://www.linux-archive.org/fedora-development/27954-gxine-mass-rebuild-status-gcc-4-3-0-0-4-rawhide-20071220-a.html Are you using a version of gcc later than 4.1.2 ? The desktop in BLFS svn has barely moved on from the old versions for 6.3. The key phrase in that link is "most of them are just C++ being stricter". In other words, newer versions will be more likely to work. You could try glade-2.6.3 (works for me with gcc-4.2.4 and *current* glib-gtk-atk-pango-cairo). If that doesn't help, all I can do is suggest you will need to use a mostly newer set of packages. I posted a link to my notes yesterday, they are at http://www.linuxfromscratch.org/~ken/new-desktop-late-2008-first-attempt.gz (I gave up on current gdm, it needs things I don't want, and kept to gdm-2.18.something which still needs libgnomecanvas). ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
