我一直期待在我的Mac上使用wiiuse库。 在尝试安装库时,在使用make进行编译时,我被告知:
>make wiiuse
gcc -Wall -pipe -fPIC -funroll-loops -O2 -I. -c classic.c -o release-x86_64-apple-darwin15.4.0/classic.o
In file included from classic.c:43:
./wiiuse_internal.h:49:11: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^
1 error generated.
make[1]: *** [release-x86_64-apple-darwin15.4.0/classic.o] Error 1
make: *** [wiiuse] Error 2
我在Ubuntu的朋友用sudo apt-get install libbluetooth-dev解决了它,但我在Mac上找不到任何东西。 如果您对如何在mac上安装wiiuse或libbluetooth-dev有任何想法,请提前感谢您的帮助
答案 0 :(得分:0)
我一直在寻找相同的东西,遇到这个网站说它在OSX上不可用,但不确定它的官方程度如何:http://rosindex.github.io/d/libbluetooth-dev/