[glade--]Could Anyone Help Me
Carlos Augusto Lains Leitao <[email protected]> Tue, 13 Apr 2004 09:24:05 -0300
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to use glade to generate c++ code with the glademm. I generated the code but when I ran autogen.sh i've got an error message and i don't know what to do. I've been trying to search for something since i've got this error but i can't found anything. Please could anyone help with my doubt i would be very glad. The message that it shows when i run autogen.sh is: /**************************STARTS HERE*******************************/ Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration to look for an external libintl. Please create po/Makevars from the template in po/Makevars.template. You can then remove po/Makevars.template. Please run 'automake m4/Makefile' to create m4/Makefile.in Please run 'aclocal -I m4' to regenerate the aclocal.m4 file. You need aclocal from GNU automake 1.5 (or newer) to do this. Then run 'autoconf' to regenerate the configure file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. You might also want to copy the convenience header file gettext.h from the /usr/share/gettext directory into your package. It is a wrapper around <libintl.h> that implements the configure --disable-nls option. Press Return to acknowledge the previous 6 paragraphs. Making ./aclocal.m4 writable ... Running libtoolize... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Running aclocal -I /usr/share/aclocal/gnome2-macros ... aclocal: configure.in: 33: macro `AM_GNOME_GETTEXT' not found in library Running autoheader... WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. configure.in:49: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:49: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/bin/autom4te failed with exit status: 1 Running automake --gnu ... configure.in:5: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:5: old Automake version. You should recreate aclocal.m4 configure.in:5: with aclocal and run automake again. configure.in: installing `./install-sh' configure.in: installing `./missing' Makefile.am: installing `./INSTALL' Makefile.am: installing `./COPYING' Use of uninitialized value in pattern match (m//) at /usr/bin/automake line 3798. configure.in:6: required file `./config.h.in' not found Makefile.am:6: required directory ./macros does not exist src/Makefile.am: installing `./depcomp' /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL Use of uninitialized value in pattern match (m//) at /usr/bin/automake line 3798. Makefile.am:6: required directory ./macros does not exist /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL Running autoconf ... configure.in:49: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:49: the top level autom4te: /usr/bin/m4 failed with exit status: 1 Running ./configure --enable-maintainer-mode --enable-compile-warnings ... ./autogen.sh: line 162: ./configure: No such file or directory [leitao@onca TesteTotal]$ AM_GNU_GETTEXT([external]) Badly placed ()'s. [leitao@onca TesteTotal]$ AM_GNU_GETTEXT AM_GNU_GETTEXT: Command not found. /*****************ENDS HERE********************************************/ Thanks for now, Carlos Augusto Lains Leitao