<div dir="ltr"><div><div><div><div>I just tried to compile this version of Pd by following the instructions (after installing automake and libtool via apt-get) but the Pi couldn't make it.<br><br></div>This is the configuration summary (with --enable-jack)<br>Configuration summary:<br><br>  Target ...................... armv6l-unknown-linux-gnueabihf<br>  C++ bindings ................ no<br>  Debug output ................ no<br><br>  ALSA ........................ no<br>  ASIHPI ...................... no<br><br>  OSS ......................... yes<br>  JACK ........................ no<br><br></div>Jack is installed in the pi, alsa too...<br><br></div>and this is what I get at the end of make:<br>make[2]: Leaving directory '/home/pi/applications/pd-0.46-4/src'<br>Making all in man<br>make[2]: Entering directory '/home/pi/applications/pd-0.46-4/man'<br>make[2]: Nothing to be done for 'all'.<br>make[2]: Leaving directory '/home/pi/applications/pd-0.46-4/man'<br>Making all in tcl<br>make[2]: Entering directory '/home/pi/applications/pd-0.46-4/tcl'<br>make[2]: Nothing to be done for 'all'.<br>make[2]: Leaving directory '/home/pi/applications/pd-0.46-4/tcl'<br>Making all in po<br>make[2]: Entering directory '/home/pi/applications/pd-0.46-4/po'<br>msgfmt --check --tcl --locale=af -d . af.po<br>/bin/bash: msgfmt: command not found<br>Makefile:532: recipe for target 'af.msg' failed<br>make[2]: *** [af.msg] Error 127<br>make[2]: Leaving directory '/home/pi/applications/pd-0.46-4/po'<br>Makefile:847: recipe for target 'all-recursive' failed<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory '/home/pi/applications/pd-0.46-4'<br>Makefile:746: recipe for target 'all' failed<br>make: *** [all] Error 2<br><br></div><div>The Pi is running on the latest Raspbian you can find on their website.<br></div>Am I doing something wrong?<br></div>