[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Help request



On Friday 16 June 2006 02:07, Adrian Nania wrote:
> First, thanks you all for your response. Looks like I am the
> unlucky one or something is fishy with Ubuntu. I have checked
> as per Stuart recommendation the config.h.in file and it is
> there, but I have no clue if what is inside is right or not.

> automake --version -> automake (GNU automake) 1.4-p6
> autoconf --version -> autoconf (GNU autoconf) 2.59
> autoheader --version -> autoheader (GNU Autoconf) 2.59

> I have checked the missing dependencies suggested by David,
> the libgd2-noxpm-dev, nowebm, and libgdgeda-dev where the
> missing packages. Still, after I installed them I do have the
> same error:


> cd . \
>           && CONFIG_FILES= CONFIG_HEADERS=[config.h] \
>              /bin/sh ./config.status
> config.status: creating [config.h]
> config.status: error: cannot find input file: [config.h].in
> make[2]: *** [stamp-h] Error 1

See those square brackets???

Automake bug!

Actually, it is not a real bug, but a change of syntax.  The 
geda files require a newer version of automake than you have.

Debian has several versions.  You need to pick.  If you don't it 
defaults to the oldest one.  I don't know why.

The solution is:
"sudo apt-get install automake1.9"

This bug will only show when you are building from CVS.  The 
usual build or a distribution tarball does not (or at least 
should not) require automake.
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user