[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: libgeda build failure
> ./configure: line 28854: syntax error near unexpected token `0.35.0'
> ./configure: line 28854: `IT_PROG_INTLTOOL(0.35.0)'
This is happening because the macro IT_PROG_INTLTOOL present in
configure.ac hasn't been expanded in your configure file.
How did you run the top-level gEDA Makefile? You should do something
like:
make reconfig && make install
"make reconfig" re-runs the autotools on the code.
If this doesn't help, you many need to update your autoconf utility.
Do "autoconf --version" and check that your autoconf version is up to
date compared to that available from the GNU website.
Cheers,
Stuart
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user