[Gtk-sharp-list] gtk-sharp from SVN

Jeremiah McElroy Jeremiah McElroy <jeremiah.mcelroy@gmail.com>
Wed, 12 Jan 2005 10:47:38 -0500


I'm currently trying to build GTK-Sharp from SVN (revision 38787), and
I am encountering an error where during the make of gtksharpdotnet,
the glib-sharp assembly cannot be found

Here is the compiler output:

make[2]: Entering directory `/home/mcelroyj/src/monosvn/gtk-sharp/gtkdotnet'
/usr/local/bin/mcs /nowarn:0612 /out:gtk-dotnet.dll /target:library
-r:../gdk/gdk-sharp.dll -r:System.Drawing ./Graphics.cs
../AssemblyInfo.cs
                             
** (/usr/local/lib/mono/1.0/mcs.exe:12988): WARNING **: Could not find assembly
glib-sharp, references from
/home/mcelroyj/src/monosvn/gtk-sharp/gdk/gdk-sharp.dll
(assemblyref_index=1)
     Major/Minor: 2,0        
     Build:       0,0        
     Token:       35e10195dab3c99f
System error: No such file or directory
                             
                             
** (/usr/local/lib/mono/1.0/mcs.exe:12988): WARNING **: Could not load
class from token 0x01000003 in
/home/mcelroyj/src/monosvn/gtk-sharp/gdk/gdk-sharp.dll
                             
** ERROR **: file class.c: line 1794 (mono_class_setup_parent): should
not be reached
aborting...                  
make[2]: *** [gtk-dotnet.dll] Aborted
make[2]: Leaving directory `/home/mcelroyj/src/monosvn/gtk-sharp/gtkdotnet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mcelroyj/src/monosvn/gtk-sharp'
make: *** [all] Error 2

I'm running FC3 with an SVN version of mono and mcs installed as well
as cairo, libpixman, and libgdiplus from CVS.

thanks,

jeremiah