Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Impossibile emergere gtk-sharp
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ReDirEct__
Guru
Guru


Joined: 16 Mar 2006
Posts: 300
Location: Nola (NA) - Italy

PostPosted: Thu Jan 18, 2007 8:52 pm    Post subject: Impossibile emergere gtk-sharp Reply with quote

Ragazzi... non riesco ad emergere più le gtk-sharp-2.8.2... prima erano già installate... ma dopo un aggirnamento per fare un paio di test alla versione 2.16, ora nn riesco ad emergere la vecchia versione stable... questo è l'errore che mi da:
Code:

mono ../parser/gapi-fixup.exe --api=gdk-api.xml --metadata=./Gdk.metadata --symbols=./gdk-symbols.xml
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='GetFromDrawable']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='GetFromImage']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderThresholdAlpha']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderToDrawable']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderToDrawableAlpha']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMaskForColormap']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMaskForColormap']/*/*[@name='pixmap_return']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMaskForColormap']/*/*[@name='mask_return']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMask']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMask']/*/*[@name='pixmap_return']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GdkPixbuf']/method[@name='RenderPixmapAndMask']/*/*[@name='mask_return']"/> matched no nodes
rm -f generated/* &&    \
        mono ../generator/gapi_codegen.exe --generate gdk-api.xml \
        -I:../pango/pango-api.xml       \
        --outdir=generated --customdir=. --assembly-name=gdk-sharp      \
        --gluelib-name=gdksharpglue-2 --glue-filename=glue/generated.c          \
        --glue-includes=gdk/gdk.h                                               \
        && touch generated-stamp
Name: group Type: GOptionGroup* in gdk_add_option_entries_libgtk_only  in method AddOptionEntriesLibgtkOnly in type Gdk.Global
Name: flags Type: GSpawnFlags in gdk_spawn_on_screen  in method OnScreen in type Gdk.Spawn
Name: flags Type: GSpawnFlags in gdk_spawn_on_screen_with_pipes  in method OnScreenWithPipes in type Gdk.Spawn
Name: enter_fn Type: GCallback in gdk_threads_set_lock_functions  in method SetLockFunctions in type Gdk.Threads
Defaulting InvalidateMaybeRecurseChildFunc param to 'call' scope in method Window.InvalidateMaybeRecurse

Generation Summary:
  Enums: 54  Structs: 19  Boxed: 3  Opaques: 11  Interfaces: 0  Objects: 23  Callbacks: 8
  Properties: 9  Signals: 9  Methods: 478  Constructors: 29  Throttled: 4
Total Nodes: 647

cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
/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:/usr/lib64/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(52,55): error CS0039: Cannot convert type `GLib.Object' to `Pango.Context' via a built-in conversion
generated/PangoRenderer.cs(19,47): error CS1502: The best overloaded method match for `Pango.Renderer.Renderer(GLib.GType)' has some invalid arguments
generated/PangoRenderer.cs(19,47): error CS1503: Argument GLib.GType: Cannot conver from equally named types from different assemblies GLib.GType (from glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f) and GLib.GType (from glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f)
generated/PangoRenderer.cs(34,5): error CS1502: The best overloaded method match for `GLib.Object.CreateNativeObject(string[], GLib.Value[])' has some invalid arguments
generated/PangoRenderer.cs(34,5): error CS1503: Argument GLib.Value[]: Cannot conver from equally named types from different assemblies GLib.Value[] (from glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f) and GLib.Value[] (from glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f)
Compilation failed: 6 error(s), 0 warnings
make[3]: *** [gdk-sharp.dll] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk-sharp-2.8.2/work/gtk-sharp-2.8.2/gdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gtk-sharp-2.8.2/work/gtk-sharp-2.8.2/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk-sharp-2.8.2/work/gtk-sharp-2.8.2'
make: *** [all] Error 2

!!! ERROR: dev-dotnet/gtk-sharp-2.8.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gtk-sharp-2.8.2.ebuild, line 67:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum