From: Dave Thomas Date: 2003-12-29T15:05:22+09:00 Subject: Re: RDOC generation broken in 1.8.1? On Dec 28, 2003, at 22:56, Chris White wrote: > Ok, the only way I can get this to work is to run rdoc from the lib > directory of the source distribution. But, when I run in the lib > directory > of the installed Ruby tree, it fails. Then, when I go to the "ext" > directory in the Ruby source distribution, and run rdoc, it fails > there. I > guess that the "lib" directory in the installed version of Ruby is > made up > of files from both "ext" and "lib" in the original Ruby source > distribution, > and that a file from "ext" is causing the problem with rdoc. > Ah - I suspect you may have an old copy of RDoc lying around that's somehow getting mixed up with the new one. I thought I'd handled that, but it might be that if your various paths are non-standard I haven't tried those cases. To get you up and running, try removing all the installed versions of RDoc and ri, where ever they are, and then run the installation again to re-install them. Thanks Dave