[Mono-list] Error when compiling monodoc-0.7
Ciobanu Alexander
alex@prodidactica.md
Tue, 11 Nov 2003 10:10:53 +0200
Ok, after i compiled mcs , trying to compile monodoc, i get these errors :
make[1]: Entering directory `/Install/monodoc-0.7/browser'
mcs -debug -out:monodoc.dll -target:library
/resource:./mono-ecma.xsl,mono-ecma.xsl
/resource:./ecmaspec-html.xsl,ecmaspec-html.xsl ./man-provider.cs
./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs
./simple-provider.cs ./html-helper.cs ./provider.cs ./index.cs
./error-provider.cs ./ecmaspec-provider.cs ./editing.cs ./settings.cs
-r:ICSharpCode.SharpZipLib.dll -r:System.Web
Unhandled Exception: System.NullReferenceException: A null value was found
where an object instance was required
make[1]: *** [monodoc.dll] Error 1
make[1]: Leaving directory `/Install/monodoc-0.7/browser'
make: *** [all-recursive] Error 1
The same exception is caught even i want to recompile gtk-sharp !!!
what i did wrong ?