please replace line 96
in gtk_main.cpp
with
#ifdef ENABLE_THREADS
if (!g_thread_supported ()) g_thread_init (NULL);
gdk_threads_init();
gdk_threads_enter();
#endif // ENABLE_THREADS
on debian gnome
it run
robertix
http://www.ponge.com