Good point, hopefully fixed with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revision&revi...
.hc
On Feb 19, 2012, at 1:25 PM, Mike Moser-Booth wrote:
Right. But why is it looking for that one if the correct one is included in the Pd-0.43.1-extended app? When I took out the one had installed, I still got the error. But it worked fine when I copied the one in the app and replaced the bad version. I guess I'm just wondering why the Tcl framework is in the app if it's not being used.
.mmb
On Sat, Feb 18, 2012 at 8:25 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's the right one. Here's the problem:
Reason: no suitable image found. Did find: /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o, but wrong architecture
You have installed a Tcl framework in /Library/Frameworks that seems to be for the wrong architecture.
.hc
On Feb 18, 2012, at 3:53 PM, Mike Moser-Booth wrote:
I downloaded the one named Pd-0.43.1-extended-macosx105-i386.dmg. Is that not the right one?
.mmb
On Sat, Feb 18, 2012 at 2:45 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Looks like you downloaded the 64-bit version. See my previous mail in this thread about the 64-bit version.
.hc
On Feb 18, 2012, at 1:44 PM, Mike Moser-Booth wrote:
Hey Hans,
I'm on OSX 10.5, and I'm getting this at startup:
/Applications/Pd-0.43.1-extended-20120217.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin: dlopen(/Applications/Pd-0.43.1-extended-20120217.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin, 10): Library not loaded: @executable_path/../Frameworks/Tcl.framework/Versions/8.5/Tcl Referenced from: /Applications/Pd-0.43.1-extended-20120217.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin Reason: no suitable image found. Did find: /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o, but wrong architecture /Applications/Pd-0.43.1-extended-20120217.app/Contents/Resources/Scripts/../startup/tclpd: can't load startup library'!
For shits and giggles, I tried replacing the bad 8.5 folder that it does find with the one included in the Pd-extended-20120217.app package, and the error goes away. So, I'm guessing the @executable_path isn't set correctly?
.mmb
-- Mike Moser-Booth - mmoserbooth@gmail.com Master's Student in Music Technology Schulich School of Music, McGill University Centre for Interdisciplinary Research in Music Media and Technology
"If you think education is expensive, try ignorance" -Derek Bok
Programs should be written for people to read, and only incidentally for machines to execute.