From: Jonathan P. <jp...@dc...> - 2005-07-17 08:31:10
|
On 16 Jul 2005, at 21:59, Marco Righele wrote: > If I'm not wrong I should find something cocoa.rb in /usr/lib/ruby/ > site_ruby/1.8/osx, but instead I find only the following files: > > addressbook.rb > aeosa/ > aeosa.rb > > What I could do to fix it ? > Is there any chance you have more than one copy of ruby installed (e.g., from darwinports in /opt/local or from fink in /sw or self- installed in /usr/local)? If so, perhaps the files got installed for another ruby than the Apple-installed one in /usr. You could do a Spotlight search-by-name for 'rubycocoa.bundle' to see where that got installed. You'd expect it at /usr/lib/ruby/site_ruby/1.8/powerpc-darwin7.<<something>>/ rubycocoa.bundle Another alternative is to do the install manually. Copy rubycocoa.bundle from rubycocoa-0.4.1/ext/rubycocoa/rubycocoa.bundle into the above path Copy the 'osx' directory from rubycocoa-0.4.1/framework/src/ruby/osx into the path you identified into your original email. I realise that's an unsatisfactory solution, but without more info it's hard to tell where the install went wrong. Hope that helps, Jonathan |