From: Charles Steinman Date: 2005-05-13T07:20:27+09:00 Subject: Re: rubycocoa - uninitalized constant NSObject Kevin Lanik wrote: > If i put OSX::NSLog("xyz"), I get xyz on the console like I should. If > i put myObject = OSX::NSObject.alloc.init I get the error > uninitialized constant OSX::NSObject > If I try to require 'osx/cocoa' the app crashes (it doesn't even catch > in my ruby exception handling) What am I missing? > Thanks, > Kevin Does it work to require 'osx/cocoa' within IRB? It sounds like your RubyCocoa install may be bad (though in that case it seems kind of strange that it works as well as it does).