Posted By: Jason Garber
Date: 2008-11-03 19:31
Summary: Redcloth 4.1.0 - JRuby support
Project: RedCloth

Redcloth has been updated to 4.1.0. This version supports JRuby thanks to some fantastic work by Ola Bini!

Latest News
Version 1.6.0 of Mxx_ru released
    Nicolay Shmakov - 2013-06-19 12:07
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28

 

Forums | Admin

Discussion Forums: redcloth-4.1.0

Start New Thread Start New Thread

 

By: Eric Smith
Unable to install 4.1.0 under JRuby 1.1.4 [ reply ]  
2008-11-03 06:08
I understand that 4.1.0 is supposed to be JRuby compatible, but everytime I try to install it using the command "/opt/jruby-1.1.4/bin/jruby -S gem install RedCloth", I receive :

/opt/jruby-1.1.4/lib/ruby/1.8/mkmf.rb:7: JRuby does not support native extensions. Check wiki.jruby.org for alternatives. (NotImplementedError)
from /opt/jruby-1.1.4/lib/ruby/1.8/mkmf.rb:1:in `require'
from extconf.rb:1
ERROR: Error installing RedCloth:
ERROR: Failed to build gem native extension.

/opt/jruby-1.1.4/bin/jruby extconf.rb install RedCloth

It appears that the 4.1.0 may support JRuby, but still has some requires that don't properly identify JRuby instead of Ruby.