Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-09-02 Thread Thomas A. Moulton
Yes that fixed it. I am not sure what you mean by Track it down... with the patch applied it says ' result is 'en_US.UTF-8e 'en_US.UTF-8 my set lang is still system tom Thanks. Christian Anthon wrote: Hi Thomas, the code should now be fixed so that GNU backgammon doesn't crash anymore.

Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-31 Thread Thomas A. Moulton
gtype.c is part of glib, more precisely the glib object system. It appears to be an Ubuntu bug (why am I not surprised) and should be fixed in the latest update of gtk. So update your system, rebuild gnubg, and see if the problem doesn't solve itself. Christian. I found where the source changed

Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-31 Thread Christian Anthon
Is your locale set up correctly? What does the 'locale' command tell you? What is the lang set to in your .gnubgautorc // .gnubg/gnubgautorc? If the setlocale commands fails early it is possible that a call to outputerrf will fail because the gtk interface isn't set up yet. Try to comment out

Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-31 Thread Thomas A. Moulton
Is your locale set up correctly? What does the 'locale' command tell [EMAIL PROTECTED]:~/gnubg$ locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8

[Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-30 Thread Thomas A. Moulton
It compiles fine... should I try an older snapshot? These are the steps I took to install it rm -rf gnubg tar xzf gnubg-source-SNAPSHOT-20070829.tar.gz cd gnubg ./autogen.sh ./configure --enable-sse --enable-threads --without-timecontrol --without-gdbm make sudo make install $ gnubg Language

Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-30 Thread Thomas A. Moulton
It is worth mentioning in one of my attempts after getting the Language change failed message I tried ./configure --with-included-gettext and did make make install Does installing w/gettext add something I should remove? tom It compiles fine... should I try an older snapshot? These are

Re: [Bug-gnubg] Compile from Snapshot on ubuntu - assertion failed g_type_init

2007-08-30 Thread Achim Mueller
* Thomas A. Moulton [EMAIL PROTECTED] [070830 16:46]: It compiles fine... should I try an older snapshot? These are the steps I took to install it rm -rf gnubg tar xzf gnubg-source-SNAPSHOT-20070829.tar.gz cd gnubg ./autogen.sh ./configure --enable-sse --enable-threads