Ruport in ruby1.9

running ruport-based program in ruby1.9, i always get the ff errors,

C:\family\ruby>ruby test2.rb

c:/ruby/lib/ruby/gems/1.9.1/gems/ruport-util-0.14.0/lib/ruport/util/graph/amline.rb:105:
warning: undefining object_id' may cause serious problem c:/ruby/lib/ruby/gems/1.9.1/gems/rubyzip-0.9.1/lib/zip/zip.rb:4:inrequire’: no such file to load – ftools (LoadError)
from
c:/ruby/lib/ruby/gems/1.9.1/gems/rubyzip-0.9.1/lib/zip/zip.rb:4:in <top (required)>' from c:/ruby/lib/ruby/gems/1.9.1/gems/ruport-util-0.14.0/lib/ruport/util/ods.rb:4:inrequire’

is ruport ready for ruby1.9 ?

somehow, i get the feeling that a lot of libs are not ready for ruby1.9
:slight_smile: I will try main gem later, hoping ara has readied for ruby1.9 too
:))

kind regards -botp

On Thu, Mar 26, 2009 at 12:18 AM, Peña, Botp [email protected]
wrote:

is ruport ready for ruby1.9 ?

No, sorry. Ruport 1.x will never be Ruby 1.9 compatible unless
someone else does the work, but Ruport 2 will be, now that FasterCSV
is in Ruby 1.9 as CSV, and Prawn is fully Ruby 1.9 compatible.

There is no release date planned for Ruport 2, except that I’m hoping
to get it done in the summer sometime.
Others who need something more immediate are welcome to fork us:

-greg