| 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.
| |