On Mon, 2009-06-08 at 08:41 +0300, Robas, Teodor wrote: > Hi guys, > > gschem just got new pretty menus (with some icons). I'd appreciate > people with different GTK+ versions checking that they work, since I've > only had a chance to test with GTK 2.16. (Specifically whether you see > the accelerator text on the right hand side of the menu). > > > > Make install ran into this: > configure.ac:92: error: m4 macro `IT_PROG_INTLTOOL' is not defined. > Ensure that `intltool.m4' is installed in your aclocal search path. > Maybe you are missing a -dev package? > # locate intltool.m4 > /usr/local/share/aclocal/intltool.m4 > but: > # aclocal --print-ac-dir > /usr/share/aclocal > Can somebody tell me what shall be fixed ? > This is my first deep contact with autotools. > BR, > Teodor
You probably need to install "intltool", and re-run the ./autogen.sh for the program(s) being build. "make reconfig" at the top level ought to do the trick. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

