Установил FxRuby 1.6.3 через gem При запуске программ пишет что модули вызываются дважды Почитал по форумам англоязычным - оказалось известная проблема совместимости с ruby 1.8.5 -)) Решение написано скачать набор файлов (simple.c, helper.rb, extconf.rb). Makefile создан-)а что дальше делать...то ли я по английски резко перестал понимать, то ли написано как то криво-)
Полный текст решения: In order to reproduce the bug, dowload and unpack the attached tarball (simple.tar.gz). This contains three files: simple.c, helper.rb and the extconf.rb file. Run the extconf.rb script to create a Makefile for your operating system, then type "make" to build the extension.
Once you've built the extension, start up "irb" and then type: require "simple". You should get a warning message, "already initialized constant FOO". If you inspect the value of $", you will see that the shared library part (simple.bundle, or simple.so, depending on your operating system) has been loaded twice.
Помогите пжалуйста-))