From: lasitha Date: 2009-04-19T15:00:58+09:00 Subject: Re: Ruby - gems not On Sun, Apr 19, 2009 at 5:53 AM, Devi Rau wrote: > Hi Hello Devi, > I am trying to load Ruby and Gems on my laptop right from 24 hours. I > installed and uninstalled the whole modules, 3 times but of no use. It's unclear to me exactly what problem you're trying to solve... > there is one error being thrownout when loading the gems. > But at the irb ---it is says watir ---true. I'm not sure what you mean by that. Do you mean that 'require "watir"' returns true? If so, that's not an error. > The unit tests dont run What unit tests? What is the error/failure reported when you run these unit tests? > The error is, after installing few files it says > ERROR: While generating documentaion builder - 2.1.2 > MESSAGE : Unhandled special :Specoa;: type=17, test="" > [...] This won't stop you from using the builder gem; at worst, you may be missing some _documentation_ for the builder gem on your local machine. > i prompted gem updated > but gives an ERROR : while executing gem.....Failed to build gem native > extension Which gem is failing to build it's native extension? Once you figure that out, googling for that gem's specific requirments will probably tell you what you're missing. Also, it'd be useful to know what operating system and the versions of ruby and rubygems you're on. cheers, lasitha