1
Macでwiiuseライブラリを使用するのを楽しみにしていました。ライブラリをインストールしようとするとメイクでコンパイルするとき 、私はこれを言われた:Ubuntuの上Macにlibbluetooth-devをインストール
>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
私の友人は、sudoで、それを解決したapt-getのlibbluetooth-devのインストールが、私はMac上で何かを見つけることができません。 Macにwiiuseやlibbluetooth-devをインストールする方法が分かっている場合は、事前にお手数をおかけします。