GLib 2.26.0

2010-09-27 Thread Ryan Lortie
Good day! At long last, the GLib 2.25.x saga has come to an end. You can grab your 2.26.0 tarballs here: http://download.gnome.org/sources/glib/2.26/ 4c18e3aadb5b20acc7c0f7d3a77da8a2843b85a9fd73fd3aa360a7aea953e3b2 glib-2.26.0.tar.bz2

which gtk-win32 version to use?

2010-09-27 Thread Manu
Hi everybody, I'm building an app for linux and windows. I use gtk-win32 with mingw for the windows version. The linux version is very stable but the windows version sometimes randomly crashes. My question is: which gtk-win32 version is best to use? On the gtk website, it's said that gtk+

Re: which gtk-win32 version to use?

2010-09-27 Thread Allin Cottrell
On Tue, 28 Sep 2010, Manu wrote: I'm building an app for linux and windows. I use gtk-win32 with mingw for the windows version. The linux version is very stable but the windows version sometimes randomly crashes. My question is: which gtk-win32 version is best to use? On the gtk website,

Re: GTK3 breakage

2010-09-27 Thread Javier Jardón
El día 27 de septiembre de 2010 00:53, Havoc Pennington h...@pobox.com escribió: Hi, Hello, 2010/9/26 Javier Jardón jjar...@gnome.org: It returns a pointer to a GObject now Shouldn't it just return a GtkAdjustment* ? returning GtkObject was some weird legacy thing. Patches filled here:

Re: Errors creating GdkPixbuf

2010-09-27 Thread Andrew Wood
On 22/09/10 21:25, Nicolas Dufresne wrote: Le dimanche 05 septembre 2010 à 12:42 +0100, Andrew Wood a écrit : (process:2153): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.24.0/gobject/gtype.c:2706: You forgot to call g_type_init() What's you answer to GLib question (Did you forgot to call

Re: GTK+ 2.22.0 released

2010-09-27 Thread Marius Schamschula
Hi all, When configuring gtk+ 2.22.0 I get the following error: checking for BASE_DEPENDENCIES... no configure: error: Package requirements (glib-2.0 = 2.25.10atk = 1.29.2 pango = 1.20cairo = 1.6gdk-pixbuf-2.0 = 2.21.0) were not met: Requested 'glib-2.0 = 2.25.10' but version of

Re: Refactoring out old code, missing things for debug builds

2010-09-27 Thread Sven Neumann
On Mon, 2010-09-27 at 14:43 +0900, Tristan Van Berkom wrote: Guys, I'm just raising this because it's been the third time now that I have to fix people's refactor commits locally just to get through a build. Today it was: gdkvisual-x11.c: In function ‘_gdk_visual_init’: