[Wine] Regression testing Money 2004

Detlef Riekenberg wine.dev at web.de
Mon Jun 12 04:53:43 CDT 2006


Tony Pursell wrote:

>  > The start and end points were 0.9.9 (good) and 0.9.12 (bad), but

So, when 0.9.9 is good, you should use this release and get it compiled
without errors, before starting with "git bisect".

You need a lot of dev-packages to compile wine with all options.
More infos in "documentation/PACKAGING" and
http://wiki.winehq.org/Recommended_Packages
(You do not need all Audio-Drivers)

> > When I complain that Wine won't run Money, the cry goes up "do a
> > regression test - it's easy".  Well it's not easy for a non-programmer
> > like me when this happens.  I have no idea where I go from here.

Hm. I had no need to do regression-testing before. 
Then we need to figure it out, how to do that in easy steps and update
our docs.
http://wiki.winehq.org/GitWine?highlight=%28Regression%29%7C%28Test%29

> try a 'make clean' and then compile again with configure && make depend && make


Another Hint:
You can use without installing / uninstalling each turn, but you must be
sure, that you uninstalled the prev. wine-version first:

When your are in the directory, where you compiled wine, a
"./wine yourapp.exe" will find all required files.

>From the above doc:
./configure && make clean && make depend && make
./wine 'c:\test.exe'



-- 
By By ...
      ... Detlef




More information about the wine-users mailing list