[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
Wed, 12 Nov 2003 07:32:21 -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 jeroen@xs4all.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=50542
--- shadow/50542 2003-11-04 09:06:03.000000000 -0500
+++ shadow/50542.tmp.23482 2003-11-12 07:32:20.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 50542
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: YDL 3.0
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Blocker
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: Jeroen@xs4all.nl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -26,6 +26,26 @@
------- Additional Comments From Jeroen@xs4all.nl 2003-11-04 09:06 -------
Created an attachment (id=5868)
patch for CSIZE macro
+
+------- Additional Comments From Jeroen@xs4all.nl 2003-11-12 07:32 -------
+Some more info on the CSIZE bug: CSIZE is already defined somewhere
+else (outside of mono):
+
+interp.c:100:1: warning: "CSIZE" redefined
+In file included from /usr/include/termios.h:40,
+ from /usr/include/bits/ioctl-types.h:5,
+ from /usr/include/sys/ioctl.h:30,
+ from ../../mono/io-layer/sockets.h:15,
+ from ../../mono/io-layer/wapi.h:26,
+ from ../../mono/io-layer/io-layer.h:24,
+ from ../../mono/metadata/loader.h:6,
+ from interp.c:44:
+/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.