http://bugs.winehq.org/show_bug.cgi?id=14438
--- Comment #6 from David Hall (gringer) winehq@gringer.dis.org.nz 2008-08-21 07:55:36 --- I forgot about the other issue with regression testing, namely wine not compiling.
as an example, this is what I got when trying to compile [d6bd8661ffeab62f003fb6cfee409fb593db8f74] dbghelp: Dwarf & parse context. (between 0.9.15 and 0.9.17).
/home/flat/install/git/wine-git/dlls/winex11.drv/palette.c:828: undefined reference to `GDI_GetObjPtr' /home/flat/install/git/wine-git/dlls/winex11.drv/palette.c:848: undefined reference to `GDI_ReleaseObj' ... /home/flat/install/git/wine-git/dlls/winex11.drv/palette.c:1267: undefined reference to `GDI_GetObjPtr' /home/flat/install/git/wine-git/dlls/winex11.drv/palette.c:1283: undefined reference to `GDI_ReleaseObj' collect2: ld returned 1 exit status winegcc: gcc failed.
As the other bug suggested that things changed between 0.9.15 and 0.9.16, I suspect I'll need to compile this to get it nailed down. Any ideas?