[Mono-bugs] [Bug 81326][Cri] New - Compilation failure on Solaris due to sys/cdefs.h

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 6 15:47:13 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by andreas.faerber at web.de.

http://bugzilla.ximian.com/show_bug.cgi?id=81326

--- shadow/81326	2007-04-06 15:47:13.000000000 -0400
+++ shadow/81326.tmp.11401	2007-04-06 15:47:13.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 81326
+Product: Mono: Runtime
+Version: 1.2
+OS: Solaris [Other]
+OS Details: Solaris 10 amd64 11/06
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: andreas.faerber at web.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compilation failure on Solaris due to sys/cdefs.h
+
+Description of Problem:
+Mono HEAD does not compile on Solaris.
+
+Steps to reproduce the problem:
+1. check out from SVN
+2. make
+
+Actual Results:
+Compiler error due to #include <sys/cdefs.h> as Solaris does not ship this header file.
+
+Expected Results:
+Successful compilation.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+A potential patch will be attached below that removes these dependencies and uses the 
+corresponding glib constructs.


More information about the mono-bugs mailing list