http://bugs.winehq.org/show_bug.cgi?id=31071
--- Comment #113 from Dmitriy Balmashnov dmitri.balmashnov@gmail.com 2012-08-14 11:42:02 CDT --- (In reply to comment #112)
I seriously doubt this being the right place for a patch-and-compile howto, but here you go:
- get the wine 1.5.10 sources
- extract them: tar -xzvf wine-1.5.10.tar.bz2
- in a terminal, cd to the wine root directory (the one containing e.g. the
"configure" script)
- enter: patch -p1 < /path/to/patchfile.patch
- execute: ./configure
- start the build process with: make
(you can boost that, passing the number of CPU cores to the "make" command... e.g., if you got 4 cores, call: "make -j4" instead of just "make")
If you run into trouble during configure or make, chances are that you have missing build dependencies... don't know which distro you are on, but for debian based systems (e.g. Ubuntu) sudo apt-get build-dep wine should resolve issue related to that (assuming that you have wine 1.5 in your package sources).
If you're on Ubuntu 12.04 x64 (like me) you're gonna have trouble building a 32bit wine due to a nasty bug... nevertheless, it's possible. Follow the instructions at http://wiki.winehq.org/WineOn64bit (the wiki seems to be down/unresponsive right now... take http://tinyurl.com/bq357d8 instead)
Good luck!
Btw, seems like the devs have resumed working on the repo. Chances are that the patch gets merged these days - so, if we're lucky, wine 1.5.11 will already include it.
thank you this was verry helpfull and yes i am using 64 bit so it was like why are you not working