Hi All, Trying to build Wine 0.9.47 on an Intel MacBook Pro (2.16GHz Core Duo).... compilation stops at:
mach.c: In function 'get_thread_context': mach.c:166: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:166: error: (Each undeclared identifier is reported only once mach.c:166: error: for each function it appears in.) mach.c:166: error: parse error before 'state' mach.c:167: error: 'state' undeclared (first use in this function) mach.c:182: error: 'x86_DEBUG_STATE32' undeclared (first use in this function) mach.c: In function 'set_thread_context': mach.c:210: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:210: error: parse error before 'state' mach.c:211: error: 'state' undeclared (first use in this function) mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in this function) make[1]: *** [mach.o] Error 1 make: *** [server] Error 2
I stared briefly at the code, and didn't see anything obvious -- also a quick grep through the source directories and the XCode Headers didn't find a header file that included "x86_debug" (case insensitive grep). Ideas?
Steve Brown sbrown7@umbc.edu
On Sunday 21 October 2007 18:57:10 Steve Brown wrote:
mach.c:210: error: parse error before 'state' mach.c:211: error: 'state' undeclared (first use in this function) mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in this
See this bug: http://bugs.winehq.org/show_bug.cgi?id=7530
-Hans
On Sun, 21 Oct 2007, Hans Leidekker wrote:
On Sunday 21 October 2007 18:57:10 Steve Brown wrote:
mach.c:210: error: parse error before 'state' mach.c:211: error: 'state' undeclared (first use in this function) mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in this
See this bug: http://bugs.winehq.org/show_bug.cgi?id=7530
DOH! Sorry for the noise.
Steve Brown sbrown7@umbc.edu