[Mono-bugs] [Bug 77932][Nor] New - Missing stdint.h problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 27 16:49:51 EST 2006


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 niceckng at gmail.com.

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

--- shadow/77932	2006-03-27 16:49:51.000000000 -0500
+++ shadow/77932.tmp.510	2006-03-27 16:49:51.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77932
+Product: Mono: Tools
+Version: 1.1
+OS: Solaris [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: niceckng at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Missing stdint.h problem
+
+Description of Problem:
+Missing stdint.h problem causing failed compilation
+
+Steps to reproduce the problem:
+1. Without stdint.h
+2. Compile
+
+Actual Results:
+mod_mono.h:47:20: stdint.h: No such file or directory
+
+Expected Results:
+succesful compilation
+
+How often does this happen? 
+N/A
+
+Additional Information:
+Patch:
+
+--- src/mod_mono.h.orig Mon Mar 27 13:30:42 2006
++++ src/mod_mono.h      Mon Mar 27 13:32:33 2006
+@@ -44,7 +44,9 @@
+ #include <sys/wait.h>
+ #endif
+ 
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#endif
+ #include "httpd.h"
+ #include "http_core.h"
+ #include "http_log.h"


More information about the mono-bugs mailing list