[Glade-users] Glade-2 don't make Makefile.

Damon Chaplin damon@karuna.uklinux.net
13 Feb 2003 00:53:39 +0000


On Wed, 2003-02-12 at 02:40, Cho, hyun-sang wrote:
> I installed glade-2 on my Linux machine.
> When I started glade-2, it generated message : lingail is not present.

libgail is needed to support accessibility.

 
> Next. I built source for test, and type autogen.sh as like glade-0.6.4.
> Then, some errors occured and Makefile was not generated.
> 
> I have autoconf v 2.57 and automake v 1.4,  (aclocal v 1.4).gettext version v 0.10.35.
> Please refer below messages from my macnine.
> 
> What should I do ?
> I am goiing to compile all tarball source for gnome2.2. (I think I shoud solve glade start warning - for libgail)
> 
> Best Regards
> Cho, HS.
> 
> 
> * Messages ----------------------------------------------------------------------------------------
> 
> [root@a-server project2]# ./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 .
> Creating ./aclocal.m4 ...
> Running glib-gettextize...  Ignore non-fatal messages.
> Copying file po/Makefile.in.in
> 
> Please add the files
>   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
>   progtest.m4
> from the /usr/local/share/aclocal directory to your autoconf macro directory
> or directly to your aclocal.m4 file.
> You will also need config.guess and config.sub, which you can get from
> ftp://ftp.gnu.org/pub/gnu/config/.
> 
> Making ./aclocal.m4 writable ...
> Running aclocal  ...
> aclocal: configure.in: 24: macro `AM_GLIB_GNU_GETTEXT' not found in library

That's the problem. It looks like you don't have the glib2-devel
package. That should contain the glib-gettext.m4 file which has the
AM_GLIB_GNU_GETTEXT macro in it.

Damon