[Mono-list] Monodoc 0.9 installation

Chris Vickerson chris@vickerson.net
Thu, 15 Jan 2004 04:06:33 -0500


hope this is the right list... I'm trying to do an install of the new 
monodoc-0.9 and keep getting some sort of dependency error.  I do the 
following:

1. ./configure
2. make -> and it blows up here.

I've tried to figure this out on my own for several hours now and to my 
ability it looks like everything is in the right places.

Any help is appreciated.

The message become error message and spit out this:

*********************************************************

error CS0006: Cannot find assembly `gtkhtml-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `gtk-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `glade-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `glib-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `pango-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `gdk-sharp.dll'
Log:
 
error CS0006: Cannot find assembly `atk-sharp.dll'
Log:
 
Compilation failed: 7 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/usr/src/monodoc-0.9/browser'
make: *** [all-recursive] Error 1
********************************************************