I can’t seem to compile ironruby in ruby 1.8.7. I always get this error:
no such file to load — windows/path
Does this mean that ironruby is not compatible with ruby 1.8.7?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like the gem windows-pr is required before the pathname2 stuff succeeds. I did a
gem install windows-prin my Ruby 1.8.7 install and then was successfully able to runrake --tasksin IronRuby (it previously failed with the same “no such file to load” error).