I have posted this problem in another topic but I think I should open this one cause the other topic was about an error loading a dll file ... never mind that... My current problem is that I can not get wine to work and I've followed the instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14147&iTestingId=34574&bShowAll=true So far I've done this: git clone git://source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git patch -p1 < path/to/the.patch ./tools/wineinstall and also tried building it manually like: ./configure make depend && make make install and still in the end I get an error while building wineserver. The exit status from the build is: make[1]: Entering directory `/home/Drakuwa/wine-git/server' gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o fd.o fd.c fd.c: In function ?req_register_async_l?: fd.c:2340: error: ?const struct fd_ops? has no member named ?queue_async_l? make[1]: *** [fd.o] Error 1 make[1]: Leaving directory `/home/Drakuwa/wine-git/server' make: *** [server] Error 2 Compilation failed, aborting install. What do you think the problem is? I'm on openSUSE 11.0 athlon 64 3500+ processor, 2.6.25.20-0.5-default kernel, what other info do you need? I had wine installed from openSUSE's distro, but I've removed it. Thank You in advance...