http://bugs.winehq.org/show_bug.cgi?id=7530
Summary: Wine fails to compile on Intel-Macs, 'x86_DEBUG_STATE32' undeclared Product: Wine Version: CVS Platform: Macintosh OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: daniel.kauker@web.de
I'm running an Intel-Mac with MacOs X 10.4.8 (gcc is 4.0.1 from Apple). When I tried to compile Wine 0.9.31 or newer from CVS it fails in mach.c:
mach.c: In function 'get_thread_context': mach.c:151: error: storage size of 'state' isn't known mach.c:167: error: 'x86_DEBUG_STATE32' undeclared (first use in this function)
I hope someone can help me with this.
Thank you.