On 20 February 2012 16:08, Jay jayflood@gmail.com wrote:
While compiling from latest git (20th Feb 2012) i got as far as tdebase. At around the 90% mark it failed.
git/tde/main/tdebase/tdm/backend/consolekit.c:31:23: fatal error: dbus/dbus.h: No such file or directory compilation terminated.
consolekit.c contains the following include:
#include <dbus/dbus.h> when the actual headers path is /usr/include/dbus-1.0/dbus/dbus.h
Rebuilding now with a symlink to see how far i get.
Jay
Jay,
just add /usr/include/dbus-1.0/ to your include flags. That should solve the problem.
Calvin