[Mono-docs-list] Problems compiling Mono docs

Matthew Schumacher matt.s at aptalaska.net
Thu Feb 9 12:50:03 EST 2006


I'm trying to get this compiled so I can build mono-project but I keep
getting this error:

The sources of the mono compiler (mcs) were not found.
To include the COMPILER ERRORS in the documentation,
download the mcs sources and rerun autogen.sh
+ Make #1 (make )
Making all in engine
make[1]: Entering directory
`/tmp/pwbuilder-195142903627595/sources/10369313471365/monodoc-1.1.13/engine'
sed "s,\@srcdir\@,.," < ./Lucene.Net.dll.sources > lucene_sources
cp ../mono.pub .
/usr/bin/mcs -debug -out:monodoc.dll -target:library
/resource:./mono-ecma.xsl,mono-ecma.xsl
/resource:./ecmaspec-html.xsl,ecmaspec-html.xsl
/resource:./ecmaspec-html-css.xsl,ecmaspec-html-css.xsl
/resource:./base.css,base.css /resource:./ecmaspec.css,ecmaspec.css
/resource:./mono-ecma-css.xsl,mono-ecma-css.xsl
/resource:./mono-ecma.css,mono-ecma.css /resource:./home.html,home.html
./colorizer.cs ./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 ./commentservice.cs
./XmlNodeWriter.cs ./SearchableIndex.cs ./SearchableDocument.cs
AssemblyInfo.cs        @lucene_sources -r:ICSharpCode.SharpZipLib.dll
-r:System.Web -r:System.Web.Services
error CS0006: Cannot find assembly `ICSharpCode.SharpZipLib.dll'
Log:

Compilation failed: 1 error(s), 0 warnings
make[1]: *** [monodoc.dll] Error 1
make[1]: Leaving directory
`/tmp/pwbuilder-195142903627595/sources/10369313471365/monodoc-1.1.13/engine'
make: *** [all-recursive] Error 1
! Error: make failed


I have the file on my system:

$ locate ICSharpCode.SharpZipLib.dll
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/0.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/0.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/2.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/2.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb

So does anyone know why the compiler can't find it?

schu


More information about the Mono-docs-list mailing list