|
|
 |
tcl-mac
[MACTCL] Undefined symbol _Init?
by David Robinson other posts by this author
Mar 27 2003 6:51PM messages near this date
[MACTCL] Catching minimization of a window?
|
Re: [MACTCL] Undefined symbol _Init?
Okay I realize that this is going to be a rather vague question and I
apologize in advance but I'm not sure how to approach this.
We've succeeded in building a Tcl extension in a fashion similar to
TclSpeech (called CRAX). However, when we execute 'package require
CRAX' the following dump appears in the Wish console:
package require CRAX
dyld: /Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell
NSLookupSymbolInImage() dynamic library:
/Users/drobin/Library/Tcl/CRAX/CRAX.dylib does not define symbol:
_Crax_Init
dyld: /Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell
NSLookupSymbolInImage() dynamic library:
/Users/drobin/Library/Tcl/CRAX/CRAX.dylib does not define symbol:
_Crax_SafeInit
couldn't find procedure Crax_Init
It seems that the right library/Framework is not being linked in our
infinite ignorance we've not been able to determine what we are
missing. Any suggestions or even guesses would be appreciated.
Thanks for your patience, Dave
------------------------------------------------------------------------
------
Q: What do you have when 100 Manchester United Fans are buried up to
their necks in sand?
A: Not enough sand.
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Tcl-mac mailing list
Tcl-mac@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-mac
|
|
|
 |
|