src
build instructions:
- export CFLAGS="$CFLAGS -march=i686"
- ./configure --prefix=/pack/glib-2.32.1 --enable-man
- make; make install
- PROFIT!
build instruction for
glib-1.2.10:
-
in gstrfuncs.c, correct g_warning's as described
there to avoid expected ')' before string constant errors
- ./configure --prefix=/usr/local/glib-1.2.10
- make; make install
warnings like
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
seem to stem from incompatible gtk/glib versions
the last glib version which compiles trouble-free with gcc 3.* on AIX 5.1 is 2.2.1
created Sep 26 2010
last modified Sun Apr 22 08:02:14 EEST 2012