[MonoDevelop] Monodevelop 2.4 compilation error: "No package 'glade-sharp-2.0' found"
danger89
webmaster1989 at gmail.com
Sun Mar 27 19:11:19 EDT 2011
You should install:
libglade2-dev
Then configure/compile, make and make install gtk-sharp again.
Finally try to compile monodevelop again:
./configure --prefix=`pkg-config --variable=prefix mono`
make
make install
I guess you also need gnome-shap, which can be downloaded here:
http://www.mono-project.com/GtkSharp
After you got gtk-sharp (with glade) & gnome-sharp (install
libart2.0-cil-dev, libgnomevfs2-dev, gnome-sharp2, libgnomecanvas2-dev,
libgnome2-dev, libgnomeuimm-2.6-dev) successfully installed 1).... then try
to configure, make 2) and make install monodevelop. You can make run to test
your monodevelop :).
1)
browse to:
/your_directory_where_gnome_sharp_is../gnome-sharp-2.24.1/sample/gnomevfs
Follow: http://go-mono.com/forums/#nabble-td2969455
2)
Error about missing boo? Try to install this package:
libboo-cil-dev
Still problems? just disable BooBinding if you aren't using it:P
run:
./configure --select
then deselect Boo (number 3).
Hopefully you get it working, but it's not easy as you see ><
Good luck!
Kind regards,
Melroy van den Berg
--
View this message in context: http://mono.1490590.n4.nabble.com/Monodevelop-2-4-compilation-error-No-package-glade-sharp-2-0-found-tp2268343p3409815.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list