Re: More gnome-speech errors!!!



On Wed, Nov 13, 2002 at 03:32:01AM -0500, Thomas Ward wrote:
[...]
> Here is all the errors I got during the configure.
> 
> processing .
> Running libtoolize...
> You should update your `aclocal.m4' by running aclocal.
> Running aclocal -I /opt/gnome21/share/aclocal/gnome2-macros  ...
> Running autoheader...
> WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
> WARNING: and `config.h.top', to define templates for `config.h.in'
> WARNING: is deprecated and discouraged.
> 
> WARNING: Using the third argument of `AC_DEFINE' and
> WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
> WARNING: `acconfig.h':
> 
> WARNING:   AC_DEFINE([NEED_MAIN], 1,
> WARNING:             [Define if a function `main' is needed.])
> 
> WARNING: More sophisticated templates can also be produced, see the
> WARNING: documentation.
> autoheader: `config.h.in' is unchanged
> Running automake --gnu  ...
          ^^^^^^^^^^^^^^^^^^^

As Bill intimates, different packages are using different version of the
autotools at the moment, but the problem is here.

Calling 'automake' is just wrong in GNOME these days, since there are
two possible versions required for 2.1 and we cannot gamble as to which
version a system might have. The package should be calling either
automake-1.4 or automake-1.6. And judging from all the errors with
variables only defined once, it probably wants automake-1.4.

Try changing the line in autogen.sh that calls automake to call
automake-1.4 and see if that fixes things.

I'm guessing you have a very recent autoconf as well (the earlier
warnings), but those warnings are harmless.

Can whoever maintains gnome-speech please fix the autogen.sh script to
call one automake or the other? It's only going to cause more trouble
down the line otherwise.

Cheers,
Malcolm

-- 
Tolkien is hobbit-forming.



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