The gdbus require D-Bus 1.5 version. Log: CC gdbus/object.o gdbus/object.c: In function ‘properties_set’: gdbus/object.c:876:7: error: ‘DBUS_ERROR_UNKNOWN_PROPERTY’ undeclared (first use in this function) gdbus/object.c:876:7: note: each undeclared identifier is reported only once for each function it appears in gdbus/object.c:881:6: error: ‘DBUS_ERROR_PROPERTY_READ_ONLY’ undeclared (first use in this function) make[1]: *** [gdbus/object.o] Error 1 make: *** [all] Error 2 --- acinclude.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index ddc8183..1ae402c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -92,8 +92,8 @@ AC_DEFUN([AC_INIT_BLUEZ], [ ]) AC_DEFUN([AC_PATH_DBUS], [ - 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.5, dummy=yes, + AC_MSG_ERROR(D-Bus >= 1.5 is required)) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) ]) -- 1.7.4.1 -- 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