http://bugs.winehq.org/show_bug.cgi?id=11887
--- Comment #19 from Austin English austinenglish@gmail.com 2008-06-11 16:36:14 --- (In reply to comment #18)
Yep, found it and looks like I'm getting closer. Here's the error this time;
root@ubuntu:~/wine#
Don't run/build as root. Root permission is only needed to run make install, and you don't have to install it to test (optional, but not needed, as you can run wine from the build directory).
root@ubuntu:~/wine# git show 29b5c987d53baced430abc6cabdd55115107d688 | patch -p1 -R can't find file to patch at input line 13 Perhaps you used the wrong -p or --strip option? The text leading up to this was:
File to patch:
That one wasn't your fault ;-). Seems dlls/user was renamed to dlls/user32. I'll attach a patch in a moment, you can either tell it manually to patch the correct file, or use the patch I'll attach shortly.
FWIW, if this actually fixes the closing problem with WinPMail should this not be removed as a patch to the basic Wine package?
The patch fixed behavior for some apps, but not others. Win32 API is a disastrous mess, and fixing some bugs often causes others. However, in this case, the patch has seemed to cause more problems than it solved, and probably should be reverted.(In reply to comment #18)(In reply to comment #18)