On 25/01/15 19:28, Alexandros Drymonitis wrote:
apt-get can't find any alsa-devel...
apt-get install libasound2-dev
or to save time when you forget yet another thing:
apt-get build-dep puredata
note: this last command might do weird things with libjack-dev (at least it does here), so run with -s ("simulate") first to avoid trashing your system accidentally...