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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
