Eloy Duran
eloy.****@gmail*****
Sun Jan 21 21:54:33 JST 2007
> hmm it still isn't working for me and i do have (the ever-excellent) hpricot > installed (from svn head). looking at the end of the install log i think i > might have tracked it down: > > cp -R 'framework/bridge-doc/OSX' '/opt/local/share/ri/1.8/site' > cp: framework/bridge-doc/OSX: No such file or directory > install failed > hook > /Volumes/local/Users/jpm/sandbox/rubycocoa-unstable/./pre-install.rb > failed: > 'system cp -R 'framework/bridge-doc/OSX' '/opt/local/share/ri/1.8/site'' > failed > try 'ruby install.rb --help' for usage > > i don't have a 'framework/bridge-doc/OSX' directory > > % find framework/bridge-doc > framework/bridge-doc > framework/bridge-doc/html > framework/bridge-doc/html/created.rid > framework/bridge-doc/ri > framework/bridge-doc/ri/created.rid > > should it have been created? Well my assumption was premature, as you indeed have the excellent hpricot otherwise it would have failed earlier :) I fixed a few things again in svn, one of which is that it should look for framework/bridge-doc/ri/OSX But I'm wondering, you do have the bridge-doc/html and ri dirs but there's nothing in it (except for the created.rid file)? Did you try to build the docs? > perhaps the old install routine: > % ruby install.rb config && ruby install.rb setup && sudo ruby install.rb > install > is not working anymore? If you want to build the docs, you should first remove the bridge-doc dir and then: $ ruby install.rb config && ruby install.rb doc && ruby install.rb setup && sudo ruby install.rb install Cheers, Eloy