[Mono-bugs] [Bug 470918] New: Compilation fails due to unknown type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 30 04:38:58 EST 2009
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: mono-bugs at lists.ximian.com
ReportedBy: burkhard.linke at CeBiTec.Uni-Bielefeld.DE
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list