LinuxSir.cn,穿越时空的Linuxsir!

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

cce为何在fc5上无法编译成功?

[复制链接]
发表于 2006-5-10 17:04:17 | 显示全部楼层 |阅读模式
我下载了cce-0.51的源码包,configure时都是很正常的,可是make时出现如下错误而退出:

  1. [root@wangjz cce-0.51]# make
  2. Making all in src
  3. make[1]: Entering directory `/root/download/cce-0.51/src'
  4. Making all in input
  5. make[2]: Entering directory `/root/download/cce-0.51/src/input'
  6. if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include    -g -O2 -DCCELIB="/usr/local/cce/share/cce"  -MT associate.o -MD -MP -MF ".deps/associate.Tpo" -c -o associate.o associate.c; \
  7. then mv -f ".deps/associate.Tpo" ".deps/associate.Po"; else rm -f ".deps/associate.Tpo"; exit 1; fi
  8. In file included from associate.c:38:
  9. ../../include/defs.h: 在函数 ‘bzero2’ 中:
  10. ../../include/defs.h:61: 错误:自增运算中的左值无效
  11. ../../include/defs.h: 在函数 ‘wzero’ 中:
  12. ../../include/defs.h:68: 错误:自增运算中的左值无效
  13. ../../include/defs.h: 在函数 ‘lzero’ 中:
  14. ../../include/defs.h:76: 错误:自增运算中的左值无效
  15. ../../include/defs.h: 在函数 ‘bmove’ 中:
  16. ../../include/defs.h:82: 错误:自增运算中的左值无效
  17. ../../include/defs.h:82: 错误:自增运算中的左值无效
  18. ../../include/defs.h: 在函数 ‘brmove’ 中:
  19. ../../include/defs.h:88: 错误:自减运算中的左值无效
  20. ../../include/defs.h:88: 错误:自减运算中的左值无效
  21. ../../include/defs.h: 在函数 ‘wmove’ 中:
  22. ../../include/defs.h:95: 错误:自增运算中的左值无效
  23. ../../include/defs.h:95: 错误:自增运算中的左值无效
  24. ../../include/defs.h: 在函数 ‘lmove’ 中:
  25. ../../include/defs.h:102: 错误:自增运算中的左值无效
  26. ../../include/defs.h:102: 错误:自增运算中的左值无效
  27. make[2]: *** [associate.o] 错误 1
  28. make[2]: Leaving directory `/root/download/cce-0.51/src/input'
  29. make[1]: *** [all-recursive] 错误 1
  30. make[1]: Leaving directory `/root/download/cce-0.51/src'
  31. make: *** [all-recursive] 错误 1
复制代码


这不知是什么原因?请大虾赐教!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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