mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

MonoDevelop can't see GTK# assemblies on ubuntu 18.04 #9628

Open trampster opened 4 years ago

trampster commented 4 years ago

I've installed libgtk2.0-cil and libgtk2.0-cil-dev and gtk-sharp2

But when I open the References->Edit References->Packages it's not there.

https://www.monodevelop.com/help/faq/ says that MonoDevelop uses pgk-config and .pc files to locate assemblies.

There is a gtk-sharp-2.0.pc file in /usr/lib/pkgconfig

I've also tried creating a GTK# 2 project using the MonoDevelop template this gets me the references but MonoDevelop has red x's beside all the GTK# references and doesn't build.

I'm using 7.8.4 (build2)