On Sat, 2010-10-16 at 03:09 +0530, Aman (neshu) Agarwal wrote: > Hello guys, > I am trying to build the gnome-panel using jhbuild, while building it > I am getting the error given below > > *** Checking out gtk-doc *** [8/74] > git pull --rebase > Current branch master is up to date. > *** Configuring gtk-doc *** [8/74] > ./autogen.sh --prefix /opt/gnome --libdir '/opt/gnome/lib' > --disable-static --disable-gtk-doc > * Running gnome-doc-prepare > * Running aclocal > * Running autoconf > configure.ac:32: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > *** Error during phase configure of gtk-doc: ########## Error > running ./autogen.sh --prefix /opt/gnome --libdir '/opt/gnome/lib' > --disable-static --disable-gtk-doc *** [8/74] > > Please help me out
Hi Aman, It could be that you don't have libtool installed, tough I'm not totally sure. You can install the libtool from your distro or building with the command jhbuild bootstrap or compiling yourself. I think you can find interesting the jhbuild documentation: http://live.gnome.org/Jhbuild Maybe is a good idea to ask for some help on the #gnome-love IRC channel, from time to time nice people even reply :) Happy hacking, -- Juanjo Marin _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
