10.4.10, MBP 2.16GHz, macports 1.5.2. Trying to build wine fails: ---> Fetching wine ---> Attempting to fetch wine-0.9.45.tar.bz2 from http:// downloads.sourceforge.net/wine ---> Verifying checksum(s) for wine ---> Extracting wine ---> Configuring wine ---> Building wine with target depend all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_win e/work/wine-0.9.45" && make depend all " returned error 2 Command output: gcc -c -I. -I. -I../include -I../include - D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after- statement -Wwrite-strings -Wpointer-arith -I/opt/local/include -O2 - o clipboard.o clipboard.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o console.o console.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o context_alpha.o context_alpha.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o context_i386.o context_i386.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o context_powerpc.o context_powerpc.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o context_sparc.o context_sparc.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o context_x86_64.o context_x86_64.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o debugger.o debugger.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o device.o device.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o directory.o directory.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o event.o event.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o fd.o fd.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o file.o file.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o handle.o handle.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o hook.o hook.c gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe - fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings - Wpointer-arith -I/opt/local/include -O2 -o mach.o mach.c 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