I've just checked out monodoc from CVS and here below is the
error message I get when trying to compile it:

make[1]: Entering directory `/home/genius/projects/monodoc/class'
mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334

** (../browser/assembler.exe:4913): 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


You need to make clean after a gtk# update.



... done, but the problem persists... (I've checked out the mono stuff two hours ago).

Gius_.


Can you try this in your monodoc directory, if you haven't already:
make clean
cvs -z3 update -dP
./autogen.sh --prefix=/your/prefix
make
make install

If it doesn't work, can you confirm you have a monodoc/ecma334/ directory?

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to