http://bugs.winehq.org/show_bug.cgi?id=15227
--- Comment #8 from Dylan Smith dylan.ah.smith@gmail.com 2008-09-11 13:43:01 --- $ gcc --version | head -1 gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
$ git checkout origin HEAD is now at 4b4109a... ws2_32: Win98 closesocket() does not wake up select.
$ make editor.o gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -ggdb -O0 -o editor.o editor.c
The only thing different about gcc would be any Ubuntu specific patches. The only compiler flags that I changed were "-ggdb -O0". Oh well, I'll just have to look over my patches more carefully.
Anyways, I submitted new patch to wine-patches, so I will wait and see if that gets accepted.