Compiling Gnote with D-Bus enabled



Hello,

I'm trying to compile Gnote with D-Bus enabled.
I checked out source by:
git clone git://git.gnome.org/gnote

I use dbus-c++, that I got by:
git clone git://anongit.freedesktop.org/git/dbus/dbus-c++/


Running make fails at remotecontrolproxy.cpp. First problem is, that there is no dbus-c++/glib-integration.h, so include on line 20 fails. I see only dbus-c++/eventloop-integration.h, not sure if this is the right one, as it does not fix error. DBus::Glib::BusDispatcher on line 35 gives error as well, perhaps because of missing include. Changing to DBus::BusDispatcher doesn't work, because it then fails on line 53 as these is no attach() method.

Am I using the incorrect version of dbus-c++? Where should I get the right one?

I use Ubuntu 9.04 on x86.

Thanks.

--
Aurimas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]