http://bugs.winehq.org/show_bug.cgi?id=58755
--- Comment #12 from Edoardo Lolletti edoardo762@gmail.com --- Created attachment 79412 --> http://bugs.winehq.org/attachment.cgi?id=79412 log
I'm trying to build wine 10.16 with the patch from the mr applied, but can't seem to be able to build it as I'm getting compile errors. Attached is the output, this is how i'm configuring wine ``` ../configure --prefix=/tmp/wine-pref --libdir=/tmp/wine-pref/lib --enable-archs=x86_64,i386 --disable-tests --without-oss --without-sane --without-v4l2 --without-cups --without-gphoto --without-xinerama --without-pcsclite --without-xxf86vm --without-pcap --without-wayland ``` and i'm building with make -j13 I'm on arch, using the distro provided mingw (13.0.0-1) and gcc (15.2.0) packages