Hi Olsen,<br><br>I had the same problem (ubuntu 10.04 &amp; pd-0.43-0).<br>This is what I did to solve it:<br><br>Remove the existing bin-folder of the previous version (pd-0.42-5 (vanilla));<br><br>$ sudo rm -r /usr/local/lib/pd/bin<br>
<br>install the new version;<br><br>$ cd ~pd/src/pd-0.43-0/src<br>$ ./configure --enable-jack<br>$ sudo make &amp;&amp; make install<br><br>create a tcl-folder at /usr/local/lib/pd/<br>and copy pd-gui.tcl<br><br>$ mkdir tcl<br>
$ sudo cp ~pd/src/pd-0.43-0/tcl/pd-gui.tcl /usr/local/lib/pd/tcl/<br><br>Pd started complaining about pd_connect so I decided to copy the whole tcl-folder.<br><br>$ sudo cp ~pd/src/pd-0.43-0/tcl/* /usr/local/lib/pd/tcl/<br>
<br>After that executing ``pd&#39;&#39; worked.<br><br>I hope this information might be helpful.<br><br>Funs<br>