From: kimura w. <ki...@us...> - 2005-09-19 03:04:53
|
Hi, The sample applications except "SimpleApp.app" are provided as source. To run a sample, we must build an app with Xcode (or `make' command on some samples that has "Makefile"). Sun, 18 Sep 2005 18:57:52 +0100, Matt Mower wrote: >Hi guys, > >Quite a few of the sample apps I've tried to run (e.g. >CurrencyConverter, simpleapp, ...) fail in rb_main.rb with the >following kind of error: > >Irulan:~/build/ruby-cocoa/src/sample/CurrencyConverter matt$ ruby rb_main.rb >rb_main.rb:9:in `require': No such file to load -- >generate_yaml_index.rb (LoadError) > from rb_main.rb:9:in `rb_main_init' > from rb_main.rb:8:in `each' > from rb_main.rb:8:in `rb_main_init' > from rb_main.rb:14 > >This generate_yam_index business appears to be related to RubyGems and >running a gem server but I can't fathom the relevance to RubyCocoa. > >Can anyone enlighten me? > -- kimura wataru |