From: Luis Lavena Date: 2009-06-12T20:50:06+09:00 Subject: Re: Any plans for a Ruby 1.9.1 One-Click Installer? On Jun 12, 2:05 am, Christopher Dicely wrote: > On Thu, Jun 11, 2009 at 8:08 AM, Gordon Thiesfeld wrote: > > On Thu, Jun 11, 2009 at 12:28 AM, Christopher Dicely wrote: > > >> Am I missing something, in either the archives or the instructions, or > >> is the Ruby 1.9.1-p129 .7z archive missing all the ruby scripts that > >> should be in /bin? It seems to work fine if one unpacks those from the > >> 1.9.1-p129 source archive from ruby-lang after following the > >> instructions you give, but I would assume that those should be > >> included, not need to be brought in separately. > > > Are you talking about these? > > > erb > > gem > > irb > > rake > > rdoc > > ri > > testrb > > > I see them all in the bin dir of the .7z file. > > Huh. The only thing I see in ruby-1.9.1-p129-i386-mingw32\bin are the > ruby.exe and rubyw.exe binaries, a bunch of .dlls, and the .bat files > corresponding to each of the scripts you list each try to run ruby.exe > and pass it the relevant script, but not the ruby scripts themselves. Definitely there is a problem with what you unpacked. I see irb and irb.bat, and all the other script files. However, maybe you misunderstood: the package contains only Ruby, no other Tool or library unless was bundled with Ruby itself from the source code. So, if you're expecting get FXRuby or all the other packages you are out of luck, mostly because none of those has been managed to get working with MinGW and 1.9 at the same time. -- Luis Lavena