http://bugs.winehq.org/show_bug.cgi?id=2354
Summary: Can't compiled, error at int13.0 Product: Wine Version: 20040615 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: giturar@comcast.net
When i try to compile, i get the following message
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 -02 -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 `/usr/src/wine-20040615/dlls/winedos' make[1]: *** [winedos] Error 2 make[1]: Leaving directory `/usr/src/wine-20040615/dlls' make: *** [dlls] Error 2
I've tried the /tools/wineinstall and it gave the same answer. Here's my system. Dell Latitude CPx Notebook P3 500MHz 128MB PC100 SoDimm 11GB HDD Slackware 10 Kernel - 2.6.7 (compiled, not from the /testing) gcc version - 3.3.4
Hope that helps!