Re: [glade--]problem with 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:
> Running aclocal -I macros ...
> aclocal: configure.in: 37: macro `AM_GNOME_GETTEXT' not found in library
this is the problem. Do you have a package like 'gnome-common' like on
debian? Is there a gnome-libs-devel. You need gnome.m4 and friends (copy
them to ./macros and all should work again.) Since this is
non-standardized on gnome-1 and every distribution is different, and I
don't have RH at hand ... I can only guess.
Perhaps disabling GETTEXT support (C options) or gnome support
(whichever you don't need) will help.
Christof