Hi, > I then downloaded the mono-doc tar.gz files (first 0.6, then 0.5) and > tried a ./configure && make, which fails. I attached the logs. Now they are attached.
mfg -- Andreas Sliwka <[EMAIL PROTECTED]> 5parts Deutschland GbR
Making all in browser make[1]: Entering directory `/tmp/monodoc-0.6/browser' mcs -debug -out:browser.exe ./browser.cs ./list.cs ./history.cs -resource:./../monodoc.png,monodoc.png -resource:./browser.glade,browser.glade -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll -r:monodoc.dll ./browser.cs(232) error CS1501: No overload for method `Begin' takes `1' arguments ./browser.cs(232) error CS8006: Could not find any applicable function for this argument list ./browser.cs(234) error CS0165: Use of unassigned local variable `stream' ./browser.cs(75) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(76) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(77) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(78) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(79) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(80) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(81) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(82) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(87) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(88) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(300) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(334) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(335) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(414) error CS1501: No overload for method `AppendColumn' takes `4' arguments ./browser.cs(414) error CS8006: Could not find any applicable function for this argument list ./browser.cs(422) error CS1502: The best overloaded match for method ' Gtk.TreeStore..ctor (System.IntPtr)' has some invalid arguments ./browser.cs(422) error CS1503: Argument 0: Cannot convert from 'System.Type' to 'System.IntPtr' ./browser.cs(422) error CS1501: No overload for method `Gtk.TreeStore' takes `1' arguments ./browser.cs(422) error CS1501: New invocation: Can not find a constructor in `Gtk.TreeStore' for this argument list ./browser.cs(424) error CS0117: `Gtk.TreeStore' does not contain a definition for `AppendValues' ./browser.cs(439) error CS0117: `Gtk.TreeStore' does not contain a definition for `AppendValues' ./browser.cs(440) error CS0165: Use of unassigned local variable `iter' ./list.cs(156) error CS0122: `.ctor' is inaccessible due to its protection level ./list.cs(163) error CS0165: Use of unassigned local variable `region_area' Compilation failed: 27 error(s), 0 warnings make[1]: *** [browser.exe] Fehler 1 make[1]: Leaving directory `/tmp/monodoc-0.6/browser' make: *** [all-recursive] Fehler 1
Making all in browser make[1]: Entering directory `/tmp/monodoc-0.5/browser' mcs /debug /out:browser.exe ./browser.cs ./list.cs ./history.cs ./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs ./html-helper.cs ./provider.cs ./index.cs /resource:./../monodoc.png,monodoc.png /resource:./browser.glade,browser.glade /resource:./mono-ecma.xsl,mono-ecma.xsl -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:ICSharpCode.SharpZipLib.dll -r:pango-sharp.dll -r:gdk-sharp.dll ./browser.cs(71) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(72) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(73) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(74) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(75) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(76) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(77) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(78) error CS0246: Could not find attribute 'Glade.Widget' (are you missing a using directive or an assembly reference ?) ./browser.cs(370) error CS1501: No overload for method `AppendColumn' takes `4' arguments ./browser.cs(370) error CS8006: Could not find any applicable function for this argument list ./browser.cs(378) error CS1502: The best overloaded match for method ' Gtk.TreeStore..ctor (System.IntPtr)' has some invalid arguments ./browser.cs(378) error CS1503: Argument 0: Cannot convert from 'System.Type' to 'System.IntPtr' ./browser.cs(378) error CS1501: No overload for method `Gtk.TreeStore' takes `1' arguments ./browser.cs(378) error CS1501: New invocation: Can not find a constructor in `Gtk.TreeStore' for this argument list ./browser.cs(380) error CS0117: `Gtk.TreeStore' does not contain a definition for `AppendValues' ./browser.cs(395) error CS0117: `Gtk.TreeStore' does not contain a definition for `AppendValues' ./browser.cs(396) error CS0165: Use of unassigned local variable `iter' ./list.cs(102) error CS0122: `.ctor' is inaccessible due to its protection level ./list.cs(109) error CS0165: Use of unassigned local variable `region_area' ./ecma-provider.cs(261) error CS0029: Cannot convert implicitly from `object' to `System.Collections.ArrayList' Compilation failed: 20 error(s), 0 warnings make[1]: *** [browser.exe] Fehler 1 make[1]: Leaving directory `/tmp/monodoc-0.5/browser' make: *** [all-recursive] Fehler 1
