http://bugs.winehq.org/show_bug.cgi?id=30551 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-01 13:03:54 CDT --- You will need to build wine from sources, that will require installing and cloning of git repo (http://wiki.winehq.org/GitWine), after that you need to build it - http://wiki.winehq.org/FAQ#compile_wine, it's necessary to install some dev packages for dependencies, 'configure' will tell you what's missed. After that apply a patch (http://wiki.winehq.org/Patching), you may want a 'git apply --exclude=dlls/msxml3/tests/* patch.diff' to skip tests hunks, but I never used that some syntax could be different. Easier way is to edit a patch by removing everything after: --- diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c --- -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.