Hi, compiling the latest version of monodoc results in a strange error when the makefile runs the assembler.exe on the ecma specs: ===== mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334
** (../browser/assembler.exe:3770): WARNING **: Missing method .ctor in assembly ../browser/assembler.exe typeref index 11 Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required ===== I have no problems compiling mono, mcs and gtk-sharp from CVS though... Am i missing something? assembler.exe compiles fine, only when it is used to process the ecma334 it fails with this "missing constructor" message. The weird thing is: it fails _before_ the Main in assembler.cs is executed (I put a Console.WriteLine as the first instruction in Main, but it never gets written), so maybe it is a problem with a linked library? Thanks, Kris -- Kris Luyten PGP-key: http://lumumba.luc.ac.be/kris/kris-pub.txt homepage: http://lumumba.luc.ac.be/kris/projects/uiml.net _______________________________________________ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list
