[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 18:01:32 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 robertj at gmx.net.

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

--- shadow/77324	2006-03-11 13:09:38.000000000 -0500
+++ shadow/77324.tmp.17307	2006-03-11 18:01:32.000000000 -0500
@@ -164,6 +164,25 @@
 For the default framework layout header files would have to be included with something 
 like #include <Mono/mono/jit/jit.h> to be found, but in the header files itself it's more 
 like <mono/jit/jit.h>, so it doesn't work out.
 
 greetings,
 Thomas
+
+------- Additional Comments From robertj at gmx.net  2006-03-11 18:01 -------
+Thomas,
+
+I didn't create any symlinks and don't have any
+other mono versions around than the installed binary.
+
+This is probably an issue of your Mac OS X version.
+Under 10.4, with "-framework Mono" gcc will pick the
+correct include files, because they get loaded from
+
+/Library/Frameworks/Mono.framework/Headers/
+
+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.
+


More information about the mono-bugs mailing list