[Mono-bugs] [Bug 81456][Blo] Changed - eglib does not build on Mac OS X

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 25 18:20:59 EDT 2007


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 andreas.faerber at web.de.

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

--- shadow/81456	2007-04-25 18:08:39.000000000 -0400
+++ shadow/81456.tmp.20957	2007-04-25 18:20:59.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81456
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Mac OS X v10.4.9 ppc64
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: andreas.faerber at web.de                            
 ReportedBy: andreas.faerber at web.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -24,6 +24,21 @@
 to various unresolved glib-internal symbols that I was not able to track down.
 
 ------- Additional Comments From andreas.faerber at web.de  2007-04-25 18:08 -------
 Created an attachment (id=19130)
 draft patch, fixes compile errors
 
+
+------- Additional Comments From andreas.faerber at web.de  2007-04-25 18:20 -------
+Above, in gspawn.c I've fixed the _environ symbol problem using a new approach (Robert 
+Jordan previously had suggested to use char** environ; environ = *_NSGetEnviron(); when 
+embedding Mono). Please confirm if this is semantically equivalent.
+
+In gpath.c I've worked around the non-available *pwent methods by making that section 
+conditional.
+
+In gstr.c I've implemented the g_strndup function. Should errno be set here?
+
+In glib.h I needed to add some macros used somewhere - please review.
+
+In gunicode.c I've added a stub for g_unichar_xdigit_value and fixed the return value of 
+iconv.


More information about the mono-bugs mailing list