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をインストールする方法について何か考えがある場合は、事前に助けてくれてありがとう