taglib-ruby icon indicating copy to clipboard operation
taglib-ruby copied to clipboard

Fix gem on Windows or re-enable binary gem (help welcome)

Open robinst opened this issue 9 years ago • 5 comments

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):

error

File and ldd (at the top is master, below is the working 0.5.0):

file-ldd

robinst avatar Aug 20 '14 13:08 robinst

@luislavena: Any ideas?

robinst avatar Aug 20 '14 13:08 robinst

(See also luislavena/rake-compiler#95 for suggestions such as linking libtag.dll statically into taglib_base.so.)

robinst avatar Aug 20 '14 13:08 robinst

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 avatar Aug 04 '15 20:08 Phrogz

@Phrogz: Have you used the DevKit from here before?: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

That should theoretically still work.

robinst avatar Nov 06 '15 09:11 robinst

@robinst Yes, I have DevKit in place and working. Does not apply here.

Phrogz avatar Nov 06 '15 14:11 Phrogz