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