On Thu, Mar 27, 2008 at 11:41 AM, David Gerard <dgerard@xxxxxxxxx> wrote: > On 27/03/2008, Mark Knecht <markknecht@xxxxxxxxx> wrote: > > > It's very easy to do this. Just download a tarball of Wine-0.9.56 from here: > > http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449 > > then build it using (I think...) these two instructions: > > ./configure > > make depend && make > > Do NOT do an install or you will overwrite your main version. > > Once done run wine from that location and look at the offending > > output. you may have to run it with some extra command line stuff but > > we'll talk about that if you need to and want to. > > > Note that this is indeed very easy indeed (I got the code by > installing using git, but it was just as easy) - but compilation will > take a little while! > And using git or CVS is great because eventually you can get all the way down to the exact patch that broke things which will really help the developers. - Mark