lixunyuan 发表于 2007-4-2 23:41:38

急救啊!!!eva make出错!!!

我下了eva 0.4.1的,make总是通不过:似乎有提示找不到命令automake1.6和aclocal-1.6,下面是make的输出,大虾帮忙啊!!!紧急!!!


cd . && /bin/bash /home/sed/Desktop/eva/admin/missing --run aclocal-1.6
/home/sed/Desktop/eva/admin/missing: line 46: aclocal-1.6: command not found
WARNING: `aclocal-1.6' is missing on your system.You should only need it if
         you modified `acinclude.m4' or `configure.in'.You might want
         to install the `Automake' and `Perl' packages.Grab them from
         any GNU archive site.
cd . && \
          /bin/bash /home/sed/Desktop/eva/admin/missing --run automake-1.6 --gnuMakefile
/home/sed/Desktop/eva/admin/missing: line 46: automake-1.6: command not found
WARNING: `automake-1.6' is missing on your system.You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make: Entering directory `/home/sed/Desktop/eva'
/usr/bin/m4: unrecognized option `--debugfile=autom4te.cache/traces.0t'
Try `/usr/bin/m4 --help' for more information.
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** 错误 1
make: Leaving directory `/home/sed/Desktop/eva'
make: *** 错误 2

mandrakechina 发表于 2007-4-3 09:17:11

那就装呗。

Mandriva的用户可以直接安装 fundawang.lcuc.org.cn 中的包。FC和SUSE可能也可以强制安装。

lixunyuan 发表于 2007-4-3 14:05:41

装上了,但make还是不过:
(系统是ubuntu7.04)

cd . && /bin/bash /home/sed/Desktop/eva/admin/missing --run aclocal-1.6
cd . && \
          /bin/bash /home/sed/Desktop/eva/admin/missing --run automake-1.6 --gnuMakefile
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make: Entering directory `/home/sed/Desktop/eva'
/usr/bin/m4: unrecognized option `--debugfile=autom4te.cache/traces.0t'
Try `/usr/bin/m4 --help' for more information.
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** 错误 1
make: Leaving directory `/home/sed/Desktop/eva'
make: *** 错误 2


怎么办啊?

mandrakechina 发表于 2007-4-3 14:18:18

那就不知道了:roll:

LinuxCoder 发表于 2007-4-30 16:37:49

Ubuntu7.04用的是什么环境?KDE的吗?

hardrocks 发表于 2007-5-25 14:33:42

7.04直接 sudo apt-get install eva

暮鸶谱 发表于 2007-5-29 18:05:34

sudo apt-get install automake
sudo apt-get install perl

然后再用sudo运行make试一试

hy0kl 发表于 2007-10-16 15:05:44

www# uname -a
FreeBSD www.myFreeBSD.cn 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007   [email protected]:/usr/obj/usr/src/sys/GENERICi386
www#

也报 aclocal-1.6: command not found
WARNING: `aclocal-1.6' is missing on your system.

不知怎么办。
页: [1]
查看完整版本: 急救啊!!!eva make出错!!!