[Mono-list] cvs monodoc mdk9.1

Fawad Halim fawad@fawad.net
Sun, 26 Oct 2003 10:07:32 -0600


Eduardo,
    You're not doing anything wrong. The docs you're getting an error 
with don't come with the monodoc cvs module. For example, you need to 
install the monkeyguide CVS module to get the monodoc handbook docs.

-fawad

Eduardo Osorio Armenta wrote:

>i made changes on browser.cs line 1204 
>from :
>
>if (tree_view.Selection.GetSelected (out model, ref
>iter)){
>      Node n = (Node) iter_to_node [iter];
>.
>.
>.
>to :
>
>if (tree_view.Selection.GetSelected (out model, out
>iter)){
>	Node n = (Node) iter_to_node [iter];
>
>.
>.
>.
>and the same in line 1127
>
>
>and finally monodoc compiles fine 
>
>make install
>
>
>great!
>
>but 
>
>after changing monodoc.config 
>in /usr/lib/monodoc.config
>
>monodoc starts! (oh ma!)
>
>but  HandBook & Gnome Libraries & Mozilla Libraries
>& Dia Canvas
>
>shows:
>
>Unhandled URLFunctionality to view the resource
>root:/monohb is not available on your system or has
>not yet been implemented.
>
>Unhandled URLFunctionality to view the resource
>root:/classlib-diacanvas is not available on your
>system or has not yet been implemented.
>
>
>what did i make wrong?
>
>thanks for advice
>
>__________________________________
>Do you Yahoo!?
>The New Yahoo! Shopping - with improved product search
>http://shopping.yahoo.com
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>  
>