-
Notifications
You must be signed in to change notification settings - Fork 20
Found gbarcode (0.98.16), but was for platform mswin32 #3
Comments
I should have taken a closer look at the source. Now I see the source is essentially all under a mswin folder: https://github.com/ahx/gbarcode/tree/ruby1.9/gbarcode-0.98.16-mswin32 What is the windows dependency? |
This SO article has me confused because the person says they installed it on ubuntu, but then references windows. http://stackoverflow.com/questions/12753024/gbarcode-issue-barcodes-not-being-generated |
I have never pushed the ruby1.9 branch to rubygems. There is the original gbarcode version on rubygems (https://rubygems.org/gems/gbarcode), but it was never updated by the original author. |
thanks for the suggestions and thanks for the quick response |
No problem. Maybe you can leave a note here if installing from git does still work these days. |
Hmmm, I tried this and it didn't work for me: gem 'gbarcode', :git => 'https://github.com/ahx/gbarcode'
But I think this is a problem with our setup because we are using jruby. Looks like a c-extensions issue. However, I suspect this would work for typical ruby users. Thanks again for your help. -John |
Just tried a regular rails app (no jruby)
|
I can't install gbarcode on osx.
Either using this in the gem file:
gem 'gbarcode', '~> 0.98.16'
Or this in the command line:
gem install gbarcode
Could it have been submitted incorrectly to rubygems? Or is the gem only supported on win32?
Thanks,
John
The text was updated successfully, but these errors were encountered: