« Return to Thread: FxRuby failing on Ruby 1.9.1 windows

FxRuby failing on Ruby 1.9.1 windows

by Janos Sebok :: Rate this Message:

Reply to Author | View in Thread

Hi all.

I am new to FxRuby, and trying to install the toolkit.

I'm running winXP
>ruby -v
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32]

>gem -v
1.3.3

>gem list

*** LOCAL GEMS ***

fxruby (1.6.19)
rubygems-update (1.3.3)

---
My problem is: require 'fox16' fails with a OS error message complaining
"Can not start application because msvcrt-ruby18.dll is not found". After closing the error window the console reads:

>ruby test.rb
test.rb:2:in `require': 126: A megadott modul nem talalhato(which means module not found).   - d:/Ruby/Vm/1.9.1-p0/lib/ruby/gems/1.9.1/gems/fxruby-1.6
.19-x86-mswin32-60/ext/fox16/fox16.so (LoadError)
        from test.rb:2:in `<main>'

fox16.so is right where it is looked for, but it is linking to msvcrt-ruby18.dll.
Of course the 1.8 dll is not present. What may cause this? I remember to have read FxRuby is Ruby 1.9 compatible for a while.

The very same gem works just fine on Ruby 1.8.7-p72.

Any help appreciated,
Thank you
--
Janos

_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

 « Return to Thread: FxRuby failing on Ruby 1.9.1 windows