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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 8 Jan 2005 08:09:51 -0500 (EST)


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	2005-01-07 18:22:21.000000000 -0500
+++ shadow/65708.tmp.28403	2005-01-08 08:09:51.000000000 -0500
@@ -85,6 +85,22 @@
 CC=gcc296
 
 
 ------- Additional Comments From peter@novonyx.com  2005-01-07 18:22 -------
 - Fixed the offending code, checked and could not find any other c++ 
 style stuff. Can you try again?
+
+------- Additional Comments From andersb@blacksun.ca  2005-01-08 08:09 -------
+But you didn't really try it, or even look at my patch - right ?
+
+graphics-path.c: In function `GdipAddPathPath':
+graphics-path.c:845: parse error before `pts'
+graphics-path.c:848: `pts' undeclared (first use in this function)
+graphics-path.c:848: (Each undeclared identifier is reported only once
+graphics-path.c:848: for each function it appears in.)
+graphics-path.c:849: `types' undeclared (first use in this function)
+
+Declaring arrays with dynamic variables is not allowed in old C...
+(I had "fixed" all these in the patch that is attached to this bug)
+
+At revision 38521. (SVN)
+