Hi, I keep getting the error when I try to use mcs: ============= ** ERROR **: file domain.c: line 435 (mono_init): assertion failed: (mono_defaults.typed_reference_class != 0) aborting... Aborted =============
I installed mono from the Debian unstable packages. I think it is not a common problem, because I did not find any other questions about this kind of error in the mailing list archives. At line 435 in mono/metadata/domain.c, there is an assertion : g_assert (mono_defaults.typed_reference_class != 0); I installed the source with Debian's apt-get source, but I can not compile it because I suppose I first need the mcs to bootstrap the compilation? Any ideas how to fix it? -- Kris Luyten <[EMAIL PROTECTED]> EDM/LUC http://lumumba.luc.ac.be.kris -- Kris Luyten Expertisecentrum Digitale Media - Limburgs Universitair Centrum Wetenschapspark 2 3590 Diepenbeek (Belgium) tel.: +32 (0)11 268411 email: [EMAIL PROTECTED] PGP-key: http://lumumba.luc.ac.be/kris/kris-pub.txt homepage: http://lumumba.luc.ac.be/kris/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
