[Mono-devel-list] Monodoc install problems

Jason King jason.king at profox.co.uk
Fri Oct 24 05:18:57 EDT 2003


Hello, thanks for that.

Problem is, I don't seem to have the correct folder I don't think.

As I understand it, I need to have a folder mcs with another folder called
errors inside it (thus mcs/errors), is that correct, or am I mislead by the
error message saying directory not found(or is it looking for a file?).

I have copied my mcs folder to the monodoc folder, to one level above the
monodoc folder, and to a level above that, but it is still not finding what
it needs.  I have inspected the mcs folder, and it doesn't have a
cs-errors.config file, though I do have one in monodoc-0.7/class.

I am using Mono 0.28 and Monodoc 0.7.

My thoughts are either that something in the make process is either looking
for something in the wrong place, or I am missing a file/folder structure.

Jase

Regards,
Jason King
Profox Systems Ltd

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Miguel de
Icaza
Sent: 23 October 2003 18:23
To: Jason King
Cc: Mono-devel-list at lists.ximian.com
Subject: Re: [Mono-devel-list] Monodoc install problems


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.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list






More information about the Mono-devel-list mailing list