On Mon, May 2, 2016 at 12:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 05/02/2016 12:27 PM, Alexandros Drymonitis wrote:
On Mon, May 2, 2016 at 12:09 PM, IOhannes m zmölnig zmoelnig@iem.at
wrote:
Hm, you're right. I was running 0.46-7. In 0.47-0 root directory, typing 'src/pd -version' gives me the right version, but I can't start Pd to
test
it. If I type 'src/pd' I get the following: disabling real-time priority due to missing pd-watchdog (/home/alex/Applications/pure-data-0.47-0test4/src/bin/pd-watchdog) Error in startup script: couldn't read file "/home/alex/Applications/pure-data-0.47-0test4/src/tcl//pd-gui.tcl": no such file or directory
pd-watchdog is in the src/ directory and not in bin/. pd-gui.tcl is in
the
tcl/ directory which is in the root directory. How can I make Pd look
there
for these files? Should I create the directories Pd looks for and put
them
there? Shouldn't this have been done during compilation? Haven't run
'make
install' after compiling.
https://lists.puredata.info/pipermail/pd-list/2014-06/107161.html
That did the trick indeed, thanks! Though Pd can't find help files. I guess a 'make install' would make things easier...