From: Daniel Berger Date: 2006-11-21T00:50:05+09:00 Subject: Re: Spreadsheet module tests fail El Gato wrote: > I'm trying to use the spreadsheet/excel module by Daniel Berger, but > it's failing its tests on the olewriter. Any thoughts? > > # ruby test/ts_all.rb > Loaded suite test/ts_all > Started > ..................E/tmp/spreadsheet-0.3.4/lib/spreadsheet/olewriter.rb:22: > [BUG] rb_sys_fail() - errno == 0 > ruby 1.8.1 (2003-12-25) [sparc-solaris2.8] First, I no longer maintain this package. It's now maintained by Hannes Wyss. Second, you've got an old version of spreadsheet. Use 0.3.5, available at http://rubyforge.org/frs/?group_id=678&release_id=6674 Third, you've got an old version of Ruby. Even blastwave has a 1.8.4 package if you want a more recent version. Or, you could build 1.8.5 by hand. Regards, Dan