Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Arslan S. on November 23, 2011, 06:40:37 AM

Title: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Arslan S. on November 23, 2011, 06:40:37 AM
so please update following

pango to 1.29.5
librsvg to 2.34.2
gdk-pixbuf2 to 2.24.0

there may be others effected from this change

also replacing G_CONST_RETURN with const fixes build errors
Title: Re: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Jason W on November 23, 2011, 07:55:26 AM
Ok, I will aim for it tonight on those of mine.
Title: Re: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Jason W on November 23, 2011, 05:36:18 PM
gdk-pixbuf2 is now at 2.24.0, but pango 1.29.5 will not build with the stable glib 2.30.x, so I used 1.29.4 instead, that is what Arch linux is using now.

Title: Re: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Arslan S. on November 23, 2011, 10:53:51 PM
thanks no problem with pango 1.29.4 too
G_CONST_RETURN is removed also here
Title: Re: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Juanito on November 25, 2011, 01:16:52 AM
I can see plenty of references to this problem, but so far no way to fix it..

Code: [Select]
  CC     rsvg_view-test-display.o
In file included from /usr/local/include/gdk/gdkscreen.h:32:0,
                 from /usr/local/include/gdk/gdkapplaunchcontext.h:31,
                 from /usr/local/include/gdk/gdk.h:32,
                 from /usr/local/include/gtk/gtk.h:32,
                 from test-display.c:30:
/usr/local/include/gdk/gdktypes.h:55:23: fatal error: gdkconfig.h: No such file or directory
Title: Re: in glib2 2.30.x series G_CONST_RETURN is deprecated
Post by: Juanito on November 25, 2011, 04:18:04 AM
OK libcroco, libgsf, librsvg posted - it'd be good if somebody could test