From: Tim P. <he...@ti...> - 2007-11-26 15:38:55
|
Hey Laurent, Thanks for the speedy reply. I think its because I have two versions of ruby installed. Ive managed to get it registering in IRB on my custom install, but now in IRB I get this message: 2007-11-26 15:34:26.220 irb[1999] WARNING: multiple libruby.dylib found: '/usr/local/lib/libruby.dylib' and '/usr/lib/libruby.1.dylib' 2007-11-26 15:34:26.220 irb[1999] RBCocoaInstallRubyThreadSchedulerHooks: warning: rb_set_cocoa_thread_hooks is linked from a different library (/usr/ lib/libruby.1.dylib) than ruby_init (/usr/local/lib/libruby.dylib) How do I stop it linking to the stock version of ruby? Cheers Tim On 26 Nov 2007, at 15:28, Laurent Sansonetti wrote: > How did you install? (binary installer, or from the sources?) > > On which system did you install on? Do you reproduce the same problem > on both 10.4 and 10.5? > > What happens when you do require 'osx/cocoa'? > > What's your Ruby load path? (ruby -e 'p $:'). Verify that the > RubyCocoa files are there. > > Laurent |