http://bugs.winehq.org/show_bug.cgi?id=9787
Filip Tsachev filip.tsachev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |filip.tsachev@gmail.com
--- Comment #393 from Filip Tsachev filip.tsachev@gmail.com 2009-11-07 04:29:40 --- (In reply to comment #392)
Created an attachment (id=24488)
--> (http://bugs.winehq.org/attachment.cgi?id=24488) [details]
Patches supposedly fix Battle.net problem with Warcraft III. PlayOnLinux does include this (and more) patches during Warcraft III installation, so you can try it yourself or use POL.
I there a working patch for wine-1.1.19-3373-g38faaff? ( that is the latest git from here git://repo.or.cz/wine/warcraft3.git )
I tried the attached patches but I get a few errors when patching and a few when compiling:
async.c: In function ‘async_event’: async.c:106: warning: implicit declaration of function ‘fd_async_event’ gcc -m32 -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o atom.o atom.c gcc -m32 -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o change.o change.c change.c:204: error: ‘default_fd_async_event’ undeclared here (not in a function)
Should I be using 1.1.32 and just the patches from last attachment?