patching file dlls/winex11.drv/mouse.c
Hunk #4 succeeded at 1011 (offset 2 lines).
Hunk #5 succeeded at 1058 (offset 2 lines).
Is the output from the terminal after running the command patch -p1 < winex11.drv.diff.
I also don't know if its worth mentioning but while trying to compile wine I keep getting errors. On occasion it works flawlessly without any errors at all, as it did in the case of making winex11.drv.
I tried compiling again using both 1.1.38 and 1.1.35 and it happens in both cases, I tried compiling the two files multiple times today, and got the error a good 4 times, then it just compiled (after each error I would delete the wine folder and start from source and patch all over again). The error came up as:
../../tools/makedep -C. -S../.. -T../.. bitblt.c bitmap.c brush.c clipboard.c codepage.c desktop.c dib.c dib_convert.c dib_dst_swap.c dib_src_swap.c event.c graphics.c ime.c init.c keyboard.c mouse.c opengl.c palette.c pen.c scroll.c settings.c systray.c text.c window.c wintab.c x11ddraw.c x11drv_main.c xdnd.c xfont.c xim.c xinerama.c xrandr.c xrender.c xvidmode.c version.rc
make: ../../tools/makedep: No such file or directory
make: [Makefile] Error 1 (ignored)
../../tools/makedep -C. -S../.. -T../.. bitblt.c bitmap.c brush.c clipboard.c codepage.c desktop.c dib.c dib_convert.c dib_dst_swap.c dib_src_swap.c event.c graphics.c ime.c init.c keyboard.c mouse.c opengl.c palette.c pen.c scroll.c settings.c systray.c text.c window.c wintab.c x11ddraw.c x11drv_main.c xdnd.c xfont.c xim.c xinerama.c xrandr.c xrender.c xvidmode.c version.rc
make: ../../tools/makedep: No such file or directory
make: *** [depend] Error 1
Its certainly quite possible that it doesn't work because of some sort of problem on my end, sadly my complete lack of understanding of the terminal and its usage means I cant decipher the errors meaning. Also, for dependencies I was advised to download macports, and install wine from there, before deleting the wine application and then compile from source. I was told this would ensure I had everything I needed. Obviously I also installed xcode from the snow leopard dvd too. As I say though, it does eventually compile with no errors of any kind...