I'm making a program with glib and dbus libs. However I need to guide compile this on Eclipse.
There are errors for these lines.. "Unresolved inclusion"
include <dbus/dbus.h>
include <glib.h>
What kind of options and command needed for Tool Settings(Gcc c++ compiler/gcc c++ linker) on Eclipse?