[Gtk-sharp-list] Gtk# compile problem - pango FCPattern*

Colin Thomsen gtk.20.colin@spamgourmet.com
Sun, 27 Jun 2004 17:21:19 +1000


Hi,

I'm trying to install GTK# after having successfully installed Mono 
0.97. However, I get the following problem after:
- doing a ./configure
- running make

Anyone know how to resolve this issue?

make[1]: Entering directory 
`/disks/hdb6/software/csharp/gtk-sharp-0.99/pango'
rm -f generated/* &&    \
/usr/local/bin/mono ../generator/gapi_codegen.exe --generate 
pango-api.xml       \
--outdir=generated --customdir=. --assembly-name=pango-sharp \
&& touch generated-stamp
Name: pattern Type: FcPattern*  in callback PangoFT2SubstituteFunc **** 
Stubbing it out ****

Unhandled Exception: System.NullReferenceException: Object reference not 
set to an instance of an object
in <0x0005d> GtkSharp.Generation.ClassBase:GenMethods 
(GtkSharp.Generation.GenerationInfo,System.Collections.Hashtable,GtkSharp.Generation.ClassBase)

make[1]: *** [generated-stamp] Error 1

Thanks,

Colin