GTK+ 2.19.1 released

2009-11-30 Thread Matthias Clasen
GTK+ 2.19.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.19/ http://download.gnome.org/sources/gtk+/2.19/ md5 sums: d11e2044aedc49e155832c54dc9ac548 gtk+-2.19.1.tar.bz2 d0a5dc39ba91dfacaed68f2ef5d36e8e gtk+-2.19.1.tar.gz sha1 sums: daf7252027555212091896d96244fdc141ebbfa8

Gtk 3.0

2009-11-30 Thread Carlos Pereira
Dear all, 1) My app is currently compiling without warnings, with Gtk 2.18.3 I believe (Ubuntu 9.10), at the compilation level: CFLAGS = -g -O3 -Wall -ansi override CFLAGS += -DG_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED This

Re: Gtk 3.0

2009-11-30 Thread Javier Jardón
2009/12/1 Carlos Pereira jose.carlos.pere...@ist.utl.pt: Dear all, Hello Carlos 1) My app is currently compiling without warnings, with Gtk 2.18.3 I believe (Ubuntu 9.10), at the compilation level: CFLAGS = -g -O3 -Wall -ansi override CFLAGS += -DG_DISABLE_DEPRECATED \

Re: GTK on Windows 2000 pro, sp4

2009-11-30 Thread Allin Cottrell
On Sun, 29 Nov 2009, Allin Cottrell wrote: I'm wondering if any changes in [the DLLs at http://www.gtk.org/download-windows.html ] might have stopped a GTK app from running on Windows 2000. Not that I would mind much, it would just be nice to know. I can confirm (based on reports from my

Re: GTK on Windows 2000 pro, sp4

2009-11-30 Thread Allin Cottrell
On Mon, 30 Nov 2009, Allin Cottrell wrote: I can confirm (based on reports from my correspondent who runs Windows 2000, and for whom I've made some variant builds) that my GTK app linked against GLib 2.22.2 [doesn't work on win2k]. OK, found it. In GLib 2.22.2, gwin32resolver.c,

Re: GTK on Windows 2000 pro, sp4

2009-11-30 Thread Michael Cronenworth
On 11/30/2009 10:08 PM, Allin Cottrell wrote: OK, found it. In GLib 2.22.2, gwin32resolver.c, the function free_lookup_by_name calls freeaddrinfo(). The MS header ws2tcpip.h is included indirectly, but this is not going to work on Windows 2000 unless wspiapi.h is also included. Google: msdn

Re: Gtk 3.0

2009-11-30 Thread David Nečas
On Tue, Dec 01, 2009 at 01:44:52AM +0100, Javier Jardón wrote: 2009/12/1 Carlos Pereira jose.carlos.pere...@ist.utl.pt: 1) My app is currently compiling without warnings, with Gtk 2.18.3 I believe (Ubuntu 9.10), at the compilation level: CFLAGS = -g -O3 -Wall -ansi override CFLAGS +=