gEDA-user: libgeda build failure
Stuart Brorson
sdb at cloud9.net
Thu Dec 27 06:18:46 EST 2007
> ./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
More information about the geda-user
mailing list