IOHIDManager.h:没有这样的文件或目录

时间:2018-07-06 02:03:15

标签: linux makefile rfid

我正在尝试编译名为SkyReader的东西,当我这样做时,它会为我提供:

gcc -c -o hid.o hid.c
hid.c:25:10: fatal error: IOKit/hid/IOHIDManager.h: No such file or directory
 #include <IOKit/hid/IOHIDManager.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:19: recipe for target 'hid.o' failed
make: *** [hid.o] Error 1

你们中有人知道解决方案吗?我对make还是很陌生。

0 个答案:

没有答案