You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all of the instructions, but after running sudo make install I get this:
$ sudo make install
Password:
make: pkg-config: No such file or directory
mkdir -p ../obj
gcc -c -o ../obj/utils.o utils.c -ldbus-1
In file included from utils.c:1:
../include/utils.h:4:10: fatal error: dbus-1.0/dbus/dbus.h: No such file or directory
4 | #include <dbus-1.0/dbus/dbus.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:73: ../obj/utils.o] Error 1
The text was updated successfully, but these errors were encountered:
I followed all of the instructions, but after running sudo make install I get this:
The text was updated successfully, but these errors were encountered: