[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 13:09:38 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-10 16:38:36.000000000 -0500
+++ shadow/77324.tmp.6533	2006-03-11 13:09:38.000000000 -0500
@@ -149,6 +149,21 @@
 
 
 It works for me. As Dick said: Are you doing something strange with
 include paths? ;-)
 
 
+
+------- Additional Comments From gr at grrrr.org  2006-03-11 13:09 -------
+Hi Robert,
+i can't see how this should work given the include path layout inside the mono framework. 
+And - it _doesn't_ actually work for me.
+Did you create a symlink "ln -s /Library/Frameworks/Mono.framework/Headers/mono /
+usr/local/include/mono" ?
+I don't have this, since it's not created by the mono installer.
+
+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


More information about the mono-bugs mailing list