|
发表于 2007-11-13 09:55:57
|
显示全部楼层
wine编译问题
为何我每次用官方的wine编译都通不过?
config.status: executing dlls/gdi32/mfdrv commands
config.status: executing dlls/kernel32/nls commands
config.status: executing dlls/user32/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands
configure: WARNING: FontForge is missing.
Fonts will not be built. Dialog text may be invisible or unaligned.
Configure finished. Do 'make depend && make' to compile Wine.
We need to install wine as root user, do you want us to build wine,
'su root' and install Wine? Enter 'no' to continue without installing
(yes/no) yes
Compiling WINE. Grab a lunch or two, rent a video, or whatever,
in the meantime...
rm -f wine && ln -s ./tools/winewrapper wine
make[1]: Entering directory `/home/lw/Downloads/wine-0.9.46/tools'
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o makedep.o makedep.c
cc1: unrecognized option `-Wdeclaration-after-statement'
make[1]: *** [makedep.o] Error 1
make[1]: Leaving directory `/home/lw/Downloads/wine-0.9.46/tools'
make: *** [tools/makedep] Error 2
make[1]: Entering directory `/home/lw/Downloads/wine-0.9.46/tools'
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o makedep.o makedep.c
cc1: unrecognized option `-Wdeclaration-after-statement'
make[1]: *** [makedep.o] Error 1
make[1]: Leaving directory `/home/lw/Downloads/wine-0.9.46/tools'
make: *** [tools/makedep] Error 2
Compilation failed, aborting install. |
|