http://bugs.winehq.org/show_bug.cgi?id=23420
--- Comment #8 from t6tiar00@students.oamk.fi 2010-07-27 11:46:05 --- (In reply to comment #7)
(In reply to comment #6)
(In reply to comment #5)
Does './configure --verbose' report anything missing?
Now it says that such directory as './configure' does not exist.
You need to run ./configure from the Wine source tree, in the same place where you perform the regression testing.
I found the problem: my ATI drivers will need re-installation every time when I boot up my computer. So, after re-installing them I got Wine to run.
I am doing regression test now and following the guides from http://www.winehq.org/site/docs/winedev-guide/x1348 and http://wiki.winehq.org/RegressionTesting.
Now I am having a problem again. Every time I give "git bisect bad"-command and recompile Wine, the following will come up every time:
The merge base 36def4af0ca85a1d0e66b5207056775bcb3b09ff is bad. This means the bug has been fixed between 36def4af0ca85a1d0e66b5207056775bcb3b09ff and [30815a50ed6a1b7ede26a1f0685bf687bf56e0ed].
Seems like git doesn't checkout a new version of Wine for me to rebuild. What's wrong?
Thanks.