Re: cannot highlight more than one line in Gtk Text

2007-05-17 Thread Yogesh M
Tried running gtk-demo under gdb, since I have removed all debugging symbols I managed to get only this respond from gdb, Program received signal SIGSEGV, Segmentation fault. 0xb7d380e7 in _gtk_text_btree_get_chars_changed_stamp () from /usr/lib/libgtk-x11-2.0.so.0 (gdb) quit Tracing in gtkte

Re: Gtk+ and multithreating

2007-05-17 Thread Leonel Freire
I'm doing a multithreading program using GTK+ (a POS emulator) and I'm using something like that: // #include gpointer cb_t1(gpointer d) { while (1) { g_usleep(1000 * 2000);

Re: Question about "suspending" g_io_add_watch

2007-05-17 Thread Robin Wenninger
Hi, Robin Wenninger schrieb: > work. Is there any other way to suspend the call of "refresh()" or what > am I doing wrong here? why does one always find the error AFTER the post is out? rw ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.or

RE: RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
Hi, FreeType is software font engine, which is used as backend for Pango..etc.. Build procedure is same as that of other libraries. Download the source, configure and build. If it is searching for GLib etc..then you need to specify where you have kept these libraries built for target, through PK

RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
Hi, If you have properly specifed PREFIX, LD_LIBRARY_PATH and PKG_CONFIG_PATH, then it should work. Anyway, if it is getting the Pango, while configuring, then the problem may be something else. Anyway these are the random thoughts that came to my mind, someone else from the list may also be able

RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
Hi, >>I got the message : --- >>configure: error: pangoxft Pango backend found but did not find freetype >>libraries You need to have Freetype libraries b