Hi, I'm using debian unstable packages at the moment, and am trying to compile my first... simple glade program. Using glade, I simply created a window and then ran "write source code".
When I go to the projects directory and run ./autogen.sh I get the following output, and can't get a make file: [EMAIL PROTECTED]:~/Projects/project1$ ./autogen.sh \**Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Running aclocal ... aclocal: configure.in: 12: macro `AM_PATH_GTK' not found in library Running autoheader... 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. autoheader: error: AC_CONFIG_HEADERS not found in configure.in Running automake --gnu ... configure.in: 5: required file `./config.h.in' not found Running autoconf ... Running ./configure ... ./configure: line 1250: syntax error near unexpected token `project1,' ./configure: line 1250: `AM_INIT_AUTOMAKE(project1, 0.1)' [EMAIL PROTECTED]:~/Projects/project1$ \ I'm not sure what's going on. I just wanted my first simple compilation to work :( Thanks for any help, Petshot