https://bugzilla.novell.com/show_bug.cgi?id=470918


           Summary: Compilation fails due to unknown type
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.2.x
          Platform: 32bit
        OS/Version: Solaris 10
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=268836)
 --> (https://bugzilla.novell.com/attachment.cgi?id=268836)
Patch for freebsd-elf_common.h

The header file mono/utils/freebsd-elf_common.h uses the type "u_int32_t",
which is not available under Solaris 10 (using gcc 4.1).

Changing the type to "uint32_t" fixes the problem and building mono 2.2 is
successful under Solaris 10/x86.

Patch attached.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to