Hi
Wanted to update this with what worked for me.
First, got
orobor working, simple but required a reinstall for me after a 10.3.x update. Apple X11 might work too, but my knowledge is so lacking I won't speculate.
Then I downloaded the X11
SDK. It is also on the Xtools cd, but you have to make sure you install it.
Then console
sudo cpan
look Tk
perl Makefile.Pl -t
make install
Run test Tk script.
If you get an error about:
Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.dylib
Cannot find X include files via /usr/X11R6/include
Cannot find X include files anywhere at ./myConfig line 332.
Compilation failed in require at Makefile.PL line 32.
BEGIN failed--compilation aborted at Makefile.PL line 34.
Then you need to reread and install the X11 SDK, not just X11.
This is working for me in OSX 10.3.9. It also required developer tools and possibly some other things I didn't think to list here because I installed them a year ago, but this is what I can vouch for so far.
Thanks for the help,
Tim
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.