[Mono-list] Gtk# not detected

Jonathan Pryor jonpryor@vt.edu
Wed, 07 Jul 2004 18:43:21 -0400


On Wed, 2004-07-07 at 10:26, Shantanu Kumar wrote:
> I have installed Mono 1.0 RPMs on my Fedora Core 1 box. While everything 
> else appears to work, assemblies Gtk and GtkSharp are not detected as 
> present on the system. On compilation (an example prog), the error 
> mesage says:

What command line are you using to compile your app?  You should have a
-pkg:gtk-sharp option, e.g.

	mcs my-app.cs -pkg:gtk-sharp

<snip/>

> When using MonoDevelop, none of the assemblies except Microsoft, Mono 
> and System show up in the autocomplete list.

Autocomplete list?  I'm a MonoDevelop newbie, so I'm not sure what
you're referring to.  Would this be the Add References dialog?  It
should be present in the Global Assembly Cache tab.  (I'm running
MonoDevelop 0.5.)

 - Jon