http://bugs.winehq.org/show_bug.cgi?id=59571 --- Comment #5 from Antoine Le Gonidec <accounts.winehq@vv221.fr> --- Sadly setting -std=gnu99 does not help, I still get the exact same error. I can get rid of it by running ./configure with --without-mingw, but then I get a wine binary that seemingly can not display any window, not even the one usually shown during the initialisation of the prefix. Keeping in mind that I can not be sure that the missing windows are due to that option. Here is my full build command: CC="ccache gcc -m32" ./configure --verbose --disable-tests --without-freetype --without-mingw && CC="ccache gcc -m32" make -j6 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.