dbus_validate_path() was introduced in D-Bus 1.6 and it is no longer possible to build with 1.4. CCLD tools/bluetooth-player tools/bluetooth-player.o: In function `cmd_change_folder': tools/bluetooth-player.c:741: undefined reference to `dbus_validate_path' collect2: ld returned 1 exit status --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c85f208..ddbd584 100644 --- a/configure.ac +++ b/configure.ac @@ -62,8 +62,8 @@ if (test "${enable_threads}" = "yes"); then GLIB_LIBS="$GLIB_LIBS $GTHREAD_LIBS" fi -PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.4, dummy=yes, - AC_MSG_ERROR(D-Bus >= 1.4 is required)) +PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.6, dummy=yes, + AC_MSG_ERROR(D-Bus >= 1.6 is required)) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html