Hello,<br><br>not sure if this should go to this list or to the &quot;dev&quot; list...<br><br>Running Ubuntu studio 10.04 64 bit, I have a problem with the reacTIVision client in Pure Data (extended, 0.42.5-2). Trying to put the client on the canvas, gives the message:<br>
<br>&quot;/home/menno/pd/TuioClient.pd_linux: /home/menno/pd/TuioClient.pd_linux: wrong ELF class: ELFCLASS32&quot;<br><br>Seems like it was built solely for 32 bit systems? I really do not know how to resolve this, or how to build a working pd-client from the source.<br>
<br>Attached is my attempt to build an alternative client, using mrpeach [udpreceive] and [unpackOSC]. This works, however the problem is with &#39;addObject&#39; and &#39;removeObject&#39; messages that the regular client gives. In what I built now, this only works if there is only 1 fudicial in sight. Updates keep on going so work fine with multiple fudicials in sight of the camera. In example 2, I have tried resolving this by creating an [inlet] to determine which fudicial number this client is for. However, using multiple clients is of no use, because the [updreceive] object can only be used once, multiple copied will not output data.<br>
<br>Any ideas either on how to resolve the initial issue, or how to improve this alternative idea for a reacTIVision client?<br><br>Ciao, Menno.<br><br>