http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #12 from Austin English austinenglish@gmail.com 2008-12-16 09:29:22 --- (In reply to comment #11)
Yes, at any step I executed this command
CC="ccache gcc" ./configure --verbose && make depend && make
then I tested registax4 and then I indicated to git if the test is good or bad.
Before every test I launched wine -version to see if the version was really different: to immediately verify if something was wrong because it's the first time that I use git.
Perhaps you need to test in a clean WINEPREFIX each time. It'd be best to try: $ git checkout -f wine-0.9.59 $ CC="ccache gcc" ./configure --verbose && make depend && make $ ~/wine-git/wine program.exe
and make sure it works, before running the regression test. If not, something fishy is going on..