[Gtk-sharp-list] Monodoc make failure

Vladimir Vukicevic vladimirv@gmail.com
Sun, 30 May 2004 16:26:13 -0700


On Sat, 29 May 2004 19:04:13 +0100, Colin JN Breame
<c.j.n.breame@durham.ac.uk> wrote:
> I'm trying to compile monodoc and I'm getting the following error:
> 
> make[1]: Entering directory `/home/colin/src/monodoc-0.9/browser'
> mcs -debug
> -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./history.cs ./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.png,monodoc.png -resource:./browser.glade,browser.glade  -r:gtkhtml-sharp.dll -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll -r:atk-sharp.dll  -r:System.Web.Services -r:monodoc.dll
> 
> Unhandled Exception: System.IO.FileNotFoundException: File
> 'gtkhtml-sharp' not found.
> 
> My MONO_PATH is set to:

I'm guessing you're using a beta 2 preview of mono/mcs, and an older
monodoc release -- you probably need monodoc from CVS, as I'm not sure
if there's been a more recent release.  It needs to use -pkg:gtk-sharp
instead of -r switches to find gtk-sharp, which the CVS versions do.

    - Vlad