我用了
gcc `pkg-config --cflags --libs dbus-1` hello-serv.c -o server
编译 dbus 程序并出现错误:
hello-serv.c:7:32: fatal error: dbus/dbus-mainloop.h: No such file or directory
compilation terminated.
我正在使用 C 低级 API 进行开发。
mainloop.h
我在任何包含目录中都找不到。
我用了
gcc `pkg-config --cflags --libs dbus-1` hello-serv.c -o server
编译 dbus 程序并出现错误:
hello-serv.c:7:32: fatal error: dbus/dbus-mainloop.h: No such file or directory
compilation terminated.
我正在使用 C 低级 API 进行开发。
mainloop.h
我在任何包含目录中都找不到。