All the files in HotCocoa (including mappings) compiled into .rbo files with macrubyc -C, but when I tried to require HotCocoa it wouldn't work I unless deleted mappings.rbo and defaulted to mappings.rb
This is the error from the Console.app:
application.rb:8:in `start'
application.rb:1:in `<main>'
undefined method `application' for #<Application:0x2002469a0>
As soon as I deleted mappings.rbo it worked fine.
Anyone have any ideas what might be going on here?
Cheers,
Isaac