[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
Sat Mar 11 21:54:34 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 18:01:32.000000000 -0500
+++ shadow/77324.tmp.30142	2006-03-11 21:54:34.000000000 -0500
@@ -183,6 +183,23 @@
 That's one of the rules of gcc's -framework switch.
 
 I'm pretty sure this used to work under 10.3 as well,
 but I don't have this version any more, so I cannot
 test it.
 
+
+------- Additional Comments From gr at grrrr.org  2006-03-11 21:54 -------
+sorry to be picky, but i'd like to find out how just specifying -framework mono can find 
+the necessary include files in your case.
+Im using OS 10.3 with gcc 3.3, but from all what i know the include file lookup hasn't 
+changed for gcc 4.0. 
+First, -framework mono would look up a #include <mono/jit/jit.h> as /Library/
+Frameworks/Mono.framework/Headers/jit/jit.h>, and would _not_ find the actual /
+Library/Frameworks/Mono.framework/Headers/mono/jit/jit.h>
+Second, in mono/metadata/appdomain.h, which gets included once mono/jit/jit.h is 
+found, there is #include <glib.h>. I can't see how this (namely /Library/Frameworks/
+Mono.framework/Headers/glib-2.0/glib.h) should be found at all with giving no more 
+than -framework Mono.
+
+thanks,
+Thomas
+


More information about the mono-bugs mailing list