Re: [glade--]problem compiling program in glademm -> [email protected]
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
amith nambiar wrote:
> aclocal: configure.in: 37: macro `AM_GNOME_GETTEXT' not found in library
this is the real and only problem. Anyone want't to find out how to get
gettext support with gnome-1.4. (Take another project and study it's
configure.in & po/Makefile.in.in)
> 1) i would also like to know what do the statement mean and what should
> i be doing :You should add the contents of
> `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
>
>
> 2) and what does this mean ? You should update your own `aclocal.m4'
> by adding the necessary
> macro packages gettext.m4, lcmessage.m4 and progtest.m4 from
> the directory `/usr/share/aclocal'
Ignore that. autogen takes care of that.
turning off gettext support (C options) will solve the problem, I plan a
more decent solution for gnome2 and gtk2. This was the (seemingly) no
longer working gnome 1.0/1.2 solution.
Christof