Native extension fails to build for JRuby, Rubinius and ruby-head
Please see this build of steam-condenser for more details.
At least compatibility with ruby-head should be fixed.
+1. Same here: http://travis-ci.org/#!/sickill/ascii.io/jobs/806154
How difficult would be to use FFI for native extension? If you consider FFI I may try to implement it and send pull request.
ruby-head has been fixed with 46939f3521eed0f12157c3a20a1a077cf51d17d1.
For Rubinius see #15.
I am not able to compile this gem under JRuby ...
Getting this error: cc -I. -I. -I/usr/local/rvm/rubies/jruby-1.7.4/lib/native/include/ruby -I. -DHAVE_BZLIB_H -fPIC -fno-omit-frame-pointer -fno-strict-aliasing -fexceptions -Wall -funroll-loops -DRUBY_19_COMPATIBILITY -m64 -c bzip2.c bzip2.c:8:21: fatal error: ruby/io.h: No such file or directory compilation terminated. make: *** [bzip2.o] Error 1
Can you help?