[Mono-bugs] [Bug 65708][Nor] New - libgdiplus does not compile as ANSI C

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 14:42:49 -0400 (EDT)


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 andersb@blacksun.ca.

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

--- shadow/65708	2004-09-10 14:42:49.000000000 -0400
+++ shadow/65708.tmp.12949	2004-09-10 14:42:49.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 65708
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 7.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: andersb@blacksun.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: libgdiplus does not compile as ANSI C
+
+Description of Problem:
+libgdiplus uses some C++/C99 constructs
+with declaring variables "on the fly"...
+
+Steps to reproduce the problem:
+1. try to compile libgdiplus-1.0.1
+
+Actual Results:
+Compile failure.
+
+Expected Results:
+Compile success.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+This is just another gcc2 issue.