[Mono-devel-list] Monodoc install problems
Miguel de Icaza
miguel at ximian.com
Thu Oct 23 13:22:32 EDT 2003
Hello,
> I am trying to install Monodoc, and am having limited success.
>
> So far I have installed:
> GTK+
> Libglade
> GTK# (build included glade#)
>
> When it comes to the 'make' stage of Monodoc, the following line falls over:
>
> mono --debug ../browser.assembler.exe --error cs-errors.config -o cs-errors
>
> resulting in:
>
> Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
> '../../mcs/errors' not found
>
> then some more blurb as the error gets passed up the class hierarchies until
> finally:
> make[1]: ***[cs-errors-tree] Error 1
> make[1]: Leaving directory '/root/MonoIC/monodoc-0.7/class'
> make: ***[all-recursive] Error 1
>
> Ok, so the make process can't find the mcs/errors folder, and neither can I,
> can anybody tell me where it should be located (I am not being lazy, I have
> looked!) and how to go about remedying the situation if I still can't find
> it?
We should fix this makefile to be more resistant.
Anyways, Monodoc to build its docs expects to have the following layout:
mono/
mcs/
monodoc/
So it can pull the error samples from mcs/errors
Miguel.
More information about the Mono-devel-list
mailing list