This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: glade & automake
- From: Stepan Kasal <kasal at ucw dot cz>
- To: Jonas Weismueller <cork at weismueller dot org>
- Cc: automake at gnu dot org
- Date: Wed, 27 Oct 2004 08:05:02 +0200
- Subject: Re: glade & automake
- References: <417EE0BE.5010501@weismueller.org>
Hello,
On Wed, Oct 27, 2004 at 01:41:50AM +0200, Jonas Weismueller wrote:
> I just tried to compile a simple GTK application generated by glade.
> Tutorials are saying to run autogen.sh . I did, but with errors
[...]
> I was told it shoudl be a problem of automake? Any hints?
The problem is that you don't have gettext. Install it.
The following cries are about gettext:
> ./autogen.sh: line 148: gettextize: command not found
> configure.in:36: required file `intl/Makefile.in' not found
> Makefile.am:3: required directory ./intl does not exist
(The instl subdir should be created by gettextize.)
All other warnings you mailed
> **Warning**: I am going to run `configure' with no arguments.
> /usr/share/aclocal/libart.m4:11: warning: underquoted definition of
> autoheader-2.5x: WARNING: Using auxiliary files such as `acconfig.h',
> autoheader-2.5x: WARNING: is deprecated and discouraged.
are not your problem.
Have a nice day,
Stepan Kasal