[Mono-bugs] [Bug 50542][Blo] Changed - mono 0.28/CVS HEAD doesn't build on linux/ppc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 04:45:28 -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 fgenolini@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50542
--- shadow/50542 2003-11-12 07:32:20.000000000 -0500
+++ shadow/50542.tmp.31628 2003-11-13 04:45:28.000000000 -0500
@@ -46,6 +46,11 @@
/usr/include/bits/termios.h:156:1: warning: this is the location of
the previous definition
It's defined in termios.h as: #define CSIZE 00001400
So this obviously conflicts with CSIZE as defined in mono.
+
+------- Additional Comments From fgenolini@hotmail.com 2003-11-13 04:45 -------
+I have replaced all occurences of CSIZE with sizeof (C keyword) and
+this compiles.
+However, the build then fails with Bug 50925