LeoManiac
02-05-2004, 09:13
Hi,
ich hab mir gestern aus den Debian unstable Source Glade installiert. Das Prog selbst Funktioniert aber wenn ich das Projekt mit autogen.sh compilieren will bekomm ich jedes mal die unten stehende Ausgabe, egal bei welchen Projekt. Habs auch schon mit einen leeren Fenster probiert aber immer die gleiche Ausgabe.
Weis jemand woran das liegt bzw. was ich ändern muss ?
debian:~/Projekte/project3# ./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 ...
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
configure.in: 5: required file `./config.h.in' not found
Running autoconf ...
configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:9: error: possibly undefined macro: AM_PROG_CC_STDC
configure.in:12: error: possibly undefined macro: AM_PATH_GTK
Running ./configure ...
./configure: line 1250: syntax error near unexpected token `helloworld,'
./configure: line 1250: `AM_INIT_AUTOMAKE(helloworld, 0.1)'
ich hab mir gestern aus den Debian unstable Source Glade installiert. Das Prog selbst Funktioniert aber wenn ich das Projekt mit autogen.sh compilieren will bekomm ich jedes mal die unten stehende Ausgabe, egal bei welchen Projekt. Habs auch schon mit einen leeren Fenster probiert aber immer die gleiche Ausgabe.
Weis jemand woran das liegt bzw. was ich ändern muss ?
debian:~/Projekte/project3# ./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 ...
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
configure.in: 5: required file `./config.h.in' not found
Running autoconf ...
configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:9: error: possibly undefined macro: AM_PROG_CC_STDC
configure.in:12: error: possibly undefined macro: AM_PATH_GTK
Running ./configure ...
./configure: line 1250: syntax error near unexpected token `helloworld,'
./configure: line 1250: `AM_INIT_AUTOMAKE(helloworld, 0.1)'