[MonoDevelop] Problem compiling gtksourceview-sharp

Gerald Gryschuk gerald.gryschuk@shaw.ca
Tue, 18 May 2004 23:09:34 -0600


Hi.

Trying to get MonoDevelop going and I'm stuck on compiling
gtksourceview-sharp. Hopefully this is the appropriate place to ask.

I have a new Redhat 9.0 install. I've installed and removed the Mono
packages several times. First I installed using red-carpet and than just
downloaded the rpm's from the Mono website. I removed the red-carpet
packages before installing the downloaded ones. The following error
occurs in both cases.

Note that I've kept ORBit2 version 2.6.0-2 since I tried 2.8.3 but it
screwed up my Evolution so I downgraded.

I have gtksourceview-1.0.0-2 installed as well. Anyway, here's the error
I get in compiling gtksourceview-sharp,

Making all in gtksourceview
make[1]: Entering directory
`/home/ggryschuk/gtksourceview-sharp-0.2/gtksourceview'
/usr/bin/gapi-codegen --include /usr/share/gapi/atk-api.xml
/usr/share/gapi/gdk-api.xml /usr/share/gapi/gdk-symbols.xml
/usr/share/gapi/gnome-api.xml /usr/share/gapi/gtk-api.xml
/usr/share/gapi/gtk-symbols.xml /usr/share/gapi/pango-api.xml --generate
gtksourceview-api.xml \
--outdir=generated --customdir=. --assembly-name=gtksourceview-sharp &&
touch generated-stamp
/usr/bin/mono: error while loading shared libraries: libmono.so.0:
cannot handle TLS data
make[1]: *** [generated-stamp] Error 127
make[1]: Leaving directory
`/home/ggryschuk/gtksourceview-sharp-0.2/gtksourceview'
make: *** [all-recursive] Error 1

Thanks.
Gerald Gryschuk