On Mon, May 2, 2016 at 12:09 PM, IOhannes m zmölnig <zmoelnig@iem.at> wrote:
On 05/02/2016 11:58 AM, Alexandros Drymonitis wrote:
> I've just compiled Pd-0.47-0test4 (I guess properly after another thread I
> started about a compilation failure where I got guidance from IOhannes) but
> I don't get [clone] which Miller mentioned is a new object in this release?
> There's no help file either in Pd's Browser -> Pure Data -> 5.reference.
>
> Is it supposed to be there? I'd like to check it, it looks very
> interesting..


it's there allright.
maybe you are not running Pd-0.47-0test4 after all?
what does `pd -version` give you?
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.