Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > lib/ruby/1.8/e2mmap.rb:51: Use Ruby 1.1 (RuntimeError) - WindowsVista Ruby 1.8.6

Reply
Thread Tools

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

 
 
Zeno Davatz
Guest
Posts: n/a
 
      01-12-2011
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

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Zeno Davatz
Guest
Posts: n/a
 
      01-12-2011
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

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Zeno Davatz
Guest
Posts: n/a
 
      01-12-2011
Ok, this issues is connected to:

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

Closing.

Best
Zeno

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco Agent Desktop (CAD) - Unable to use Voice Monitor on WindowsVista icmadmin.marketlinx@gmail.com Cisco 0 04-07-2008 04:30 PM
2008 Trend Micro Internet Security is NOT is compatible with WindowsVista SP1 and Windows XP SP3 larryinaz Computer Support 1 02-01-2008 11:20 PM
2008 Trend Micro Internet Security is NOT is compatible with WindowsVista SP1 and Windows XP SP3 larryinaz Windows 64bit 1 02-01-2008 08:40 PM
#!/usr/bin/ruby , #!/usr/bin/ruby -w , #!/usr/bin/ruby -T?, #!/usr/bin/ruby -T1... anne001 Ruby 1 04-23-2006 03:02 PM
Re: OT: Ruby programmers use Python (was Re: ruby on rails ...python on ?) Ed Leafe Python 1 11-02-2004 01:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57