mrpeach/tcpclient bug
Par olivier le lundi juillet 25 2011, 11:29 - CLI - Lien permanent
We need the mrpeach/tcpclient object to communicate from within Pd to the Lanbox. Unfortunately, the version inside Pd-extended stable version, namely 0.42.5, has a bug. Here is how to fix it without upgrading the whole program.
Setting up your machine for compilation
- If you're on a Mac: follow these instructions: http://www.heinry.fr/olivier/index.php/go/0k
- If you're on Linux Ubuntu/Debian, follow these instructions http://www.heinry.fr/olivier/index.php/go/0l
downloading the source
- Get Pd-extended stable 0.42.5 source from http://sourceforge.net/projects/pure-data/files/pd-extended/0.42.5/Pd-0.42.5-extended.tar.gz/download
- uncompress it in your homefolder
compiling
- download either the attached tcpclient.c source file or the latest version from the svn
- replace the old file by the new one into externals/mrpeach/net
makefrom within the externals/mrpeach folder- Mac Users: copy the tcpclient.pd_darwin object into /Applications/Pd-extended/Contents/extra/mrpeach
- Linux users: cd into the externals/mrpeach/net and:
sudo cp tcpclient.pd_linux /usr/lib/pd-extended/extra/mrpeach
you might also copy the attached external compiled for Pd-extended 0.42.5 on Ubuntu 10.04 LTS
- start Pd and enjoy
Note: corrected the Linux path (typo)