http://bugs.winehq.com/show_bug.cgi?id=1569
Summary: Compile problem for Solaris 9 and gcc 3 in wine- 20030618/dlls/ntdll/signal_i386.c Product: Wine Version: 20030618 Platform: PC OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: Alan.Hargreaves@Sun.COM
FAULT_ADDR gets used at line 1006. It is of type (void *). It needs a cast to be able to dereference the structre element. This is how line 372 should read ...
#define FAULT_ADDRESS (((k_siginfo_t *)__siginfo)->si_addr)
Once doing this the compile continues