On Wed, Nov 19, 2008 at 10:25 AM, IndianGuru <[EMAIL PROTECTED]> wrote: > > I am using - > Windows XP with SP2 box > Ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] > Ruby Gem 1.3.1 > Merb 1.0.1 > SQLite 3.6.5 > ------------------------------------------------------- > While installing Merb, I had an error - > C:\Documents and Settings\A>gem install merb > Successfully installed merb-core-1.0.1 > Successfully installed merb-action-args-1.0.1 > Successfully installed merb-assets-1.0.1 > Successfully installed merb-slices-1.0.1 > Successfully installed merb-auth-core-1.0.1 > Successfully installed merb-auth-more-1.0.1 > Successfully installed merb-auth-slice-password-1.0.1 > Successfully installed merb-auth-1.0.1 > Successfully installed merb-cache-1.0.1 > Successfully installed merb-exceptions-1.0.1 > Successfully installed merb-gen-1.0.1 > Successfully installed merb-haml-1.0.1 > Successfully installed merb-helpers-1.0.1 > Successfully installed merb-mailer-1.0.1 > Successfully installed merb-param-protection-1.0.1 > Successfully installed merb_datamapper-1.0.1 > Successfully installed merb-more-1.0.1 > Successfully installed merb-1.0.1 > Successfully installed data_objects-0.9.7 > 19 gems installed > Installing ri documentation for merb-core-1.0.1... > Installing ri documentation for merb-action-args-1.0.1... > Installing ri documentation for merb-assets-1.0.1... > Installing ri documentation for merb-slices-1.0.1... > ERROR: While executing gem ... (Errno::EINVAL) > Invalid argument - ./</cdesc-<.yaml >
You can do gem install merb --no-ri --no-rdoc It seems the comments used to generate the documentation cannot be processed properly by ri. Just install it without docs and will be fine. -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
