http://bugs.winehq.org/show_bug.cgi?id=15377 --- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-09-22 23:51:49 --- (In reply to comment #10)
Assuming you've got git compiling fine:
1. $ git bisect reset 2. $ git bisect start 3. $ git bisect good wine-1.1.4 4. $ git bisect bad wine-1.1.5 5. $ CC="ccache gcc" ./configure && make clean && make depend && make 6. $ ~/wine-git/wine your_program.exe 7. If good A) $ git bisect good If bad B) $ git bisect bad
Repeat until you see something similar to:
By repeat, Austin meant go to step 5. -- 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.