[Gtk-sharp-list] Problem compiling monodoc

Patrik Olterman patrik@olterman.se
Tue, 18 Nov 2003 10:44:52 +0100


I seem to have a different problem with monodoc, it compiles fine but I
get only the system classes and none of the gnome classes anyone have
this ? 


On Tue, 2003-11-18 at 09:24, Martin Willemoes Hansen wrote:
> On Tue, 2003-11-18 at 06:36, Ravindra Kumar wrote:
> > Hi all,
> > I'm new to this list. I was trying to build monodoc and for that I need
> > to build GTK#. Top lever makefile was not building gnome-sharp.dll on
> > its own. I built that from gnome directory. GTK# also did not install
> > all the dlls itself. I had to copy two of them(glade and gnome dlls)
> > myself. After building and installing GTK#, I'm not able to build
> > monodoc. I have latest (17th Nov) GTK# and monodoc from CVS. I'm getting
> > following errors:
> 
> > /browser.cs(160) error CS1502: The best overloaded match for method '
> > Gdk.Pixbuf..ctor (System.IntPtr)' has some invalid arguments
> > /browser.cs(160) error CS1503: Argument 0: Cannot convert from
> > 'System.IO.Stream' to 'System.IntPtr'
> > /browser.cs(160) error CS1501: No overload for method `Gdk.Pixbuf'
> > takes `1' arguments
> 
> Yes Gtk# changed just recently with regards to Pixbuf's, I will fix it
> when I come home, if nobody else does before me ;)