Wine compile error on fd.h
Slackware 10, kernel 2.6.7
Hi, I get this error when trying to install Wine. Anyone familiar with it that can gimme a hint to fix it?
Cheers!
-----------------------------------------------------------------------------------------------
OUTPUT:
make[2]: Entering directory `/home/rafa/wine-20040813/dlls/winedos'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o int13.o int13.c
In file included from int13.c:34:
/usr/include/linux/fd.h:342: error: variable or field `__user' declared void
/usr/include/linux/fd.h:342: error: parse error before '*' token
/usr/include/linux/fd.h:360: error: parse error before '}' token
make[2]: *** [int13.o] Error 1
make[2]: Leaving directory `/home/rafa/wine-20040813/dlls/winedos'
make[1]: *** [winedos] Error 2
make[1]: Leaving directory `/home/rafa/wine-20040813/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
|