[PD-dev] Tcl/Tk code formatting and file organization

Hans-Christoph Steiner hans at eds.org
Fri Jan 9 01:36:32 CET 2009


On Jan 8, 2009, at 7:41 AM, IOhannes m zmoelnig wrote:

> IOhannes m zmoelnig wrote:
>>
>> two remarks:
>> - as i understand it, u_main.tk is deprecated and replaced by pd.tk.
>> can we then delete u_main.tk?
>>
>> - for the sake of clarity: wouldn't it be nicer to have a separate
>> directory for all the tcl/tk files?
>>
>>
>> and a question:
>> - is there any documentation? how do I start getting into this (apart
>> from reading all the code)?
>
>
> and finally: how do i start Pd with the new tk-code?
> i only get: "tcl: ../bin/pd.tk: can't open script"

I use this:

cd ~/code/pure-data/branches/pd-devel/0.41.4/src/
autoconf && ./configure --disable-jack
rm ../bin/pd.tk ; make && ../bin/pd -stderr

.hc




More information about the Pd-dev mailing list