[MonoDevelop] Problem compiling gtksourceview-sharp

Todd Berman tberman@sevenl.net
Wed, 19 May 2004 11:56:25 -0400


That looks like a mono issue. Here is my best guess.

You have the redhat glibc, but you do not have a redhat kernel.

The problem with this is:

The redhat glibc identifies your machine as having NPTL, however your
non-redhat kernel doesnt support it. This causes NPTL to be built into
your mono runtime, and then issues when it is used.

--Todd

On Tue, 2004-18-05 at 23:09 -0600, Gerald Gryschuk wrote:
> 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
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list