[Bug 21228] DVD Rebuilder doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 2 11:23:20 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21228





--- Comment #11 from Wylda <wylda at volny.cz>  2010-01-02 11:23:20 ---
(In reply to comment #10)
> So have I to do "CC="ccache gcc" ./configure --verbose && make depend && make"
> again after 
> "git bisect start
> git bisect good wine-0.9.36
> git bisect bad wine-0.9.37
> "
> or these 3 lines were "compilation" ?

This way:

git bisect start
git bisect good wine-1.1.33
git bisect bad  wine-1.1.35
./configure --verbose && make depend && make -j 4

./wine Rebuilder.exe  //you test your app here, say it is still bad, so:

git bisect bad
make -j 4

./wine Rebuilder.exe  //you test your app here, say your app is OK, so:

git bisect good
make -j 4


and so on... cca 9x

-- 
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.



More information about the wine-bugs mailing list