lib/ruby/1.8/e2mmap.rb:51: Use Ruby 1.1 (RuntimeError) - WindowsVista Ruby 1.8.6

Z

Zeno Davatz

Hi

I am trying to start up my application on Windows Vista with Ruby 1.8.6
and the Oniguruma-Patch applied. It results in this error:

lib/ruby/1.8/e2mmap.rb:51: Use Ruby 1.1 (RuntimeError)

the full error message is:

http://pastebin.com/U1T3SFK7

The app runs just fine on Linux with Ruby 1.8.6.

Any hints are highly appreciated.

Best
Zeno
 
Z

Zeno Davatz

It seems that

lib/ruby/gems/1.8/gems/gd2-1.1.1/lib/gd2/canvas.rb:23

requires

lib/ruby/1.8/matrix.rb:23

and that calls

require "e2mmap.rb"

and that will throw the error

lib/ruby/1.8/e2mmap.rb:51: Use Ruby 1.1 (RuntimeError)

is this a gd2 issue?

gd2 loads just fine in irby

C:\Users\zdavatz>irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'gd2'
=> true

Best
Zeno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,999
Messages
2,570,243
Members
46,835
Latest member
lila30

Latest Threads

Top