|
我下载了cce-0.51的源码包,configure时都是很正常的,可是make时出现如下错误而退出:
- [root@wangjz cce-0.51]# make
- Making all in src
- make[1]: Entering directory `/root/download/cce-0.51/src'
- Making all in input
- make[2]: Entering directory `/root/download/cce-0.51/src/input'
- 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; \
- then mv -f ".deps/associate.Tpo" ".deps/associate.Po"; else rm -f ".deps/associate.Tpo"; exit 1; fi
- In file included from associate.c:38:
- ../../include/defs.h: 在函数 ‘bzero2’ 中:
- ../../include/defs.h:61: 错误:自增运算中的左值无效
- ../../include/defs.h: 在函数 ‘wzero’ 中:
- ../../include/defs.h:68: 错误:自增运算中的左值无效
- ../../include/defs.h: 在函数 ‘lzero’ 中:
- ../../include/defs.h:76: 错误:自增运算中的左值无效
- ../../include/defs.h: 在函数 ‘bmove’ 中:
- ../../include/defs.h:82: 错误:自增运算中的左值无效
- ../../include/defs.h:82: 错误:自增运算中的左值无效
- ../../include/defs.h: 在函数 ‘brmove’ 中:
- ../../include/defs.h:88: 错误:自减运算中的左值无效
- ../../include/defs.h:88: 错误:自减运算中的左值无效
- ../../include/defs.h: 在函数 ‘wmove’ 中:
- ../../include/defs.h:95: 错误:自增运算中的左值无效
- ../../include/defs.h:95: 错误:自增运算中的左值无效
- ../../include/defs.h: 在函数 ‘lmove’ 中:
- ../../include/defs.h:102: 错误:自增运算中的左值无效
- ../../include/defs.h:102: 错误:自增运算中的左值无效
- make[2]: *** [associate.o] 错误 1
- make[2]: Leaving directory `/root/download/cce-0.51/src/input'
- make[1]: *** [all-recursive] 错误 1
- make[1]: Leaving directory `/root/download/cce-0.51/src'
- make: *** [all-recursive] 错误 1
复制代码
这不知是什么原因?请大虾赐教! |
|