i got the same now with the version 1.0B6 from april. the version i got build but not work was 1.04B from december.
mn
Am 23.05.2007 um 04:54 schrieb Hans-Christoph Steiner:
My guess is that I missed something in the port. There are a ton
of warnings, maybe one of them holds the key to the problem.
Here's what I get when compiling:cc -DPD -O2 -I /Users/pd/auto-build/pd-extended/pd/src -Wall -W - ggdb -I/sw/include -DMACOSX -DUNIX -Dunix -o "aka.wiiremote.o" -c
"aka.wiiremote.c" aka.wiiremote.c:43: warning: no semicolon at end of struct or union aka.wiiremote.c: In function 'akawiiremote_foundFunc': aka.wiiremote.c:275: warning: unused parameter 'x' aka.wiiremote.c: In function 'akawiiremote_motionsensor': aka.wiiremote.c:299: warning: unused variable 'status' aka.wiiremote.c: In function 'akawiiremote_irsensor': aka.wiiremote.c:309: warning: unused variable 'status' aka.wiiremote.c: In function 'akawiiremote_expansion': aka.wiiremote.c:319: warning: unused variable 'status' aka.wiiremote.c: In function 'akawiiremote_vibration': aka.wiiremote.c:329: warning: unused variable 'status' aka.wiiremote.c: In function 'akawiiremote_led': aka.wiiremote.c:339: warning: unused variable 'status' aka.wiiremote.c: In function 'akawiiremote_assist': aka.wiiremote.c:490: warning: unused parameter 'x' aka.wiiremote.c:490: warning: unused parameter 'b' aka.wiiremote.c:490: warning: unused parameter 'm' aka.wiiremote.c: In function 'akawiiremote_new': aka.wiiremote.c:510: warning: unused parameter 's' cc -DPD -O2 -I/Users/pd/auto-build/pd-extended/pd/src -Wall -W - ggdb -I/sw/include -DMACOSX -DUNIX -Dunix -o "wiiremote.o" -c
"wiiremote.c" wiiremote.c: In function 'myFoundFunc': wiiremote.c:234: warning: unused parameter 'inquiry' wiiremote.c: In function 'myUpdatedFunc': wiiremote.c:239: warning: unused parameter 'inquiry' wiiremote.c:239: warning: unused parameter 'devicesRemaining' wiiremote.c: In function 'myCompleteFunc': wiiremote.c:246: warning: unused variable 'ret' wiiremote.c:244: warning: unused parameter 'inquiry' wiiremote.c: In function 'wiiremote_search': wiiremote.c:282: warning:
'IOBluetoothDeviceInquiryCreateWithCallbackRefCon' is deprecated
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2843) wiiremote.c:282: warning:
'IOBluetoothDeviceInquiryCreateWithCallbackRefCon' is unavailable
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2843) wiiremote.c:283: warning:
'IOBluetoothDeviceInquirySetDeviceFoundCallback' is deprecated
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2894) wiiremote.c:283: warning:
'IOBluetoothDeviceInquirySetDeviceFoundCallback' is unavailable
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2894) wiiremote.c:284: warning:
'IOBluetoothDeviceInquirySetDeviceNameUpdatedCallback' is
deprecated (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2914) wiiremote.c:284: warning:
'IOBluetoothDeviceInquirySetDeviceNameUpdatedCallback' is
unavailable (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2914) wiiremote.c:285: warning:
'IOBluetoothDeviceInquirySetCompleteCallback' is deprecated
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2924) wiiremote.c:285: warning:
'IOBluetoothDeviceInquirySetCompleteCallback' is unavailable
(declared at /System/Library/Frameworks/IOBluetooth.framework/ Headers/IOBluetoothUserLib.h:2924) wiiremote.c:291: warning: 'IOBluetoothDeviceInquiryStart' is
deprecated (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2864) wiiremote.c:291: warning: 'IOBluetoothDeviceInquiryStart' is
unavailable (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2864) wiiremote.c:294: warning: 'IOBluetoothDeviceInquiryDelete' is
deprecated (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2854) wiiremote.c:294: warning: 'IOBluetoothDeviceInquiryDelete' is
unavailable (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2854) wiiremote.c: In function 'wiiremote_stopsearch': wiiremote.c:310: warning: 'IOBluetoothDeviceInquiryStop' is
deprecated (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2874) wiiremote.c:310: warning: 'IOBluetoothDeviceInquiryStop' is
unavailable (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2874) wiiremote.c:317: warning: 'IOBluetoothDeviceInquiryDelete' is
deprecated (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2854) wiiremote.c:317: warning: 'IOBluetoothDeviceInquiryDelete' is
unavailable (declared at /System/Library/Frameworks/ IOBluetooth.framework/Headers/IOBluetoothUserLib.h:2854) wiiremote.c: In function 'handleRAMData': wiiremote.c:345: warning: unused parameter 'dataLength' wiiremote.c: In function 'handleStatusReport': wiiremote.c:417: warning: unused parameter 'dataLength' wiiremote.c: In function 'handleExtensionData': wiiremote.c:470: warning: unused parameter 'dataLength' wiiremote.c: In function 'handleIRData': wiiremote.c:541: warning: unused parameter 'dataLength' wiiremote.c: In function 'myDataListener': wiiremote.c:699: warning: unused parameter 'channel' wiiremote.c: In function 'myDisconnectedFunc': wiiremote.c:752: warning: unused parameter 'inRef' wiiremote.c: In function 'wiiremote_disconnect': wiiremote.c:857: warning: 'i' is used uninitialized in this function cc -bundle -bundle_loader /Users/pd/auto-build/pd-extended/pd/bin/ pd -L/sw/lib -o wiiremote.pd_darwin
aka.wiiremote.o wiiremote.o -weak_framework IOBluetooth
-weak_framework CoreFoundation.hc
kill your television