-
-
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
install taglib-ruby 0.6.0 on windows with ruby 2.0.0p247 (binary gem) #36
Comments
The problem may be that the binary gem (...-x86-mingw32.gem) is compiled for Ruby 1.8 and 1.9, but not 2.0. I'm not sure I want to offer the binary gem anymore, as it's a maintenance burden (I don't use Windows myself). Could you try installing the non-binary version of the gem?:
|
I have build the taglib then install the taglib-ruby with folowing command: Test with irb: |
What files are inside |
taglib.rb |
|
Makefile |
Does |
|
Closing as a duplicate of #62 for fixing Windows somehow. |
D:>gem install taglib-ruby
Fetching: taglib-ruby-0.6.0-x86-mingw32.gem (100%)
Successfully installed taglib-ruby-0.6.0-x86-mingw32
Parsing documentation for taglib-ruby-0.6.0-x86-mingw32
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/libtag.dll, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_base.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_flac.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_id3v1.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_id3v2.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_mp4.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_mpeg.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_ogg.so, skipping
unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/taglib_vorbis.so, skipping
Installing ri documentation for taglib-ruby-0.6.0-x86-mingw32
1 gem installed
D:>irb
'DL is deprecated, please use Fiddle
irb(main):001:0> require 'taglib'
LoadError: 126: The specified module could not be found. - D:/xampplite/Ruby200/lib/ruby/gems/2.0.0/gems/taglib-ruby-0.6.0-x86-mingw32/lib/taglib_base.so
from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
require' from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
require'from D:/xampplite/Ruby200/lib/ruby/gems/2.0.0/gems/taglib-ruby-0.6.0-x86-mingw32/lib/taglib/base.rb:1:in
<top (required)>' from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
require'from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
require' from D:/xampplite/Ruby200/lib/ruby/gems/2.0.0/gems/taglib-ruby-0.6.0-x86-mingw32/lib/taglib.rb:9:in
<top (required)>'from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:110:in
require' from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:110:in
rescue in require'from D:/xampplite/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:35:in
require' from (irb):1 from D:/xampplite/Ruby200/bin/irb:12:in
The text was updated successfully, but these errors were encountered: