[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-devel] Can't run yesterday's code
From: |
Curt Hibbs |
Subject: |
RE: [FR-devel] Can't run yesterday's code |
Date: |
Tue, 17 Sep 2002 22:36:50 -0700 |
Hal E. Fulton wrote:
>
> Curt et al.,
>
> I checked out the code at 12:20 am central time
> after reading Curt's note (rather late).
>
> It doesn't run for me at all.
>
> It gives me an "illegal operation" (Windows
> error) immediately after painting the window.
>
> This is Win98SE, Ruby 1.6.7.
You have to be running a version of Ruby that contains the fix for the
Windows threading problem. You could either get the latest from CVS and
build it -- or you can take advantage of Rich's generosity and download the
build he has made available to us. I attached Rich's original post on this
subject below.
Curt
-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Rich
Kilmer
Sent: Friday, August 30, 2002 8:39 AM
To: FreeRIDE
Subject: [FR-devel] Have a build Ruby online for Win32
FreeRIDE'ers
To save others the time, I just uploaded a build of FreeRUBY :-)
(FreeRIDE friendly Ruby) which is the latest Ruby (1.7.3) w/latest
FXRuby and many extensions built (XMLParser, REXML, WEBrick, SWin/VRuby,
Jabber4R, Log4R, opengl, glut, Berkeley DB, win32ole, zlib)
http://www.infoether.com/ruby/FreeRUBY.zip
Not a full as Andy's...but until his is ready, this will work to run
FreeRIDE.
Just unzip it somewhere and then change the run.bat in FreeRIDE to point
to the FreeRUBY ruby.exe file.
-Rich