ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: Mark Wilson <mwilson13@cox.net>
To: ruby-core@ruby-lang.org
Subject: Ruby Tk on Mac OS X
Date: Fri, 15 Aug 2003 13:48:38 +0900	[thread overview]
Message-ID: <B9DFA42E-CEDB-11D7-BE82-000393876156@cox.net> (raw)
In-Reply-To: <20030814211909.12a23fcf.rpav@users.sf.net>

I found a way to get Ruby Tk to work on Mac OS X. I have not 
experimented, yet, to see if variations on what is set out below will 
work.

1. Install tcl/tk using fink.

2. Modify ext/tcltklib/extconf.rb as follows:

replace
dir_config("X11")
with
dir_config("X11", "/usr/X11R6/include", "/usr/X11R6/lib")

add "/sw/lib" to the beginning of the paths variable assignments in 
each of def_find_tcl and def_find_tk

The above comes from the fink package info file prepared by Jeffrey 
Whitaker.

3. Build and install the bundle (make does emit this warning --> ld: 
warning multiple definitions of symbol _tclPlatStubsPtr).

Regards,

Mark Wilson

  reply	other threads:[~2003-08-15  4:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 16:45 _id2ref bug? Ryan Pavlik
2003-08-14 16:57 ` Yukihiro Matsumoto
2003-08-14 17:01   ` ts
2003-08-14 17:08     ` Yukihiro Matsumoto
2003-08-14 17:44       ` Ryan Pavlik
2003-08-14 17:46   ` Ryan Pavlik
2003-08-15  0:10     ` Yukihiro Matsumoto
2003-08-14 18:09   ` _id2ref bug? (REPRODUCED, short) Ryan Pavlik
2003-08-15  0:21     ` Yukihiro Matsumoto
2003-08-15  2:37       ` _id2ref bug? (another break) Ryan Pavlik
2003-08-15  3:35         ` nobu.nokada
2003-08-15  4:19           ` Ryan Pavlik
2003-08-15  4:48             ` Mark Wilson [this message]
2003-08-15  5:22               ` Ruby Tk on Mac OS X nobu.nokada
2003-08-15  6:10                 ` Mark Wilson
2003-08-15  7:14                   ` nobu.nokada
2003-08-15 10:17           ` _id2ref bug? (another break) ts
2003-08-15 17:42             ` Ryan Pavlik
2003-08-16  9:35               ` ts
2003-08-16 11:02                 ` nobu.nokada
2003-08-16 11:08                   ` ts
2003-08-16 12:54                     ` nobu.nokada
  -- strict thread matches above, loose matches on Subject: below --
2003-08-15  6:33 Ruby Tk on Mac OS X Elliott Hughes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B9DFA42E-CEDB-11D7-BE82-000393876156@cox.net \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).