I used
gcc `pkg-config --cflags --libs dbus-1` hello-serv.c -o server
to compile a dbus program and getting error:
hello-serv.c:7:32: fatal error: dbus/dbus-mainloop.h: No such file or directory
compilation terminated.
I'm developing in C low level API.
I couldn't find the mainloop.h
in any of the include directories.