|
安装wine,按照README,先运行./configure,然后运行make depend,接着运行
make,就出现如下信息.是不是GCC有问题?我可是将开发工具全安装了呀.
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o newstruc.o newstruc.c
newstruc.c: 在函数 ‘handle_ani_list’ 中:
newstruc.c:741: 错误:自增的左值无效
newstruc.c: 在函数 ‘new_ani_curico’ 中:
newstruc.c:852: 错误:自增的左值无效
make[2]: *** [newstruc.o] 错误 1
make[2]: Leaving directory `/tmp/wine-20000909/tools/wrc'
make[1]: *** [wrc] 错误 2
make[1]: Leaving directory `/tmp/wine-20000909/tools'
make: *** [tools] 错误 2 |
|