Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!talisker.lacave.net!lacave.net!not-for-mail From: Stephen Boesch Newsgroups: comp.lang.ruby Subject: devkit not able to find ruby installation Date: Fri, 8 Apr 2011 20:13:33 -0500 Organization: Service de news de lacave.net Lines: 70 Message-ID: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1302311848 77534 65.111.164.187 (9 Apr 2011 01:17:28 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Sat, 9 Apr 2011 01:17:28 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381231 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2563 As mentioned in title, devkit is not finding ruby installation. Also after adding to config.yml get an error of 'invalid configuration. help appreciated. Here is env: C:\zdisks\devkit>gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2010-12-25 patchlevel 136) [i386-mingw32] - INSTALLATION DIRECTORY: C:/apps/pik/rubies/ruby-1.9.2-p136/lib/ruby/gems/1.9.1 - RUBY EXECUTABLE: C:/apps/pik/rubies/ruby-1.9.2-p136/bin/ruby.exe - EXECUTABLE DIRECTORY: C:/apps/pik/rubies/ruby-1.9.2-p136/bin - RUBYGEMS PLATFORMS: - ruby - x86-mingw32 - GEM PATHS: - C:/apps/pik/rubies/ruby-1.9.2-p136/lib/ruby/gems/1.9.1 - C:/Documents and Settings/sboesch/.gem/ruby/1.9.1 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://rubygems.org/ Here is command to create the config.yml: C:\zdisks\devkit>ruby dk.rb init But .. no ruby's were found .. ;( # This configuration file contains the absolute path locations of all # installed Rubies to be enhanced to work with the DevKit. This config # file is generated by the 'ruby dk.rb init' step and may be modified # before running the 'ruby dk.rb install' step. To include any installed # Rubies that were not automagically discovered, simply add a line below # the triple hyphens with the absolute path to the Ruby root directory. # # Example: # # --- # - C:/ruby19trunk # - C:/ruby192dev # Then when I MANUALLY add the ruby as follow: # --- # - C:/ruby19trunk # - C:/ruby192dev # C:/apps/pik/rubies/ruby-1.9.2-p136 I get following: C:\zdisks\devkit>ruby dk.rb review Invalid configuration. Please fix 'config.yml.' How painful. -- Posted via http://www.ruby-forum.com/.