I succeed to build the wiimote.pd_linux but in Pd i get now : wiimote: can't load library
and when i try to create [wiimote], i get : /home/jack/wiimote/wiimote.pd_linux: /home/jack/wiimote/wiimote.pd_linux: undefined symbol: cwiid_get_balance_cal wiimote ... couldn't create
i do this :
puredata-svn
git://github.com/abstrakraft/cwiid.git
also try with #include </home/jack/cwiid/libcwiid/cwiid_internal.h>)
For information, the old [wiimote] worked fine for me (without MotionPlus).
What can i do now ? Thanx for your help. ++
Jack
Le lundi 22 février 2010 à 18:00 +0100, IOhannes m zmoelnig a écrit :
On 2010-02-22 14:51, Jack wrote:
Thanx IOhannes for your help, but i have some troubles with the patch.
After : $ cd '/home/jack/Documents/Projets externes/Dakar/atelierDanseWii/WiimoteOrigine/src/cwiid-0.6.00/libcwiid' $ patch -p0 < '/home/jack/wiimote/patches/cwiid201_motionplus_sensitivity.patch'
oh, the patch is _not_ for the stable 0.6.00 release of libcwiid, which has no motionplus support at all. it is meant for the revision 201 of the libcwiid subversion repository. it seems like this no longer exists (since they moved from svn to git)
afaict, debian ships (and ubuntu lucid) ship the correct version, so you could get the sources from there.
also, i think that in the official git repository, the patch is already included.
fgmasdr IOhannes