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
Trying to compile this - when running make in the directory, I get this error: cc -g -Wall -Werror `pkg-config --cflags libusb-1.0` -c -o ique.o ique.c /bin/sh: 1: pkg-config: not found ique.c:9:20: fatal error: libusb.h: No such file or directory compilation terminated. <builtin>: recipe for target 'ique.o' failed make: *** [ique.o] Error 1
It seems like the file ique.o is missing...?
The text was updated successfully, but these errors were encountered:
Trying to compile this - when running
make
in the directory, I get this error:cc -g -Wall -Werror `pkg-config --cflags libusb-1.0` -c -o ique.o ique.c /bin/sh: 1: pkg-config: not found ique.c:9:20: fatal error: libusb.h: No such file or directory compilation terminated. <builtin>: recipe for target 'ique.o' failed make: *** [ique.o] Error 1
It seems like the file
ique.o
is missing...?The text was updated successfully, but these errors were encountered: