On Tue, Dec 15, 2009 at 6:56 AM, G. GuitarLord <muadiba...@hotmail.com> wrote: > Ok, i re-installed glib2-2.14.6-2.fc8. > > Restarted X, then did ' nm -D --radix=dec --defined-only -S > /usr/lib/libglib-2.0.so | grep -w g_atomic_int_add' > > Result: 00072976 00000014 T g_atomic_int_add > > ?
the actual test that ardour runs is effectively like this: if [ `echo 00072976 00000014 T g_atomic_int_add | cut -d' ' -f2` -gt 32 ] ; then echo too big ; else echo too small; fi if it fails at run time then the test must be being applied to a different version of glib than the one you are testing. the glib to test is found using this command: GLIB=$(ldd @INSTALL_PREFIX@/@LIBDIR@/ardour3/ardo...@version@ 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/') _______________________________________________ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list