[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

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

devgmes

4/28/2005 1:37:00 PM

hello..

after reading http://poignantguid..., 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

1 Answer

Jacob Fugal

4/28/2005 3:20:00 PM

0

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...

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