|
我在anjuta下面,选择生成Gnome 2.0 project,
待自动生成工程文件的时候,总是不成功:
信息如下:
Generating Project ...
Loading Project ...
Saving Project ...
Generating source codes ...
正在复制图示 ...
正在定位文件 ...
Saving Project ...
Updating Project ...
Running 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 .
Creating ./aclocal.m4 ...
Running gettextize... Ignore non-fatal messages.
autopoint --force
autopoint: *** cvs program not found
autopoint: *** Stop.
Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal -I macros ...
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.
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: 78: required file `./ABOUT-NLS' not found
Makefile.am:6: required directory ./intl does not exist
**Error**: `automake' failed. Please fix the warnings
(probably missing development files) and try again.
./autogen.sh: line 235: ./configure: 没有那个文件或目录
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
创建创建程序文件工作已完成..........失败
我的anjuta是1.2.2的
安装过gnome-devel,autotools,autogen,automake,autoconf,等等一大堆,自己都记不清有什么拉.
求哪位给指点一下,为什么会失败,
为什么会有:
./autogen.sh: line 235: ./configure: 没有那个文件或目录
这一行. |
|