Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

install Tk on Mac

Status
Not open for further replies.

ffhere

Programmer
Nov 11, 2008
1
US
I'm trying to install Tk on my MacBook Pro (OS 10.5.5). I used install Tk in cpan shell, and the make test failed, then I used force install Tk, I got this msg: Failed during this command:
SREZIC/Tk-804.028.tar.gz : make_test FAILED but failure ignored because 'force' in effect.

I tried to run very simple script, and I got this msg:
"
dyld: lazy symbol binding failed: Symbol not found: _Perl_Istack_sp_ptr
Referenced from: /usr/local/ActivePerl-5.10/lib/auto/Cwd/Cwd.bundle
Expected in: dynamic lookup

dyld: Symbol not found: _Perl_Istack_sp_ptr
Referenced from: /usr/local/ActivePerl-5.10/lib/auto/Cwd/Cwd.bundle
Expected in: dynamic lookup

Trace/BPT trap
"
Could anyone here help me to install TK correctly so I can use PerlGUI on Mac?

Thanks a lot!!!
 
Did you install the X Window System for Mac? That's required (also the source code/headers for X are required too).

-------------
Cuvou.com | My personal homepage
Code:
perl -e '$|=$i=1;print" oo\n<|>\n_|_";x:sleep$|;print"\b",$i++%2?"/":"_";goto x;'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top