From: Timothy M. <tmc...@gm...> - 2008-12-07 04:46:44
|
I downloaded the 13.4.1 installer for 10.4 (the binary/dmg installer) and ran/installed it. When I tried "require 'osx/cocoa'" it spat out this error: require 'osx/cocoa' LoadError: no such file to load -- osx/cocoa from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from (irb):3 I did some reading and found the full path, and tried: require '/Library/Frameworks/RubyCocoa.framework/Versions/A/Resources/ruby/osx/cocoa.rb' LoadError: no such file to load -- osx/objc/cocoa.rb from /Library/Frameworks/RubyCocoa.framework/Versions/A/Resources/ruby/osx/cocoa.rb:8:in `require' from /Library/Frameworks/RubyCocoa.framework/Versions/A/Resources/ruby/osx/cocoa.rb:8 from (irb):1:in `require' from (irb):1 But that, as you can see, spat out errors for a require in THAT file not being correct. Did some alias not get set right? Do I need to be logged into an administrator account? -- --Timothy. |