Search code examples
dbusgoogle-chrome-os

dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h' file not found


I am using dbus in my programme, but when i include #include <dbus-1.0/dbus/dbus.h> I am getting error : dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h' file not found

In the folder dbus there is no dbus-arch-deps.h file.

I can see this file in a folder lib64/dbus-1.0/include/dbus/dbus-arch-deps.h

Can any one please help me to compile this? Or any suggestion, as I am stuck badly here.


Solution

  • Since I didnt get the answer from any one, but I finally solved the issue. So would like to post the solution if some one faces similar problem.

    I solved the problem, by adding -I/usr/lib64/dbus-1.0/include/ in cflags.