freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] Fwd: OT: apple x11


From: Richard Kilmer
Subject: [FR-devel] Fwd: OT: apple x11
Date: Thu, 9 Jan 2003 07:52:20 -0800

check out the below screenshots to see freeride running on OSX!!!!!

it is using apple's newly released X11 toolkit.

sweeeet!

-rich

Begin forwarded message:

From: FUJIMOTO Hisakuni <address@hidden>
Date: Thu Jan 9, 2003  6:57:25 AM US/Pacific
To: address@hidden (ruby-talk ML)
Subject: Re: OT: apple x11
Reply-To: address@hidden

At Thu, 9 Jan 2003 22:57:17 +0900,
Lyle Johnson wrote:
I tried FreeRIDE with X11 for Mac OS X.  It was unstable a little,
but it worked. Screenshots are here:

  http://www.imasy.or.jp/~hisa/mac/rubyosx/files/freeride-x11-osx.jpg
http://www.imasy.or.jp/~hisa/mac/rubyosx/files/freeride-x11-osx->>> 2.jpg

Wow. Is this *running* on Mac OS X, or were you running on Linux and
displaying to the X server on the Mac? If it's actually running on the
Mac, did you have to do anything special to get FXRuby working? That has
been a problem so far...

There are no X11 clients which is running on any remote computer.
Everything was just running on Mac OS X!
freeride, FXRuby or FOX were unstable a little.

X11 server:  X11 for Mac OS X
FOX :        fox-1.0.29 (built from tarball)
FXScintilla: fxscintilla-1.49.1 (built from tarball)
Ruby:        ruby-1.6.7 (included in Mac OS X)
FXRuby:      FXRuby-1.0.17 (built from tarball)
FreeRIDE:    from cvs server
RubyCocoa:

To build FXRuby with ruby-1.6.7,
a patch for '/usr/lib/ruby/1.6/powerpc-darwin6.0/intern.h'
was required as follows:

--- intern.h.orig       Tue Jul 16 08:17:20 2002
+++ intern.h    Thu Jan  9 19:44:22 2003
@@ -192,3 +192,3 @@
 void rb_gc_mark_maybe();
-void rb_gc_mark();
+void rb_gc_mark _((VALUE));
 void rb_gc_force_recycle _((VALUE));

This patch is not required for 1.6.8 or 1.8, maybe.

cheers,
--
FUJIMOTO Hisakuni








reply via email to

[Prev in Thread] Current Thread [Next in Thread]