[MonoDevelop] MonoDevelop v 0.12 release

Peter Johanson latexer at gentoo.org
Thu Sep 7 17:49:08 EDT 2006


On Thu, Sep 07, 2006 at 02:36:58PM -0700, David Hovel wrote:
> In trying to upgrade to new MD release, I was attempting to build Gtk#
> (gtk-sharp-2.4.2) from tarball; this failed, due to:
> 
> generated/PangoHelper.cs(17,55): error CS0039: Cannot convert type
> `GLib.Object' to `Pango.Context' via a built-in conversion
> generated/PangoHelper.cs(51,55): error CS0039: Cannot convert type
> `GLib.Object' to `Pango.Context' via a built-in conversion

This happens when you're trying to compile a gtk# *older* than the
installed one... The installed version (probably gtk# 2.6 or 2.8) is
being picked up, and that version of "Pango.Context" doesn't convert to
the 2.4.x GLib.Object it's expecting.

Sounds like you don't need to be compiling this at all, as you already
have gtk#...

-pete



More information about the Monodevelop-list mailing list