Hello,
the configure script stops while searching for gtk+, adding
--disable-gtkui to the configure line avoids this failure.
Index: packages/pidgin/Makefile
===================================================================
--- packages/pidgin/Makefile (Revision 2017)
+++ packages/pidgin/Makefile (Arbeitskopie)
@@ -21,7 +21,7 @@
compile-stage2:
# D-BUS support is disabled because it wants Python
- ./configure --prefix=/usr --disable-dbus
+ ./configure --prefix=/usr --disable-dbus --disable-gtkui
make
make install
svn export --force $(ROOT)/root/.purple /root/.purple
Regards
Benjamin
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page