Initital problems with ruby after reading http://poignantguide.net/

hello..

after reading http://poignantguide.net/ruby, just installed ruby 182-15
on my windows xp system.

i'm having some problems though that, googling arround, were
experienced by more people. sofar i have not found a sollution.

1. firing up freeRIDE i get:

c:\xxxx\ruby\freeride>ruby freeride.rb
ruby: No such file or directory -- Untitled1 (LoadError)

freeride does fire up. minor.. probably most setup a directory
somewhere.

2. running something as easy as:
print "Odelay!"

gets me:

getaddrinfo: no address associated with hostname.
c:/xxxx/ruby/lib/ruby/1.8/net/protocol.rb:83:in `initialize'
Press ENTER to close the window...

anyone knows a sollution for this??? THX

Both sound like problems with the FreeRIDE environment. Any FreeRIDE
developers that can verify the stability of the version included in
182-15?

Jacob Fugal

···

On 4/28/05, devgmes <devgmes@gmail.com> wrote:

1. firing up freeRIDE i get:

c:\xxxx\ruby\freeride>ruby freeride.rb
ruby: No such file or directory -- Untitled1 (LoadError)

freeride does fire up. minor.. probably most setup a directory
somewhere.

2. running something as easy as:
print "Odelay!"

gets me:

getaddrinfo: no address associated with hostname.
c:/xxxx/ruby/lib/ruby/1.8/net/protocol.rb:83:in `initialize'
Press ENTER to close the window...