[Mono-bugs] [Bug 57778][Blo] Changed - mono doesn't compile
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 10:34:04 -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 tambet@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57778
--- shadow/57778 2004-04-29 18:56:50.000000000 -0400
+++ shadow/57778.tmp.11728 2004-04-30 10:34:04.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 57778
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Blocker
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: tambet@ximian.com
@@ -162,6 +162,37 @@
for the release next week.
------- Additional Comments From james@ximian.com 2004-04-29 18:56 -------
Oops, should've commented on this earlier today. I installed a
monocharge and everything is cool now. I don't know if Tambet is
still having problems or not.
+
+------- Additional Comments From tambet@ximian.com 2004-04-30 10:34 -------
+Now the runtime doesn't compile:
+
+gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0
+-I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
+-I/usr/lib/glib-2.0/include -I../../libgc/include
+-DMONO_BINDIR=\"/opt/mono/bin\" -I../.. -DGC_LINUX_THREADS
+-DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions
+-D_FILE_OFFSET_BITS=64 -g -O2 -fno-strict-aliasing -g -Wall -Wunused
+-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
+-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
+-Wcast-align -Wwrite-strings -MT io.lo -MD -MP -MF .deps/io.Tpo -c
+io.c -fPIC -DPIC -o .libs/io.lo
+io.c: In function `async_notifier':
+io.c:290: union has no member named `SIGVAL_PTR'
+io.c: In function `file_read':
+io.c:390: union has no member named `SIGVAL_PTR'
+io.c: In function `file_write':
+io.c:497: union has no member named `SIGVAL_PTR'
+io.c: At top level:
+io.c:2391: conflicting types for `scandir'
+/usr/include/dirent.h:238: previous declaration of `scandir'
+make[3]: *** [io.lo] Error 1
+make[3]: Leaving directory `/home/tambet/cvs/mono/mono/io-layer'
+make[2]: *** [all-recursive] Error 1
+make[2]: Leaving directory `/home/tambet/cvs/mono/mono'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/home/tambet/cvs/mono'
+make: *** [all] Error 2
+