[MonoDevelop] Usint GTK# in Mono.

Rafael Ferreira lists at ophion.org
Tue Jul 5 13:00:54 EDT 2005


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