http://bugs.winehq.org/show_bug.cgi?id=34162
Bug #: 34162 Summary: CGDirectPaletteRef has been deprecated so winemac.drv can't be compiled in Mavericks. Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: critical Priority: P2 Component: winemac.drv AssignedTo: wine-bugs@winehq.org ReportedBy: parahexen@gmail.com Classification: Unclassified
gdi.c:144:5: error: use of undeclared identifier 'CGDirectPaletteRef' CGDirectPaletteRef palette; ^ gdi.c:190:5: error: use of undeclared identifier 'palette' palette = CGPaletteCreateWithDisplay(mainDisplay); ^ gdi.c:191:9: error: use of undeclared identifier 'palette' if (palette) ^ gdi.c:193:52: error: use of undeclared identifier 'palette' palette_size = CGPaletteGetNumberOfSamples(palette); ^ gdi.c:194:26: error: use of undeclared identifier 'palette' CGPaletteRelease(palette); ^ 5 errors generated. make[1]: *** [gdi.o] Error 1 make: *** [dlls/winemac.drv] Error 2 make: *** Waiting for unfinished jobs....