[Bug 1569] New: Compile problem for Solaris 9 and gcc 3 in wine-20030618/dlls/ntdll/signal_i386.c

Wine Bugs wine-bugs at winehq.com
Thu Jul 3 02:36:03 CDT 2003


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 at winehq.com
        ReportedBy: Alan.Hargreaves at 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

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list