On Sat, Mar 25, 2006 at 09:22:48PM -0500, digitek wrote: > I'm trying to cross-compile glib-2.2.3 for the arm but getting an error about > g_value_take_string. Is this a common error? > > --------------------------- > <snip_lots_of_glib_compile>.. > arm-linux-gcc -g -O2 -Wall -o .libs/gobject-query > gobject-query.o ./.libs/libgobject-2.0.so > /opt/gtk/glib-2.2.2-build/glib/.libs/libglib-2.0.so > ../glib/.libs/libglib-2.0.so > -lm -Wl,--rpath -Wl,/opt/toolchain/arm-linux/local/lib > ./.libs/libgobject-2.0.so: undefined reference to `g_value_take_string'
g_value_take_string() exists only since GLib 2.4. I do not quite understand how you can get this error in compilation of GLib 2.2.3 its source does not contain the string `g_value_take_string' at all. Yeti -- That's enough. _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list