[#1378] differences between Module and Class ? — Mathieu Bouchard <matju@...>

25 messages 2003/08/11
[#1387] Re: differences between Module and Class ? — matz@... (Yukihiro Matsumoto) 2003/08/12

Hi,

[#1442] Re: differences between Module and Class ? — Mathieu Bouchard <matju@...> 2003/08/21

[#1406] _id2ref bug? — Ryan Pavlik <rpav@...>

While debugging some caching code, I've come across a segfault related

22 messages 2003/08/14
[#1407] Re: _id2ref bug? — matz@... (Yukihiro Matsumoto) 2003/08/14

Hi,

[#1413] Re: _id2ref bug? (REPRODUCED, short) — Ryan Pavlik <rpav@...> 2003/08/14

On Fri, 15 Aug 2003 01:57:18 +0900

Re: Ruby Tk on Mac OS X

From: Elliott Hughes <ehughes@...>
Date: 2003-08-15 06:33:19 UTC
List: ruby-core #1422
And the real problem is that's not the solution wanted by most Mac OS X
users. Who wants to run X11?

What we need is for Apple to make non-bundle apps work properly, or for
someone to work out the appropriate calls to private API (Java works, so why
shouldn't Ruby?). Sadly, none of the magic I found on the web seemed to have
much of an effect. 

(Then again, who wants to run tk on Mac OS X? It stands out like a sore
thumb on any platform. On Mac OS X it's more like a weeping sore than a sore
thumb. It really is a choice of last resort, it's just that there aren't
many other choices.)

 -- elliott

-----Original Message-----
From: nobu.nokada@softhome.net <nobu.nokada@softhome.net>
To: ruby-core@ruby-lang.org <ruby-core@ruby-lang.org>
Sent: Fri Aug 15 06:22:00 2003
Subject: Re: Ruby Tk on Mac OS X

Hi,

At Fri, 15 Aug 2003 13:48:38 +0900,
Mark Wilson wrote:
> 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

You don't have to modify the file.  Use
--with-X11-dir=/usr/X11R6 and --with-tk-dir=/sw/lib instead.

-- 
Nobu Nakada


*********************************************************************
This e-mail and any attachment is confidential. It may only be read, copied and used by the intended recipient(s). If you are not the intended recipient(s), you may not copy, use, distribute, forward, store or disclose this e-mail or any attachment. If you are not the intended recipient(s) or have otherwise received this e-mail in error, you should destroy it and any attachment and notify the sender by reply e-mail or send a message to sysadmin@bluearc.com
*********************************************************************


In This Thread

Prev Next