Hi, I can build GLib D-Bus wrappers (cvs tag DBUS_0_50) with GLib 2.4.1. However, sources: tests/glib/test-dbus-glib.c tests/glib/test-service-glib.c are using function g_strv_length which has been introduced in GLib version 2.6. According to 'configure.in' version of GLib should be at least 2.4. Misha --