Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 91431
BY: Patrik Sundberg (patsu189)
DATE: 2009-11-04 11:38
SUBJECT: RE: RSRuby on windows

 

Using the new mingw built ruby from rubyinstaller.org and the devkit (i.e. a toolchain for building C extensions) I've just built rsruby.

I needed to make one change. In Converter.c there is a call to rb_complex_new(). As far as I know Complex is a ruby class, not a C type, nowadays and I can't find that function anywhere. I just commented it out (making it fail for complex number conversion for the time being) and it built fine.

Just played around with it a little bit and seem to work alright. The one thing that seems broken is plotting graphs in interactive mode, produces some output but updates "sporadically" and window is unresponsive.


Thread View

Thread Author Date
RSRuby on windowsNick Straw2007-01-23 21:31
      RE: RSRuby on windowsAlex Gutteridge2007-02-21 00:47
      RE: RSRuby on windowsPaul Lynch2007-02-21 22:31
            RE: RSRuby on windowsGiang Nguyen2007-04-04 08:05
                  RE: RSRuby on windowsPaul Lynch2007-04-04 18:12
                  RE: RSRuby on windowsAlex Gutteridge2007-04-05 00:20
                        RE: RSRuby on windowsFernando Santos2008-03-08 23:33
                              RE: RSRuby on windowsAlex Gutteridge2008-03-09 12:30
                                    RE: RSRuby on windowsFernando Santos2008-03-09 14:23
                                          RE: RSRuby on windowsJirapong Nanta2009-01-27 18:07
      RE: RSRuby on windowsNick Straw2009-02-01 19:00
            RE: RSRuby on windowsAlex Gutteridge2009-02-02 13:22
                  RE: RSRuby on windowsPatrik Sundberg2009-11-04 11:38
                        RE: RSRuby on windowsPatrik Sundberg2009-11-04 12:29
                              RE: RSRuby on windowsAlex Gutteridge2009-11-05 10:25
                                    RE: RSRuby on windowsPatrik Sundberg2009-11-06 12:52
                        RE: RSRuby on windowsAkram Abou-Emara2009-12-03 02:36
                              RE: RSRuby on windowsPatrik Sundberg2009-12-03 17:17

Post a followup to this message