Lib/ruby/1.8/e2mmap.rb:51: Use Ruby 1.1 (RuntimeError) - Windows Vista Ruby 1.8.6

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

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 irb

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

Best
Zeno

Ok, this issues is connected to:

http://redmine.ruby-lang.org/issues/show/4156

Closing.

Best
Zeno