rake error
[rick@RSivernell storemanager]$ /usr/bin/rake run:iphone
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rake (>= 0) (Gem::LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:1082:in `gem'
from /usr/bin/rake:18
[1]- Done scite /usr/lib/ruby/gems/1.8/gems/rhodes-2.2.0/rhobuild.yml (wd: ~)
(wd now: /swdev/src/Mobile/storemanager)
[2]+ Done scite app/index.erb
[rick@RSivernell storemanager]$
[rick@RSivernell storemanager]$ gem --version
1.3.7
How do I fix this, I am in storemanager directory, Linux Fedora 13, dual cpu with 4 gig of memory
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 22 Oct, 2010 01:20 AM
Hi there,
It looks like you need to run
gem install rake.Nick Quaranto closed this discussion on 22 Oct, 2010 01:20 AM.
Rick Sivernell re-opened this discussion on 22 Oct, 2010 01:58 PM
3 Posted by Rick Sivernell on 22 Oct, 2010 01:58 PM
[rick@RSivernell storemanager]$ type gem gem is /usr/bin/gem
[rick@RSivernell storemanager]$ gem --version 1.3.7
[rick@RSivernell storemanager]$ echo $RHO_HOME /usr/bin/rhodes/Rakefile [rick@RSivernell storemanager]$ set-rhodes-sdk /usr/lib64/ruby/gems/1.8/gems/rhodes-2.2.1/bin [rick@RSivernell storemanager]$ rake run:iphone (in /swdev/src/Mobile/storemanager)
Cannot find your Rhodes gem or source path: /usr/bin/rhodes/Rakefile/Rakefile
If you have the sdk on your path or have installed the gem this
can be resolved by running 'set-rhodes-sdk'
You can also set this manually by modifying your build.yml or
setting the environment variable RHO_HOME
[rick@RSivernell storemanager]$
One other question, does rho require ruby for all code? If so, what ide or editor is used?
4 Posted by Rick Sivernell on 23 Oct, 2010 02:44 PM
On Thu, 21 Oct 2010 21:22:24 -0400
"Nick Quaranto" <[email blocked]> wrote:
Support Staff 5 Posted by Nick Quaranto on 28 Oct, 2010 04:01 PM
This sounds like a Rhomobile problem more so than with Rubygems...I would take it up with their mailing lists/support staff instead. thanks.
Nick Quaranto closed this discussion on 28 Oct, 2010 04:01 PM.