[MonoDevelop] Usint GTK# in Mono.

noteme note at broadpark.no
Tue Jul 5 15:47:32 EDT 2005


Wow,

	Think you found the error there. I think I am lacking a package or two
somewhere now. Not sure what. But gacutil doesn't seem to be on my
system at all.

PCDSUSI02:/# gacutil -l | grep gtk
bash: gacutil: command not found

A search didn't find it either. Even tried with root.

So I guess it isn't monos fault after all, but rather a missing package
or two. I am on Debian Sarge and used apt-get to install it from:
deb http://mirrors.kernel.org/debian unstable main non-free contrib

Not sure if that was a good idea after all then. It says that I have
monodevelop 0.7 installed, but can't even see that monodevelop 0.7 is
released on the home page. :confused: So that might be a problem after
all I guess.


- ØØ -


tir, 05,.07.2005 kl. 10.00 -0700, skrev Rafael Ferreira:
> noteme wrote:
> 
> >As I wrote in the first mail. This is the error message:
> >
> >The namespace 'GTK' can not be found (missing assembly reference?)
> >
> >
> >error code: CS0246
> >
> >
> >Thanks
> >- ØØ -
> >
> >tir, 05,.07.2005 kl. 09.44 -0700, skrev Rafael Ferreira:
> >  
> >
> >>what is the error you're getting?
> >>
> >>-raf
> >>
> >>noteme wrote:
> >>
> >>    
> >>
> >>>Hello,
> >>>
> >>>       This will probably sound a bit lame, but I am new to Mono and
> >>>Linux,
> >>>and have problems compiling my GTK# apps in Mono. I can compile them
> >>>fine on command line like this:
> >>>
> >>>mcs -pkg:gtk-sharp hello.cs
> >>>
> >>>so I guess it is a setting somewhere. In Visual Studio I would have
> >>>guessed I would have added a something to the linker. Is this the case
> >>>now too? In that case, where do I add it, and what do I add? And if this
> >>>is the case. Is it supposed to add this by default if I go to "New
> >>>file", "C#", "GTK#-window". Because that is what I have done, and it is
> >>>not working. Only getting an error message looking like this:
> >>>
> >>>"The namespace 'GTK' can not be found (missing assembly reference?)
> >>>
> >>>
> >>>Any help would be appreciated.
> >>>Thanks
> >>>- ØØ -
> >>>
> >>>_______________________________________________
> >>>Monodevelop-list mailing list
> >>>Monodevelop-list at lists.ximian.com
> >>>http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >>> 
> >>>
> >>>      
> >>>
> >
> >_______________________________________________
> >Monodevelop-list mailing list
> >Monodevelop-list at lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >  
> >
> can you send the output of:
>     gacutil -l | grep gtk



More information about the Monodevelop-list mailing list