[Mono-bugs] [Bug 77324][Nor] Changed - crashes using the mono framework on OSX

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 12 06:06:28 EST 2006


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 gr at grrrr.org.

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

--- shadow/77324	2006-03-11 21:54:34.000000000 -0500
+++ shadow/77324.tmp.15840	2006-03-12 06:06:28.000000000 -0500
@@ -200,6 +200,20 @@
 Mono.framework/Headers/glib-2.0/glib.h) should be found at all with giving no more 
 than -framework Mono.
 
 thanks,
 Thomas
 
+
+------- Additional Comments From gr at grrrr.org  2006-03-12 06:06 -------
+Ok, i see now: i your response from 2006-03-10 16:38 you meant linker include paths.
+It's true that mono doesn't crash any more with your makefile change, BUT at the same 
+time Apple's GetCurrentprocess can't be used.  In my case the console printout is
+
+GetCurrentProcess failed
+trying mono... Mono init OK
+
+This means that the Mono GetCurrentProcess function has been called instead of that of 
+Apple's process manager.
+So, that's no solution, as it is a widely used function and should NOT clash with Mono. Is 
+there a possibility to simply rename this mono function to avoid the name clash?
+


More information about the mono-bugs mailing list