我一直期待在我的 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 有任何想法,在此先感谢您的帮助