J
Jim Menard
I had previously installed RDoc. I checked out the latest Ruby via CVS,
then typed
% ./configure --enable-install-doc
% make
% make install
At the end of the compilation process, I saw
Generating RDoc documentation
/usr/local/bin/ruby ./bin/rdoc --all --ri-system .
./bin/rdoc:59:in `require': No such file to load -- rdoc/rdoc (LoadError)
from ./bin/rdoc:59
make: *** [install-doc] Error 1
Following a suggestion by Gavin Sinclair on the ruby-doc email list, I
tried un-installing the existing RDoc installation and redoing everything.
That didn't fix the problem; I still see the same error.
I don't think that RDoc is getting installed by the CVS version of Ruby,
but it tries to *use* rdoc.
Any suggestions?
Thanks for your help.
Jim
then typed
% ./configure --enable-install-doc
% make
% make install
At the end of the compilation process, I saw
Generating RDoc documentation
/usr/local/bin/ruby ./bin/rdoc --all --ri-system .
./bin/rdoc:59:in `require': No such file to load -- rdoc/rdoc (LoadError)
from ./bin/rdoc:59
make: *** [install-doc] Error 1
Following a suggestion by Gavin Sinclair on the ruby-doc email list, I
tried un-installing the existing RDoc installation and redoing everything.
That didn't fix the problem; I still see the same error.
I don't think that RDoc is getting installed by the CVS version of Ruby,
but it tries to *use* rdoc.
Any suggestions?
Thanks for your help.
Jim