[MonoDevelop] Monodevelop 2.4 compilation error: "No package 'glade-sharp-2.0' found"

Quandary quandary82 at hailmail.net
Mon Mar 28 07:43:31 EDT 2011


That won't suffice. You will need to do this as well:

Code:

updatedb
locate gtksharpglue-2

Quote:
/usr/lib/cli/gtk-sharp-2.0/libgtksharpglue-2.so

you'll see that it is installed, but that its path is not in the library 
include directories, so you need to add it.

Create a new file called glib.conf in /etc/ld.so.conf.d/
Code:

gedit /etc/ld.so.conf.d/glib.conf

And fill it with the following content:
Code:

# Mono needs you
/usr/lib/cli/glib-sharp-2.0

Afterwards, you have to update the ld library paths:
Code:

/sbin/ldconfig




Am 28.03.2011 01:11, schrieb danger89:
> 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.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110328/2d894ab7/attachment.html 


More information about the Monodevelop-list mailing list