http://bugs.winehq.org/show_bug.cgi?id=15377
--- Comment #11 from James Hawkins truiken@gmail.com 2008-09-22 23:51:49 --- (In reply to comment #10)
Assuming you've got git compiling fine:
- $ git bisect reset
- $ git bisect start
- $ git bisect good wine-1.1.4
- $ git bisect bad wine-1.1.5
- $ CC="ccache gcc" ./configure && make clean && make depend && make
- $ ~/wine-git/wine your_program.exe
- 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.