Re: Pipmaze 0.2
Status: Alpha
Brought to you by:
cwalther
From: Aidan G. <wgs...@ih...> - 2008-11-01 23:47:31
|
You should be able to just put the file "cmd.rb" in the same directory as "pipmaze.rb". Try this and let me know if you have any trouble. I seem to remember reading somewhere that the Ruby install that Apple ships with Macintosh doesn't have the Readline library, and doesn't let you load C modules (so you can't just get Readline and install it yourself). -Aidan Christian Walther wrote: > For those like me who have never used Ruby, and are too busy to spend > the time to figure it out on their own at the moment, could you > explain how to install the prerequisite "cmd" package? > > From the URL you provided, I downloaded a file named "cmd-0.7.2.gem". > Unsure what to do with it, I discovered that there is a command-line > tool called "gem". I tried "gem install cmd", and it seemed to > download and install something, but trying to run Pipmaze still gives > me the same error as before: > > buia:~/Desktop/Incoming/pipmaze-0.2 cwalther$ ruby pipmaze.rb > Welcome to Pipmaze version 0.2 > pipmaze.rb:31:in `require': no such file to load -- cmd (LoadError) > from pipmaze.rb:31 > > I'm using Mac OS X 10.5.5 and the Ruby that comes with it (ruby 1.8.6 > (2008-03-03 patchlevel 114) [universal-darwin9.0]). |