From: Joey Gibson Date: 2003-12-24T00:05:44+09:00 Subject: Re: ruby-1.8.1p4 and ri On 12/23/2003 9:26 AM, Fritz Heinrichmeyer wrote: >Hello, > >maybe this is only a freebsd question: > > Nope. Win2k as well. >i had a little frustration with ri18 as found in the newest tarball as >there are problems in some files when i try to rebuild the "ri" database >(yaml/stringio.rb i.e.) using rdoc. "rdoc" is a little unforgiving and >does not produce anything if it finds something it regards as error. I >had to convince rdoc with xargs. > I saw the same problem on Win2k. The error was because the stringio file was referring to the YAML module, but it did not declare itself as part of the YAML module, nor did it reference it. I got rdoc to run properly by buttressing everything in the stringio file with module YAML ... end Whether that's correct or not I don't know. -- Never trust a girl with your mother's cow, never let your trousers go falling down in the green grass... http://www.joeygibson.com http://www.joeygibson.com/blog/life/Wisdom.html