[glade--] Help !! error on running autogen .
romeo g <[email protected]> Thu, 15 Dec 2005 13:34:36 +0530
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Dear all, I m a newbie to linux. I have been trying to create c++ code generated from glademm. I m using Red Hat 9 (Kernel 2.4) which comes with packages gtk -2.2, glade 1.1.3 , automake 1.6.3, autoconf 2.57, glib 2.0 I have installed the following packages also glademm 2.6.0 gtkmm 2.2 libglademm 2.2 libgnomecanvasmm 2.0 libgconfmm 2.0 libgnomemm 2.0 libgnomeuimm 2.0 libsigc++ 1.2 On running ./autogen.sh ,I get the following error... ****Error ***** which: no gnumake in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/= usr/b in:/usr/X11R6/bin:/home/subash/bin) GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. found autoconf (GNU Autoconf) 2.57 found automake (GNU automake) 1.6.3 found This script runs configure and make... You did remember necessary arguments for configure, right? Symlinking file ABOUT-NLS Symlinking file config.rpath Symlinking file mkinstalldirs Not copying intl/ directory. Symlinking file po/Makefile.in.in Symlinking file po/boldquot.sed Symlinking file po/[email protected] Symlinking file po/[email protected] Symlinking file po/insert-header.sin Symlinking file po/Makevars.template Symlinking file po/quot.sed Symlinking file po/remove-potcdate.sin Symlinking file po/Rules-quot Adding an entry to po/ChangeLog (backup is in po/ChangeLog~) Creating directory m4 Symlinking file m4/codeset.m4 Symlinking file m4/gettext.m4 Symlinking file m4/glibc21.m4 Symlinking file m4/iconv.m4 Symlinking file m4/intdiv0.m4 Symlinking file m4/inttypes.m4 Symlinking file m4/inttypes_h.m4 Symlinking file m4/inttypes-pri.m4 Symlinking file m4/isc-posix.m4 Symlinking file m4/lcmessage.m4 Symlinking file m4/lib-ld.m4 Symlinking file m4/lib-link.m4 Symlinking file m4/lib-prefix.m4 Symlinking file m4/progtest.m4 Symlinking file m4/stdint_h.m4 Symlinking file m4/uintmax_t.m4 Creating m4/Makefile.am Creating m4/ChangeLog Updating Makefile.am (backup is in Makefile.am~) Updating configure.in (backup is in configure.in~) Adding an entry to ChangeLog (backup is in ChangeLog~) 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 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 five paragraphs. configure.in:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADE= R' configure.in: installing `./missing' Makefile.am: installing `./INSTALL' Makefile.am: installing `./COPYING' src/Makefile.am: installing `./depcomp' src/Makefile.am:18: invalid unused variable name: `one23_LDADD' src/Makefile.am:10: invalid unused variable name: `one23_SOURCES' src/Makefile.am:18: invalid unused variable name: `one23_LDADD' src/Makefile.am:10: invalid unused variable name: `one23_SOURCES' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking for strerror in -lcposix... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking for pkg-config... /usr/bin/pkg-config checking for gtkmm-2.0 >=3D 2.2.12... yes checking GTKMM_CFLAGS... -I/usr/local/include/gtkmm-2.0 -I/usr/local/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0 -I/usr/local/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 checking GTKMM_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgtkmm-2.0 -lgdkmm-2.0 -latkmm-1.0 -lgtk-x11-2.0 -lpangomm-1.0 -lglibmm-2.0 -lsigc-1.2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile cd . && /bin/sh /home/subash/123/missing --run aclocal-1.6 -I m4 cd . && \ /bin/sh /home/subash/123/missing --run automake-1.6 --gnu Makefi= le configure.in:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADE= R' gmake: *** [Makefile.in] Error 1 **** End of error **** Kindly guide me regards & thanks romeo