[Mono-list] Monodoc

John Luke jluke@users.sourceforge.net
Fri, 03 Oct 2003 15:44:29 -0400


>>>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?