automake error with glade--
Dan Pixley <[email protected]> Mon, 16 Feb 2004 01:23:04 -0800
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
I am getting the following error on running autogen.sh after building with 'glade-- myproject': Makefile.am:6: AM_GNU_GETTEXT used but `intl' not in SUBDIRS **Error**: automake failed. Does anyone have any ideas? I have tried changing the AM_GNU_GETTEXT variable as instructed: "Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration to look for an external libintl." automake completes then, but running make does not compile the code. Here is the output of make in this case: make all-recursive make[1]: Entering directory `/home/dan1/Projects/GnuMu/gnumu.glade' Making all in m4 make[2]: Entering directory `/home/dan1/Projects/GnuMu/gnumu.glade/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/dan1/Projects/GnuMu/gnumu.glade/m4' Making all in po make[2]: Entering directory `/home/dan1/Projects/GnuMu/gnumu.glade/po' make[2]: *** No rule to make target `/config.status', needed by `Makefile'. Stop. make[2]: Leaving directory `/home/dan1/Projects/GnuMu/gnumu.glade/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dan1/Projects/GnuMu/gnumu.glade' make: *** [all] Error 2 Thanks, Dan