Cool... I'm not sure how to run mac Apps 'remotely' (-NXHost worked 20 years ago but seems to be no longer :) so the path of least resistance for me is still likely to be to stalk a machine at UCSD.
thanks M On Sun, Aug 29, 2010 at 12:01:32AM +0200, András Murányi wrote:
This one, by any chance? http://puredata.info/docs/developer/MacOSX106X8664
BTW, we are working on a new, buildbot based builder network, and buildbot's "try" feature is just for this kind of testing purpose http://buildbot.net/buildbot/docs/latest/try.html (I'm not saying you should wait until it becomes available, because there is still much work to go!)
Andras
On Sat, Aug 28, 2010 at 11:42 PM, Miller Puckette msp@ucsd.edu wrote:
Damn... time for me to go squat a 10.6 machine somewhere...
M
On Sat, Aug 28, 2010 at 05:40:11PM -0400, William Brent wrote:
Gave it a shot, but no luck. Let me know if anything else comes to mind and I can check it.
On Sat, Aug 28, 2010 at 4:57 PM, Miller Puckette msp@ucsd.edu wrote:
thanks for the reminder... I still have no way to reproduce this one, but I saw something to 'improve' in... if you're feeling proactive, try replacing the pdtk_openpanel and pdtk_savepanel routines in tcl/wheredoesthisgo.tcl with...
proc pdtk_openpanel {target localdir} { if {! [file isdirectory $localdir]} { if { ! [file isdirectory $::fileopendir]} { set ::fileopendir $::env(HOME) } set localdir $::fileopendir } set filename [tk_getOpenFile -initialdir $localdir] if {$filename ne ""} { set ::fileopendir [file dirname $filename] pdsend "$target callback [enquote_path $filename]" } }
proc pdtk_savepanel {target localdir} { if {! [file isdirectory $localdir]} { if { ! [file isdirectory $::filenewdir]} { set ::filenewdir $::env(HOME) } set localdir $::filenewdir } set filename [tk_getSaveFile -initialdir $localdir] if {$filename ne ""} { pdsend "$target callback [enquote_path $filename]" } }
(no recompilation needed) and see if that helps.
cheers M
On Sat, Aug 28, 2010 at 03:59:05PM -0400, William Brent wrote:
Just wanted to raise this thread again while there's so much progress being made. Sorry if it's already an item on the to do list.
I still get the openpanel crash consistently with OSX 10.6.4 with Pd-0.43-0test2 (as well as Pd-0.42-5). As Alexandre said, the only fix is to create a new patch with [openpanel] in it, then open the patch you actually want to use.
William
On Sat, May 15, 2010 at 11:04 PM, Alexandre Porres porres@gmail.com
wrote:
hey, I am using 10.6.3 as well... damn... well... cheers _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Muranyi Andras