зеркало из https://github.com/mono/mail-archives.git
133 строки
5.7 KiB
HTML
133 строки
5.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Gtk-sharp-list] errors compiling gtk-sharp-2.8.5 on RHEL
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20%20errors%20compiling%20gtk-sharp-2.8.5%20on%20RHEL&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="009545.html">
|
|
<LINK REL="Next" HREF="009549.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Gtk-sharp-list] errors compiling gtk-sharp-2.8.5 on RHEL</H1>
|
|
<B>Félix.RVA</B>
|
|
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20%20errors%20compiling%20gtk-sharp-2.8.5%20on%20RHEL&In-Reply-To="
|
|
TITLE="[Gtk-sharp-list] errors compiling gtk-sharp-2.8.5 on RHEL">f.ruiz-valdepenas at premavals.com
|
|
</A><BR>
|
|
<I>Wed Apr 8 07:36:50 EDT 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="009545.html">[Gtk-sharp-list] Cairo UTF8 text problem
|
|
</A></li>
|
|
<LI>Next message: <A HREF="009549.html">[Gtk-sharp-list] Wizard
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#9548">[ date ]</a>
|
|
<a href="thread.html#9548">[ thread ]</a>
|
|
<a href="subject.html#9548">[ subject ]</a>
|
|
<a href="author.html#9548">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
Hello,
|
|
|
|
I'm trying to compile Monodevelop 2.0 from tar balls on my Centos/RHEL 5.3
|
|
(I've have'nt found any ports for that version :,()
|
|
|
|
I've compiled the mono addins 0.3.1 but when i try to do make on
|
|
gtk-sharp-2.8.5 i've got this::
|
|
|
|
------------
|
|
make[2]: entrant dans le répertoire « /etc/Mono/gtk-sharp-2.8.5/gdk »
|
|
Making all in .
|
|
make[3]: entrant dans le répertoire « /etc/Mono/gtk-sharp-2.8.5/gdk »
|
|
/usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8
|
|
-nowarn:0169,0612,0618 -unsafe -out:gdk-sharp.dll -target:library
|
|
/r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll
|
|
-r:/opt/mono/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,76): error CS0039: Cannot convert type
|
|
`GLib.Object' to `Pango.Context' via a built-in conversion
|
|
generated/PangoHelper.cs(52,76): error CS0039: Cannot convert type
|
|
`GLib.Object' to `Pango.Context' via a built-in conversion
|
|
generated/PangoRenderer.cs(14,61): error CS1502: The best overloaded method
|
|
match for `Pango.Renderer.Renderer(GLib.GType)' has some invalid arguments
|
|
/etc/Mono/gtk-sharp-2.8.5/pango/pango-sharp.dll (Location of the symbol
|
|
related to previous error)
|
|
generated/PangoRenderer.cs(14,61): error CS1503: Argument 1: Cannot convert
|
|
type `GLib.GType' to `GLib.GType'
|
|
generated/PangoRenderer.cs(14,61): (equally named types possibly from
|
|
different assemblies in previous error)
|
|
/etc/Mono/gtk-sharp-2.8.5/glib/glib-sharp.dll (Location of the symbol
|
|
related to previous error)
|
|
/usr/lib/mono/gac/glib-sharp/2.10.0.0__35e10195dab3c99f/glib-sharp.dll
|
|
(Location of the symbol related to previous error)
|
|
generated/PangoRenderer.cs(29,33): error CS1502: The best overloaded method
|
|
match for `GLib.Object.CreateNativeObject(string[], GLib.Value[])' has some
|
|
invalid arguments
|
|
/usr/lib/mono/gac/glib-sharp/2.10.0.0__35e10195dab3c99f/glib-sharp.dll
|
|
(Location of the symbol related to previous error)
|
|
generated/PangoRenderer.cs(29,33): error CS1503: Argument 2: Cannot convert
|
|
type `GLib.Value[]' to `GLib.Value[]'
|
|
generated/PangoRenderer.cs(29,33): (equally named types possibly from
|
|
different assemblies in previous error)
|
|
/etc/Mono/gtk-sharp-2.8.5/glib/glib-sharp.dll (Location of the symbol
|
|
related to previous error)
|
|
/usr/lib/mono/gac/glib-sharp/2.10.0.0__35e10195dab3c99f/glib-sharp.dll
|
|
(Location of the symbol related to previous error)
|
|
Compilation failed: 6 error(s), 0 warnings
|
|
make[3]: *** [gdk-sharp.dll] Erreur 1
|
|
make[3]: quittant le répertoire « /etc/Mono/gtk-sharp-2.8.5/gdk »
|
|
make[2]: *** [all-recursive] Erreur 1
|
|
make[2]: quittant le répertoire « /etc/Mono/gtk-sharp-2.8.5/gdk »
|
|
make[1]: *** [all-recursive] Erreur 1
|
|
make[1]: quittant le répertoire « /etc/Mono/gtk-sharp-2.8.5 »
|
|
make: *** [all] Erreur 2
|
|
----------
|
|
|
|
|
|
Any ideas ? :confused:
|
|
Thanks
|
|
|
|
-----
|
|
---------------------------------------------
|
|
Bien acierta quien sospecha que siempre yerra.
|
|
---------------------------------------------
|
|
--
|
|
View this message in context: <A HREF="http://www.nabble.com/errors-compiling-gtk-sharp-2.8.5-on-RHEL-tp22947373p22947373.html">http://www.nabble.com/errors-compiling-gtk-sharp-2.8.5-on-RHEL-tp22947373p22947373.html</A>
|
|
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
|
|
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="009545.html">[Gtk-sharp-list] Cairo UTF8 text problem
|
|
</A></li>
|
|
<LI>Next message: <A HREF="009549.html">[Gtk-sharp-list] Wizard
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#9548">[ date ]</a>
|
|
<a href="thread.html#9548">[ thread ]</a>
|
|
<a href="subject.html#9548">[ subject ]</a>
|
|
<a href="author.html#9548">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
|
|
mailing list</a><br>
|
|
</body></html>
|