-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix gem on Windows or re-enable binary gem (help welcome) #62
Comments
@luislavena: Any ideas? |
(See also rake-compiler/rake-compiler#95 for suggestions such as linking |
I'd like to have taglib-ruby working on Windows under Ruby v2.1 or v2.2. I have a native Windows box, but I'm not a Windows C++ developer. Is there anything I can do to help? |
@Phrogz: Have you used the DevKit from here before?: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit That should theoretically still work. |
@robinst Yes, I have DevKit in place and working. Does not apply here. |
The Windows binary gem (
taglib-ruby-*-x86-mingw32.gem
) produced from master with my current cross compilation toolchain doesn't work.As I currently only have very limited access to a Windows machine (and it's a VM), I can't fix it.
Error on require (note that it says "0.6.0", but it's master):
File and ldd (at the top is master, below is the working 0.5.0):
The text was updated successfully, but these errors were encountered: