Okay so lately I started using C# in Windows with Visual Studio 2008 and I've been enjoying it so I decided to try Monodevelop on Linux BUUUT, when I compile it I get
Quote:
checking for MONO_ADDINS... yes
checking for MONO_ADDINS_SETUP... yes
checking for MONO_ADDINS_GUI... yes
checking for GLIB_SHARP... yes
checking for GTK_SHARP... yes
checking for GLADE_SHARP... yes
checking for MONODOC... yes
checking for MONO_CAIRO... yes
checking for GNOME_SHARP... no
checking for GNOME_VFS_SHARP... no
checking for GCONF_SHARP... no
configure: error: Cannot enable GNOME platform without gnome-sharp-2.0
|
I tried install gnome-sharp but it says I'm missing other files, and than from there it says I'm missing more. Am I going to have to install the entire GNOME package to be able to use this???
Just fyi, I DO have mono installed, even retried it all like here
But it still has the same issue as it had before.