-
Notifications
You must be signed in to change notification settings - Fork 696
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
JRuby RMagic undefined_symbol: rb_framce_last_func #78
Comments
@mazhout Let's start here: http://stackoverflow.com/questions/3553415/jmagick-error-when-trying-to-load-a-file-unsatisfiedlink |
I am still stuck, don't really know what I can try next. |
For now, why dont we turn autowidth off p = Axlsx::Package.new
p.use_autowidth = false You can specify the widths you want to use for columns with Worksheet#column_widths In the mean time, lets have a look at irb.. require 'rmagick' in irb ? |
Thanks for the advice for autowidth. That will do for now ;) require 'RMagick' in irb returns true. I think my Ruby installation is fine.
|
Can I ask you to please ping the guys at RMagick on this? I am pretty sure this is an issue in your environment. Namely RMagick2.so is not finding some headers. However, I am far from an expert on all things JRuby. I would expect there should be some way to specify either during the install, or via some environment variable where those headers live. Suffering a bit of a WOML here (works on my local) but my env is going to be a bit different from your setup. |
Sure no problem. |
@mazhout Good news for you mate! I have removed the dependency on RMagick from the gem. Can you link to master until I release 1.1.1 (probably next week, depends on how busy work stays) |
Good job! I check out what you removed in the code. Thanks! |
1.1.1 is released. Closing this one - and I never have to fight with RMagick again ;) |
cheers! |
@randym
System details:
Image Magic is installed. but I still have the following error using the console:
The text was updated successfully, but these errors were encountered: