On Fri, Mar 1, 2013 at 6:10 PM, Hans-Christoph Steiner
<hans@at.or.at> wrote:
On Mar 1, 2013, at 2:39 AM, IOhannes m zmölnig wrote:
> On 02/28/2013 23:25, András Murányi wrote:
>> Hi list,
>>
>> I've recently built miXed/toxy for pd-l2ork successfully but now I've run
>> into errors with pd-extended. The errors concern tot.
>> I've noticed that they are not the same version (see the diff below),
>> however copying the l2ork one over the extended one doesn't solve the
>> problem but triggers different errors.
>> Could there be an easy way out?
>
>
> btw, [tot] is incompatible with Pd>=0.43 (be it PdX or Pd-vanilla).
>
> tot does low-level interaction with Pd's old-style GUI, which simply
> doesn't work any more with the new GUI.
>
> fgmadsr
> IOhannes
Also, I think that the iemguts libs and [sys_gui] gives you basically everything that tot does. And tclpd is easier than [widget] for making GUI objects in Tcl.
.hc
I don't need tot, but i do need widget, and actually only one widget which is popup. I'll try to build toxy without tot and i'll also take a look at tclpd.
Thanks guys!
András