http://bugs.winehq.org/show_bug.cgi?id=2354
------- Additional Comments From davidjnice@btinternet.com 2004-04-09 07:53 ------- I also have SW10 with a complied 2.6.7 kernel (not testing). When I recieved this error I checked the line 342 of /usr/include/linix/fd.h I checked the file at http://www.linuxhq.com/kernel/v2.6/7/include/linux/fd.h and noticed that the following update has been made:
The line - void *data; is now + void __user *data;
I made a backup of /usr/include/linix/fd.h and then edited the line to show 'void *data; and saved the file. Now when I run ./wineinstall it completes sucessfully and I can run exe files when I need to.
Perhaps this information cound help a developer to know how to resolve this? Hope this helps!