Version 5.7 is lower than 5.18, the Rakefile fails to detect that. Patch attached. Attachments: http://www.ruby-forum.com/attachment/471/Rakefile.patch -- Posted via http://www.ruby-forum.com/.
Andreas S. wrote:> Version 5.7 is lower than 5.18, the Rakefile fails to detect that. Patch > attached.Ok, this introduces another bug (6.1 < 5.18); who would have thought something trivial like this could be implemented wrong twice? (@ragel_v[0] == 5 && @ragel_v[1] >= 18) || @ragel_v[0] > 5 -- Posted via http://www.ruby-forum.com/.