Patches item #2687764, was opened at 2009-03-15 17:17 Message generated for change (Comment added) made by mescalinum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2687764&group_id=55736
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: Open Resolution: None 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: mescalinum (mescalinum) Date: 2009-03-25 21: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 20: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&group_id=55736 _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
