I\'m trying to run D-Bus on an embedded system (Yocto Linux) and connect to it from my application code.
I get the following error when I call dbus_bus_get(DBUS_BU
dbus_bus_get(DBUS_BU
I've finally found the answer, running the following command exports the output of dbus-launch:
export $(dbus-launch)