trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] tdebase dbus/dbus.h include wrong path

From: Calvin Morrison <mutantturkey@...>
Date: Mon, 20 Feb 2012 16:12:56 -0500
On 20 February 2012 16:08, Jay <jayflood@...> 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