Patches item #2687764, was opened at 2009-03-15 16:17 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2687764...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix
Status: Closed
Resolution: Out of Date Priority: 2 Private: No Submitted By: mescalinum (mescalinum) Assigned to: Miller Puckette (millerpuckette) Summary: pd-0.42 broken w/Tcl8.6 - interp->result
Initial Comment: from tcl 8.6 direct access to field interp-result is not allowed anymore. you have to use Tcl_Get/SetObjResult. patch fixes that
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2009-09-16 02:20
Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2009-09-01 02:39
Message: Since the GUI code in the first 0.43 SVN commit comes from the GUI rewrite, its pure Tcl, so no interps anymore. Has anyone tested the new pure Tcl code on 8.6?
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2009-03-25 22:48
Message: any luck with pd-devel? you don't even need tcl.h or tk.h to build it, it doesn't use the Tcl C API at all, so I think it should work fine on Tcl/Tk 8.6.
----------------------------------------------------------------------
Comment By: mescalinum (mescalinum) Date: 2009-03-25 20:02
Message: this issue it is just about Pd code that directly accesses a Tcl_Interp field.
note that is perfectly legal in tcl 8.x to use Tcl_GetStringResult(interp) rather than interp->result.
actually, if one upgrades to Tcl 8.6, can't compile Pd anymore.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2009-03-15 19:49
Message: since pd-vanilla 0.43 will most likely include the Tcl code from Pd-devel 0.41, I think it would be more likely that Tcl 8.6 support will happen with that code. Try testing pd-devel.
Also, since we are at it, Pd-vanilla doesn't work with Tcl/Tk 8.5 on Mac OS X. Pd doesn't even start, it just gives a "bus error". I think there are quite a few issues with the Tcl-C code in the Pd GUI, so I don't think its worth trying to fix it.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2687764...