For compiling wine 1.1.24 on ubuntu jaunty.
Steps I have taken to compile wine with the patch are as follows (although all steps may not be needed):
DEPENDENCIES:
Make sure you remove any existing wine installations or configurations.
I donk know id it matters but if you have had a previous installation of wine the configuration directory is in you home directory. Delete (after backup?) all the contents of ".wine"
Code:
sudo apt-get install build-essentials
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get build-dep wine
Copy information for patch from the following link http://bugs.winehq.org/attachment.cgi?id=8368 into a file named "acceptex.patch".
Download the latest (another if you like but I'm doing latest) from http://sourceforge.net/project/showf...ckage_id=77449.
Extract the wine source code into its own directory EG. "wine-1.1.24-source"
Copy the patch file created earlier into the folder the wine source was extracted.
Code:
cd ./wine-1.1.24-source
Code:
patch -p1 < acceptex.patch
COMPILING:
Output ening in "configure: Finished. Do 'make depend && make' to compile Wine." means this has completed successfully.
At this point it is time to make a cup of coffie / pot of soup / walk the dog. You may have enough time to do all of these things ZZzZzzzZzzzz....
Code:
make depend && make
INSTALL:
The install command must be run with sudo as the installer needs permissions to modify copy etcc to /usr ++ more
IT WORKS!!!!!!!!!!!!!!!!!! WOHOOOOO!!!!!!!!!!!!!!!!!!!!!!
Total time: About 50 mins.
Result: PRICELESS!!!





