Hello, I've generated source from glade and written program. When I try to compile it I get errors which will be listed below. Can anyone help me with that? If it's not possible to do then maybe anyone of you rewrite this with direct reading of glade file?
All source here: http://s44.yousendit.com/d.aspx?id=19UG97U5ZOSPM35CF59YIH0HT2 Errors I get on compiling: which: no gnumake in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin) GNU Make 3.80 found autoconf (GNU Autoconf) 2.59 found automake (GNU automake) 1.9.5 found This script runs configure and make... You did remember necessary arguments for configure, right? aclocal:configure.in:16: warning: macro `AM_PROG_LIBTOOL' not found in library aclocal:configure.in:29: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library aclocal:configure.in:30: warning: macro `AM_GNU_GETTEXT' not found in library aclocal:configure.in:43: warning: macro `AM_PATH_GTKMM' not found in library You should update your `aclocal.m4' by running aclocal. gettextize: *** po/Makefile.in.in exists: use option -f if you really want to delete it. gettextize: *** Stop. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. Makefile.am: required file `./NEWS' not found Makefile.am: required file `./README' not found Makefile.am: required file `./AUTHORS' not found Makefile.am: required file `./ChangeLog' not found 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 file name... 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 library containing strerror... none required 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... (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 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 ./configure: line 5984: AM_PROG_LIBTOOL: command not found ./configure: line 5996: syntax error near unexpected token `0.14.1' ./configure: line 5996: `AM_GNU_GETTEXT_VERSION(0.14.1)' Thanks indeed _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
