This is my out in Kdev
CODE
dbus_message.cpp:205: error: 'dbus_message_iter_get_int32' was not declared in this scope
dbus_message.cpp:208: error: 'dbus_message_iter_get_uint32' was not declared in this scope
dbus_message.cpp:211: error: 'dbus_message_iter_get_double' was not declared in this scope
dbus_message.cpp:214: error: 'dbus_message_iter_get_boolean' was not declared in this scope
dbus_message.cpp:218: error: 'dbus_message_iter_get_string' was not declared in this scope
dbus_message.cpp: In member function 'void DBusQt::Message::iterator::fillVar()':
dbus_message.cpp:249: error: 'dbus_message_iter_get_array_type' was not declared in this scope
dbus_message.cpp:258: error: 'dbus_message_iter_get_string_array' was not declared in this scope
dbus_message.cpp:276: error: 'DBUS_TYPE_DICT' was not declared in this scope
dbus_message.cpp:282: error: 'dbus_message_iter_init_dict_iterator' was not declared in this scope
dbus_message.cpp:285: error: 'dbus_message_iter_get_dict_key' was not declared in this scope
...
dbus_message.cpp:406: error: 'dbus_message_set_auto_activation' was not declared in this scope
dbus_message.cpp:411: error: 'dbus_message_get_auto_activation' was not declared in this scope
...
make: *** [.obj/dbus_message.o] Error 1
make: Target `first' not remade because of errors.
*** Exited with status: 2 ***