[MonoDevelop] No GTK# version when creating new project

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Dec 14 12:20:36 EST 2009


On Sun, Dec 13, 2009 at 3:38 AM, ObsoleteAcey
<emotioninteractive at hotmail.com> wrote:
>
> Not sure if this is the exact forum to post in, as I'm unsure if it's
> MonoDevelop or GTK# causing the issue but here goes....
>
> I've installed all the packages for Mono and MonoDevelop on my 64bit
> installation of Fedora 12.. however when I go to start a new GTK# project, I
> can't select any GTK# version, as there is none to select!  I can still
> proceed by double-clicking the GTK# combo (a bit maybe?), but all my libs
> (atk-sharp, gdk-sharp, glade-sharp, glib-sharp, gtk-sharp and pango-sharp)
> show in red.  Double clicking them brings up an error saying "File not
> found: home/Stefan/atk-sharp, version=2.4.0.0" etc etc. However when I look
> in the /usr/lib64/mono directory, I can clearly see all the libraries
> required right there (however they are different versions to those in the
> error messages previously stated).
>
> Can anyone shed any light at all as to why my GTK# version does not show?  I
> suspect this is the root of my other issues

I would guess that Fedora puts the pkgconfig (gtk-sharp-2.0.pc etc)
files in a devel package of some kind. MD requires these to detect the
GTK assemblies.

Beware also that Fedora packages break things by moving all the noarch
assemblies from lib to to lib64. It's probably not relevant to this
problem but it may cause other issues for you.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list