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 - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list




_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to