Re: autoconf on cvs-sources of gtkicq
- From: Sean Christopher Rhea <srhea ece utexas edu>
- To: gnome-list gnome org
- Subject: Re: autoconf on cvs-sources of gtkicq
- Date: Sat, 23 Jan 1999 13:17:34 -0600 (CST)
The problem is that autoconf can't figure out what to do with AM_PATH_ESD,
then when configure gets run, it's not complete, so you get the config.h
error. I have no idea what AM_PATH_ESD is, but if you hack configure.in
so that it just fails to look for it and set have_esd, it will work, but
without sound. Maybe someone else knows what AM_PATH_ESD is all about, or
why it's not being found.
original configure.in:
AM_PATH_ESD(, have_esd=yes, have_esd=no)
new configure.in:
have_esd=no
#AM_PATH_ESD(, have_esd=yes, have_esd=no)
Hope that helps,
Sean C. Rhea
http://www.ece.utexas.edu/~srhea
--- Please respond to srhea@ieee.org ---
On Sat, 23 Jan 1999, Allan Nielsen wrote:
> Hi,
> Sorry this is not directly gnome-related
>
> Suddenly I get:
>
> ./configure: syntax error near unexpected token
> `AM_CONFIG_HEADER(config.h)'
> ./configure: ./configure: line 524: `AM_CONFIG_HEADER(config.h)'
>
> when running ./autogen.sh
> Shouldn't autoconf make config.h from config.h.in?? config.h.in is there
>
> ----whole transcript----
> [an@k2906 gtkicq]# ./autogen.sh
> **Warning**: I am going to run `configure' with no arguments.
> If you wish to pass any to it, please specify them on the
> `./autogen.sh' command line.
>
> processing .
> Running aclocal -I macros ...
> aclocal: configure.in: 37: macro `AM_PATH_ESD' not found in library
> Running autoheader...
> Running automake --gnu ...
> Running autoconf ...
> Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
> loading cache ./config.cache
> ./configure: syntax error near unexpected token
> `AM_CONFIG_HEADER(config.h)'
> ./configure: ./configure: line 524: `AM_CONFIG_HEADER(config.h)'
> ---------------------------
> Thanx in advance, Allan
> --
> This message is transmitted on 100%
> recycled electrons.
>
>
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]