I went again to the src folder of the latest nightbuild
(http://autobuild.puredata.info/auto-build/2009-01-15/pd-2009-01-15-linux-ubu... ), and did the ./configure + sudo make install ritual. After installing
and tried to run pd, the result is - surprisingly (or not...) - the
same as before: "error while loading shared libraries: libtk8.4.so.0:
cannot open shared object file: No such file or directory".That means that you don't have Tk 8.4 installed. Perhaps you missed a
line in the instructions?http://puredata.info/docs/developer/Debian
Something like:
sudo aptitude install ttf-bitstream-vera tcl8.4 tcl8.4-dev tk8.4
tk8.4-dev
ahhh, not really, I guess. In my previous mail I had already said how I
compiled pd-ext using both tcl/tk 8.4 and 8.5, and both gave the same
result. and if I didn't have tcl/tk 8.4, how would have it compiled pd-ext
in the first place? the error appears when I try to run pd, not when I
compile it.