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