-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
(I am CC'ing the list since this is of general interest and good to
have in the archive).
Does it work when you double-click the application? Is pd.tk in the
right place? Those are just guesses, don't know off hand.
Both double-clicking and running from the Terminal work on my computer,
so I can't reproduce this. Try adding these lines to your .pdrc to get
more info:
Also, I forgot to mention, that Pd.app is compiled with Jack support,
though I haven't tested it at all.
.hc
On May 20, 2005, at 4:03 PM, Lorenz Schori wrote:
just tested the new your new pd app. i get this error if i try to
start it from Terminal.app:mobilo:/Applications/Audio/Pd-0.39test2.app/Contents/MacOS lo$ ./Pd Error in startup script: invalid command name "../bin/pd.tk" while executing "../bin/pd.tk" (file
"/Applications/Audio/Pd-0.39test2.app/Contents/Resources/Scripts/ AppMain.tcl" line 1)any idea?
Am 20.05.2005 um 21:25 schrieb Hans-Christoph Steiner:
(duh, a URL is always helpful)
http://at.or.at/hans/pd/installers.htmlI just compiled a quick test version of Miller's latest version from
CVS. It does not have Tcl/Tk included because of the odd issue that
we've been having compiling Pd.app with versions of Tcl/Tk newer
than 8.4.4. To use it, install:http://prdownloads.sourceforge.net/tcltkaqua/TclTkAqua-8.4.9.dmg? download
(On Tiger, Tcl/Tk 8.4.7 is already installed, so you don't need to
install anything else.).hc
"Looking at things from a more basic level, you can come up with a
more direct solution... It may sound small in theory, but it in
practice, it can change entire economies."- Amy Smith_______________________________________________
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously.
- Benjamin Franklin
Am 20.05.2005 um 22:53 schrieb Hans-Christoph Steiner:
Does it work when you double-click the application? Is pd.tk in
the right place? Those are just guesses, don't know off hand.
no and yes (Resources/bin). i thought it could be a permission
problem but it did not work even after a radical "chmod -R ug+rxw
Pd-0.39test2.app/".
Try adding these lines to your .pdrc to get more info:
- -verbose
- -stderr
does not show more output.
Also, I forgot to mention, that Pd.app is compiled with Jack
support, though I haven't tested it at all.
i'll test with jack later but i doubt that this is relevant because
the startup breaks so early. btw. i'm on tiger with standard tcl/tk.
i'll examine this later...
cheers lorenz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On May 20, 2005, at 5:11 PM, Lorenz Schori wrote:
Am 20.05.2005 um 22:53 schrieb Hans-Christoph Steiner:
Does it work when you double-click the application? Is pd.tk in the
right place? Those are just guesses, don't know off hand.no and yes (Resources/bin). i thought it could be a permission problem
but it did not work even after a radical "chmod -R ug+rxw
Pd-0.39test2.app/".
That won't fix it.
Try adding these lines to your .pdrc to get more info:
- -verbose
- -stderr
does not show more output.
Yeah, not relevant because its not loading pd.tk. I wasn't thinking
before.
Also, I forgot to mention, that Pd.app is compiled with Jack support,
though I haven't tested it at all.i'll test with jack later but i doubt that this is relevant because
the startup breaks so early. btw. i'm on tiger with standard tcl/tk.
The Jack comment was just a random comment. It doesn't have anything
do with this problem.
Ah, Tiger. Hmm, you might still have to install that Tcl/Tk after all,
now that I think about it. I think that the the location of Tcl/Tk is
actually hard coded in this build, and its looking in
/Library/Frameworks. I am pretty sure that Tiger has them in
/System/Library/Frameworks.
.hc
"Computer science is no more related to the computer than astronomy is
related to the telescope."
-Edsger Dykstra