Hello,
I tried to install funit and got the following:
$ gem install funit
Bulk updating Gem source index for: http://gems.rubyforge.org
Install required dependency fortran? [Yn] Y
Install required dependency hoe? [Yn] Y
Install required dependency rubyforge? [Yn] Y
Install required dependency rake? [Yn] Y
Install required dependency hoe? [Yn] Y
Successfully installed funit-0.9.3
Successfully installed fortran-1.0.3
Successfully installed hoe-1.5.0
Successfully installed rubyforge-0.4.4
Successfully installed rake-0.8.1
Successfully installed hoe-1.5.0
Installing ri documentation for funit-0.9.3...
ERROR: While executing gem ... (NoMethodError)
undefined method `ord' for 63:Fixnum
My install:
$ uname -srvp
Linux 2.6.9-67.0.4.ELsmp #1 SMP Fri Jan 18 05:00:58 EST 2008 i686
$ ruby --version
ruby 1.8.5 (2006-12-25 patchlevel 12) [i686-linux]
$ gem --version
0.9.0
Any ideas? Do I need to update something?
cheers,
paulv
|