brianmario / escape_utils

Faster string escaping routines for your ruby apps
MIT License
513 stars 52 forks source link

Building native extensions for JRuby fails #7

Closed contentfree closed 14 years ago

contentfree commented 14 years ago

The error:

Building native extensions.  This could take a while...
ERROR:  Error installing escape_utils:
    ERROR: Failed to build gem native extension.

/Users/dave/.rvm/rubies/jruby-1.5.1/bin/jruby extconf.rb
WARNING: JRuby does not support native extensions or the `mkmf' library.
         Check http://kenai.com/projects/jruby/pages/Home for alternatives.
extconf.rb:5: undefined method `<<' for nil:NilClass (NoMethodError)
brianmario commented 14 years ago

escape_utils doesn't have a pure-java extension (yet) - closing for now. I may add this in the future... In the meantime patches are welcome :)