|
|
这个工程就是直接用Kdevelop内置 的C语言中的GNOME工程,hello world!
这些错误提示究竟是指我缺少哪些软件包或者哪些没有配置好呢?
cd '/tmp/hhh' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" ./autogen.sh
Found GNU Make at /usr/bin/make ... good.
This script runs configure and make...
You did remember necessary arguments for configure, right?
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
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.
aclocal: configure.in: 17: macro `AM_PATH_GTKMM' not found in library
configure.in:4: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.in:3: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:3: probably because aclocal.m4 is missing...
configure.in:3: You should run aclocal to create this file, then
configure.in:3: run automake again.
/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
configure.in:3: 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:8: error: possibly undefined macro: AM_PROG_CC_STDC
configure.in:13: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.in:17: error: possibly undefined macro: AM_PATH_GTKMM
*** 退出状态:1 *** |
|