[Mono-list] Compiling monodoc from svn
Dave Murphy
dave@schwuk.com
Fri, 18 Feb 2005 10:03:52 +0000
I'm compiling monodoc from svn, and get the following error:
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 -pkg:gtkhtml-sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll
./browser.cs(1809) error CS0246: Cannot find type 'Notebook'
./list.cs(19) error CS0246: Cannot find type 'Gtk.DrawingArea'
./elabel.cs(12) error CS0246: Cannot find type 'Label'
Compilation failed: 3 error(s), 0 warnings
mono, mcs, gtk-sharp (1.0 and 2.0) have all compiled successfully, with
--prefix=/usr/local. Any ideas where I should start looking?
Cheers,
--
Dave Murphy <dave@schwuk.com>