https://bugs.winehq.org/show_bug.cgi?id=47668
--- Comment #10 from Rik Shaw rikshaw76@gmail.com ---
Note: patch was generated against wine-4.10, i`ll update wine later and generate diff against latest git then and attach it.
I am a complete NOOB at compiling WINE, but I have a test 32-bit Ubuntu 16.04 virtual machine I am using. I got the configure to complete successfully, but during make I am getting the following:
kernel32.dll-YylF9X.spec.o: In function `__wine_spec_imp_ReOpenFile': (.text+0xa37c): undefined reference to `__imp_ReOpenFile' collect2: error: ld returned 1 exit status winegcc: i686-linux-gnu-gcc failed Makefile:724: recipe for target 'kernel32.dll.so' failed make[1]: *** [kernel32.dll.so] Error 2 make[1]: Leaving directory '/home/wasta/dev/wine/wine-git/dlls/kernel32' Makefile:8343: recipe for target 'dlls/kernel32' failed make: *** [dlls/kernel32] Error 2
This is with the patch applied from @Louis so I think it may be the newer git version of wine OR I have something else wrong. Quite interested to test this patch, but am stuck on how to adjust it to comply with the newer wine code??