|
From: Brian M. <mcc...@fo...> - 2003-09-09 16:34:18
|
Just tried to set up RubyCocoa and it failed.
After following default install instructions attempting unit tests
gives me:
DYLD_FRAMEWORK_PATH=/Users/mccallister/work/rubycocoa-0.4.0/framework/
build ruby -I../lib testall.rb
../lib/osx/cocoa.rb:12:in `require': No such file to load --
osx/objc/cocoa (LoadError)
from ../lib/osx/cocoa.rb:12
from ./tc_nsattributedstring.rb:12:in `require'
from ./tc_nsattributedstring.rb:12
from testall.rb:4:in `require'
from testall.rb:4
from testall.rb:3:in `each'
from testall.rb:3
Loaded suite testall
Started
Finished in 0.001807 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
If I go ahead and do an install despite unit test failure, I can run
the SimpleApp.app with no problems, but none of the others:
[mccallister@kite /Developer/Examples/RubyCocoa]$ruby HelloWorld.rb
/Users/mccallister/opt/apps/ruby-1.8.0/lib/ruby/site_ruby/1.8/osx/
cocoa.rb:12:in `require': No such file to load -- osx/objc/cocoa
(LoadError)
from
/Users/mccallister/opt/apps/ruby-1.8.0/lib/ruby/site_ruby/1.8/osx/
cocoa.rb:12
from HelloWorld.rb:14:in `require'
from HelloWorld.rb:14
[mccallister@kite /Developer/Examples/RubyCocoa]$
Any ideas?
-Brian
|