Navigation Menu

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

windows: bundle GCC related DLLs #17

Closed

Conversation

myokoym
Copy link
Member

@myokoym myokoym commented Jun 3, 2014

The following error occurred in Rroonga 4.0.2 x86-mingw32:

C:\Users\myokoym>ruby -e 'require "groonga"'
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require':
cannot load such file -- groonga.so (LoadError)
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
n `require'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rroonga-4.0.2-x86-mingw32/lib/g
roonga.rb:45:in `rescue in <top (required)>'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rroonga-4.0.2-x86-mingw32/lib/g
roonga.rb:41:in `<top (required)>'
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:i
n `require'
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:i
n `rescue in require'
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:i
n `require'
        from -e:1:in `<main>'

The cause is probably that libwinpthread-1.dll could not be found.

depends-groonga so-rroonga-4 0 2-x86-mingw32

@kou
Copy link
Member

kou commented Jun 4, 2014

It is a bug of Groonga's zip package for Windows.
I've fixed it in Groonga and released a new Rroonga.

Thanks for your report!

@kou kou closed this Jun 4, 2014
@myokoym
Copy link
Member Author

myokoym commented Jun 4, 2014

I've confirmed that new Rroonga works fine. Thanks!

@myokoym myokoym deleted the windows-bundle-gcc-related-dlls branch June 4, 2014 13:33
@myokoym myokoym restored the windows-bundle-gcc-related-dlls branch June 4, 2014 13:34
@myokoym myokoym deleted the windows-bundle-gcc-related-dlls branch June 4, 2014 13:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants