[MonoDevelop] MonoDevelop v 0.12 release

David Hovel dhovel at comcast.net
Thu Sep 7 17:36:58 EDT 2006


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

Any help would be appreciated,

--David

P.S.  Do I need to be root to run anything but 'install'?  I assume I
need to be root for that.

======================================================================

Snippet of the terminal output at the error point:

cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
/usr/bin/mcs  -nowarn:0169,0612,0618 -unsafe -out:gdk-sharp.dll
-target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll
generated/*.cs ./EventButton.cs ./EventClient.cs ./EventConfigure.cs ./EventCrossing.cs ./Event.cs ./EventDND.cs ./EventExpose.cs ./EventFocus.cs ./EventGrabBroken.cs ./EventKey.cs ./EventMotion.cs ./EventProperty.cs ./EventProximity.cs ./EventScroll.cs ./EventSelection.cs ./EventSetting.cs ./EventVisibility.cs ./EventWindowState.cs ./Key.cs ./Size.cs ./TextProperty.cs AssemblyInfo.cs
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
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [gdk-sharp.dll] Error 1
make[3]: Leaving directory
`/home/davidh/Development/gtk-sharp/gtk-sharp-2.4.2/gdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/davidh/Development/gtk-sharp/gtk-sharp-2.4.2/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/davidh/Development/gtk-sharp/gtk-sharp-2.4.2'
make: *** [all] Error 2




More information about the Monodevelop-list mailing list