[Mono-docs-list] monodoc build problems

M Hoskison matth@room41.net
18 Aug 2003 18:44:27 +0100


Not sure if this question has been addressed before - the list server
doesn't appear to provide a search-the-archive option.

Trying to build monodoc 0.4. ./configure reports no errors (an unusually
short output though), then make barfs:

[root@alyeska monodoc-0.4]# make
Making all in browser
make[1]: Entering directory
`/usr/src/redhat/SOURCES/monodoc-0.4/browser'
mcs /debug /out:browser.exe ./browser.cs ./history.cs ./ecma-provider.cs
./simple-provider.cs ./html-helper.cs ./provider.cs=20
/resource:./browser.glade,browser.glade
/resource:./mono-ecma.xsl,mono-ecma.xsl -r:gtk-sharp.dll
-r:glade-sharp.dll -r:glib-sharp.dll -r:ICSharpCode.SharpZipLib.dll
=EF=BB=BF./ecma-provider.cs(280) error CS0029: Cannot convert implicitly fr=
om
`object' to `System.Collections.ArrayList'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/monodoc-0.4/browser'
make: *** [all-recursive] Error 1

Any clues would be much appreciated!