automake
[Top][All Lists]
Advanced

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

Re: glade & automake


From: Stepan Kasal
Subject: Re: glade & automake
Date: Wed, 27 Oct 2004 08:05:02 +0200
User-agent: Mutt/1.4.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]