Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby-ogre on windows? #2

Open
ixevix opened this issue Feb 26, 2013 · 1 comment
Open

ruby-ogre on windows? #2

ixevix opened this issue Feb 26, 2013 · 1 comment

Comments

@ixevix
Copy link

ixevix commented Feb 26, 2013

Does this gem work on windows?

I can't seem to get require 'Ogre' to work. It just gives the following error:

D:/ruby-ogre/main.rb:1:in `require': 126: The specified module could not be found. - C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-ogre-0.0.1-x86-mingw32/lib/Ogre.so (LoadError)

@abexsoft
Copy link
Owner

I have stopped windows support since the first release, and removed mingw environment, so I can't reproduce this issue on my pc immediately.
But according to the error message, ruby does not seem to be able to load OgreMain.dll which is linked by Ogre.so.
Can you try to add PATH to OgreMain.dll?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants