|
|
发表于 2006-3-28 14:54:17
|
显示全部楼层
ent -Wpointer-arith -g -O2 -o dumpres.o dumpres.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o genres.o genres.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o newstruc.o newstruc.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o readres.o readres.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o translation.o translation.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o utils.o utils.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o wrc.o wrc.c
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o writeres.o writeres.c
bison -d -t ./parser.y -o parser.tab.c
./parser.y: conflicts: 5 shift/reduce
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o parser.tab.o parser.tab.c
flex ./parser.l
gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c
lex.yy.c:2610: error: syntax error before numeric constant
lex.yy.c: In function ‘yy_scan_string’:
lex.yy.c:2611: error: number of arguments doesn’t match prototype
lex.yy.c:305: error: prototype declaration
lex.yy.c:2613: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
lex.yy.c:2613: warning: passing argument 1 of ‘yy_scan_bytes’ makes pointer from integer without a cast
make[2]: *** [lex.yy.o] 错误 1
make[2]: Leaving directory `/root/wine-0.9.9.orig/tools/wrc'
make[1]: *** [wrc] 错误 2
make[1]: Leaving directory `/root/wine-0.9.9.orig/tools'
make: *** [tools] 错误 2
debian:~/wine-0.9.9.orig#
老大!在怎么搞!???? |
|