Results 1 to 1 of 1
I am using D-bus 1.0 in my suse linux-10.3. I have written simple code to get the dbus coonection inside my main(){}.
i have included glib.h and dbus.h . and ...
- 06-23-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
How to get dbus working?compile error.
I am using D-bus 1.0 in my suse linux-10.3. I have written simple code to get the dbus coonection inside my main(){}.
i have included glib.h and dbus.h . and call a simple DbusConnection *conn=dbus_bus_get().
compiled with:
gcc -g -wall -ldbus -libglib etc...........
But it gives me compilation error as:
libdbus-glib-1.so:undefined refrence to 'dbus-watch-get-unix_fd'
can any one please help me solving this problem?
pls reply ASAP.thanks to all.


Reply With Quote