LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 533|回复: 0

kubuntu安装e17cvs编译不能通过

[复制链接]
发表于 2006-3-29 12:11:26 | 显示全部楼层 |阅读模式
编译evas时,错误提示如下

  1. ../../../../libtool: line 1654: cd: NONE: No such file or directory
  2. libtool: link: cannot determine absolute directory name of `NONE'
  3. make[5]: *** [module.la] 错误 1
  4. make[5]: Leaving directory `/home/haterw/e17/e17/libs/evas/src/modules/engines/software_x11'
  5. make[4]: *** [all-recursive] 错误 1
  6. make[4]: Leaving directory `/home/haterw/e17/e17/libs/evas/src/modules/engines'
  7. make[3]: *** [all-recursive] 错误 1
  8. make[3]: Leaving directory `/home/haterw/e17/e17/libs/evas/src/modules'
  9. make[2]: *** [all-recursive] 错误 1
  10. make[2]: Leaving directory `/home/haterw/e17/e17/libs/evas/src'
  11. make[1]: *** [all-recursive] 错误 1
  12. make[1]: Leaving directory `/home/haterw/e17/e17/libs/evas'
  13. make: *** [all] 错误 2
复制代码

google搜了一下,只有个德国的ubuntu论坛有类似情况,翻译了都还看不懂,只知道是libtool中出问题了,



  1. # We need an absolute path.
  2.         case $dir in
  3.         [\\/]* | [A-Za-z]:[\\/]*) ;;
  4.         *)
  5.           absdir=`cd "$dir" && pwd`
  6.           if test -z "$absdir"; then
  7.             $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
  8.             exit $EXIT_FAILURE
  9.           fi
  10.           dir="$absdir"
  11.           ;;
  12.         esac
复制代码

想改脚本,又不太明白,软件方面只有autoconf与官方要求不符(要求2.54,我的2.59,怎么也找不到2.54)
我该怎么办?请高手指教
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表