diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-11-14 18:37:10 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-11-26 14:44:48 +0100 |
commit | ea594aef59ea4f3b587f3d156a6ee61e83a3d85d (patch) | |
tree | 52d2b0c6c2d65d3c8afacf01b9617ccc97628ef9 /README | |
parent | 70add69e9b3212a0f6e9ea27a1ecced2b871bd16 (diff) | |
download | connman-ea594aef59ea4f3b587f3d156a6ee61e83a3d85d.tar.gz connman-ea594aef59ea4f3b587f3d156a6ee61e83a3d85d.tar.bz2 connman-ea594aef59ea4f3b587f3d156a6ee61e83a3d85d.zip |
gdbus: Fix compilation error due to missing #defines
Since these are simple #define strings, we are defining it here
instead of upgrading to D-Bus 1.5 or later.
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
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions