GLib 2.13.4 released

2007-06-05 Thread Matthias Clasen
GLib 2.13.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.13/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.13/ glib-2.13.4.tar.bz2 md5sum: 47477a53d6ad4c7a690a8f75c284e1b7 glib-2.13.4.tar.gz md5sum: c6f5ba5dfd84329a5c974085321fdd57 This is a quick followup release to make

Re: Using Pango or Cairo with GTK on DirectFB

2007-06-05 Thread Attilio Fiandrotti
Hi could you please provide a working version of this application? many thanks Attilio Dennis Hall ha scritto: > I'm having trouble with refresh when I used either Pango or Cairo calls with > GTK over Direct FB. I've modified the scribble.c sample so that some test > text is drawn using pang

Win32 custom (pixbuf) cursors reverting to standard pointer on left/right click

2007-06-05 Thread Jason Compton
We have an application using GTK (2.10.12 DLLs) and have encountered a problem with custom cursors. On the Linux and OSX/X11.app builds of the game, the pixbuf cursors correctly remain on the screen when the mouse is right or left-clicked. On Win32, the pixbufs revert to the standard Windows po

RE: Glib assertion failed messages

2007-06-05 Thread Kumar Siddharth
Sorry, i missed the assertion message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kumar Siddharth Sent: Tuesday, June 05, 2007 8:13 PM To: Joao Moreira; gtk-app-devel-list@gnome.org Subject: RE: Glib assertion failed messages sometimes it is related

RE: Glib assertion failed messages

2007-06-05 Thread Kumar Siddharth
sometimes it is related to the value of PKG_CONFIG_PATH and LD_LIBRARY_PATH, depending upon the libraries against which you have compiled and linked. Regards, Siddharth TATA Elxsi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joao Moreira Sent: Tuesday, J

Re: Glib assertion failed messages

2007-06-05 Thread Emmanuele Bassi
On Tue, 2007-06-05 at 16:24 +0200, Joao Moreira wrote: > Hi, > > I have a very simple program that uses glib (indirectly). Actually I only > define > a GError variable. I'm getting the following messages when I run it : > > (process:3085): GLib-GObject-CRITICAL **: gtype.c:2240: initialization

Glib assertion failed messages

2007-06-05 Thread Joao Moreira
Hi, I have a very simple program that uses glib (indirectly). Actually I only define a GError variable. I'm getting the following messages when I run it : (process:3085): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (proces