http://bugs.winehq.org/show_bug.cgi?id=20474
--- Comment #11 from Yann Droneaud yann@droneaud.fr 2009-10-27 05:57:11 --- (In reply to comment #10)
Created an attachment (id=24387)
--> (http://bugs.winehq.org/attachment.cgi?id=24387) [details]
Ugly patch to allow some parts of wine to be built in GCC C99 mode
Apply the patch, run autoconf, then ./configure CFLAGS="--std=c99" LDFLAGS="-Wl,--allow-multiple-definition"
You would also use make LDFLAGS+="-Wl,--allow-multiple-definition" instead. But --std=c99 should be added at configure time.