Hi, When building XFCE4 according to the book and following the dependency chain, the order is: ... gtk2 statup-notification libxfce4ui perl-uri exo at-spi2-core at-spi2-atk adwaita-icon-theme gtk3 garcon But garcon's configure complains it does not find libxfce4ui-2.
The reason is that libxfce4ui-2 is the gtk3 library (gtk2 library is libxfce4ui-1), and that gtk3 is not available when libxfce4ui is built, but garcon requires both gtk2 _and_ (not or, weirdly) gtk3 and libxfce4ui built with both. I'd think of moving gtk3 to recommended in libxfce4ui, and change the required dependencies of garcon to libxfce4ui-4.12.1, buit with both GTK+-2.24.30 and GTK+-3.20.3. Note that libxfce4util does not need to be mentionned since the dependency chain is: libxfce4ui->xfconf->libxfce4util I'll make the change if nobody speaks up (not immediately, since I'll be out of town for a few days starting from tomorrow). Regards Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
