Charles Oliver Nutter
Charles Oliver Nutter
@thesigmoidfunction If you are still having issues with this, open an issue or discussion on the JRuby project, or join us on the #jruby chat room on Matrix and we'll...
This is the underlying problem in rails/rails#38492.
@ahorek I don't know about this loading issue. If I'm understanding correctly, this would be a problem if you're able to build the binary on Windows... it won't load because...
JRuby's version of nokogiri does not use any native libraries, so that issue does not apply to us. It sounds like the Windows binary gems don't work for CRuby either.
There's no way to target just JRuby + Windows because RubyGems only supports a single platform per gem. We've lobbied for adding more dimensions to this platform selection, but no...
@mohits Thanks for the follow-up! Perhaps it is linking to some library (e.g. libc bridge or something) in the devkit that is not always on your path? Glad to hear...
So checking on status here... with #224 the devkit is no longer required at runtime, but is still required to install (naturally). The other path we need to explore is...
> Modify the ext build to start with Rake It may already be this way... I just remember this being an issue with e.g. io-console since even a dummy Makefile...
I believe this is the same issue as #182.
These seem like fine things to open up for configuration.