Hi: I had a similar problem, and had to update the gtk-sharp/ module from the cvs. Based on the warnings/errors, I would say you need to do it again (you didn't mention your mono/gtk-sharp packages versions).
Regards, Carlos. El mar, 30-09-2003 a las 16:05, Javier Chico escribi�: > Hi, I am trying to compile the monodoc sources that I have downloaded > from the cvs (it has not debian package) and I found the following > errors: > > Making all in browser > make[1]: Entering directory > `/home/javi/Programacion/Mono/monodoc/browser' > mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs > ./history.cs -re source:./../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-sha > rp.dll -r:atk-sharp.dll -r:monodoc.dll > ./browser.cs(247) error CS0117: `Gtk.Style' does not contain a > definition for `SetBackgroundGC' > ./browser.cs(347) error CS1501: No overload for method `Begin' takes `1' > argumen ts > ./browser.cs(347) error CS8006: Could not find any applicable function > for this argument list > ./browser.cs(349) error CS0165: Use of unassigned local variable > `stream' > ./browser.cs(440) error CS0117: `Gdk.EventKey' does not contain a > definition for `Key' > ./browser.cs(672) error CS1501: No overload for method `Begin' takes `1' > argumen ts > ./browser.cs(672) error CS8006: Could not find any applicable function > for this argument list > ./browser.cs(673) error CS0165: Use of unassigned local variable `s' > ./browser.cs(96) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(97) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(98) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(99) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(100) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(100) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(101) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(102) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(107) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(108) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(109) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(111) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(111) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(112) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(113) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(115) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(121) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(122) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(495) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(496) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(534) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(535) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(536) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(537) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(578) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(579) error CS0246: Could not find attribute 'Glade.Widget' > (are you missing a using directive or an assembly reference ?) > ./browser.cs(714) error CS1501: No overload for method `AppendColumn' > takes `4' arguments > ./browser.cs(714) error CS8006: Could not find any applicable function > for this argument list > ./browser.cs(722) error CS1502: The best overloaded match for method ' > Gtk.TreeS tore..ctor (System.IntPtr)' has some invalid arguments > ./browser.cs(722) error CS1503: Argument 0: Cannot convert from > 'System.Type' to 'System.IntPtr' > ./browser.cs(722) error CS1501: No overload for method `Gtk.TreeStore' > takes `1' arguments > ./browser.cs(722) error CS1501: New invocation: Can not find a > constructor in `G tk.TreeStore' for this argument list > ./browser.cs(724) error CS0117: `Gtk.TreeStore' does not contain a > definition fo r `AppendValues' > ./browser.cs(739) error CS0117: `Gtk.TreeStore' does not contain a > definition fo r `AppendValues' > ./browser.cs(740) error CS0165: Use of unassigned local variable `iter' > ./browser.cs(820) error CS0117: `Gtk.TreeView' does not contain a > definition for `ExpandToPath' > ./list.cs(88) error CS1502: The best overloaded match for method 'void > Gtk.Widge t.GetPointer (int, int)' has some invalid arguments > ./list.cs(88) error CS1503: Argument 0: Cannot convert from 'out int' to > 'int' > ./list.cs(88) error CS1501: No overload for method `GetPointer' takes > `2' argume nts > ./list.cs(88) error CS8006: Could not find any applicable function for > this argu ment list > ./list.cs(117) error CS0117: `Gtk.Style' does not contain a definition > for `SetB ackgroundGC' > ./list.cs(178) error CS0117: `Gdk.EventKey' does not contain a > definition for `K ey' > ./list.cs(227) error CS0103: The name `Grab.Remove' could not be found > in `Monod oc.BigList' > ./list.cs(309) error CS0117: `Gtk.Style' does not contain a definition > for `Base GC' > ./list.cs(314) error CS0122: `.ctor' is inaccessible due to its > protection level > ./list.cs(323) error CS0117: `Gtk.Style' does not contain a definition > for `Base GC' > ./list.cs(341) error CS0117: `Gtk.Style' does not contain a definition > for `Text GC' > ./list.cs(342) error CS0165: Use of unassigned local variable `gc' > Compilation failed: 56 error(s), 0 warnings > make[1]: *** [browser.exe] Error 1 > make[1]: Leaving directory > `/home/javi/Programacion/Mono/monodoc/browser' > make: *** [all-recursive] Error 1 > > > _______________________________________________ > Mono-docs-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-docs-list -- Carlos Alberto Cortez <[EMAIL PROTECTED]> _______________________________________________ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list
