From: Daniel A. S. <st...@ic...> - 2002-03-06 00:30:47
|
At 19:11 -0500 on 5/3/02, Jon Guyer wrote: >dyld: /Applications/Wish Shell.app/Contents/MacOS/Wish Shell >Undefined symbols: >_Tclae_SafeInit > >I'll grant, there is no such routine. Does there need to be? TclAE >is most decidedly /not/ safe. recompile 8.4 using the tip of macosx-8-4-branch and this will go away, it's due to an old tclLoadDyld.c in Jim's branch (older than what I distributed in my 8.3.4 build for AlphaX), I checked in a better version a few days ago. tclAE loads fine under 8.4 here >Actually, what's needed is an AEAddressDesc, which is one of: >typeApplSignature, typeSessionID, typeTargetID, or >typeProcessSerialNumber. Can we get any of these for Tcl (tclsh)? >tclsh has a eunuchs PID; can this be translated to a ToolBox PSN? > that may depend on how tclsh is started, remember the AlphaTk discussion on alphatcl-dev a while ago where AlphaTk was getting a misterious -psn_0_xxxxxx argument, that's the ToolBox PSN we would need AFAIK. I think this is only passed along when apps are started with 'open' (e.g. finder double click) Cheers, Daniel -- ** Daniel A. Steffen ** "And now to something completely ** Department of Mathematics ** different" Monty Python ** Macquarie University ** <mailto:st...@ma...> ** NSW 2109 Australia ** <http://www.maths.mq.edu.au/~steffen/> |