http://bugs.winehq.org/show_bug.cgi?id=33037
--- Comment #4 from german_ant_82@yahoo.com 2013-02-23 09:49:24 CST --- (In reply to comment #3)
Ok, but the point of regression test is to find a particular commit that broke it. I guess VS6 is not available as trial download most likely, so we need you or anyone with a copy to do that.
I followed the instructions at http://wiki.winehq.org/RegressionTesting but wine doesn't work. I did these steps:
1. Download wine using git clone. [OK] 2. Run CC="ccache gcc...." (there where many lines "checking for..." that says "no" and many others that says "yes"). At the end, there where some messages like "configure: XXX development files not found, XXX won't be supported". 3. run "sudo apt-get build-dep wine wine-dev". The messages where "Picking «wine1.4» as source package instead of «wine-dev»" and "E: Unable to find a source package for wine-dev" 4. Run the script "sudo sh ./install-wine-deps.sh" at http://wiki.winehq.org/Recommended_Packages [OK] 5. Run step 2 again. Similar results, but at the end there where only one message "configure: OpenCL development files not found, OpenCL won't be supported".
I rename ".wine" folder, and compile wine using make. Then, I run wine using "./wine program_install.exe". And the message 'wine: cannot find L"C:\windows\system32\program_install.exe"' is shown.
I think that there is a conflict between my installed wine 1.4 and the development one (see step 3)