Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2926 > unrolled thread

How to make exe of ruby program on windows?

Started byshilvi parikh <shilvi.parikh@datamatics.com>
First post2011-04-15 04:06 -0500
Last post2011-04-17 23:49 -0500
Articles 10 — 6 participants

Back to article view | Back to comp.lang.ruby


Contents

  How to make exe of ruby program on windows? shilvi parikh <shilvi.parikh@datamatics.com> - 2011-04-15 04:06 -0500
    Re: How to make exe of ruby program on windows? Michel <michel.revesche@wanadoo.fr> - 2011-04-15 04:59 -0500
    Re: How to make exe of ruby program on windows? shilvi parikh <shilvi.parikh@datamatics.com> - 2011-04-15 06:12 -0500
      Re: How to make exe of ruby program on windows? Michel <michel.revesche@wanadoo.fr> - 2011-04-15 07:49 -0500
      Re: How to make exe of ruby program on windows? Quintus <sutniuq@gmx.net> - 2011-04-15 08:18 -0500
    Re: How to make exe of ruby program on windows? Roger Pack <rogerpack2005@gmail.com> - 2011-04-15 15:15 -0500
      Re: How to make exe of ruby program on windows? Jarmo Pertman <jarmo.p@gmail.com> - 2011-04-16 02:50 -0700
        Re: How to make exe of ruby program on windows? Luis Lavena <luislavena@gmail.com> - 2011-04-16 06:25 -0700
          Re: How to make exe of ruby program on windows? Jarmo Pertman <jarmo.p@gmail.com> - 2011-04-16 07:04 -0700
    Re: How to make exe of ruby program on windows? shilvi parikh <shilvi.parikh@datamatics.com> - 2011-04-17 23:49 -0500

#2926 — How to make exe of ruby program on windows?

Fromshilvi parikh <shilvi.parikh@datamatics.com>
Date2011-04-15 04:06 -0500
SubjectHow to make exe of ruby program on windows?
Message-ID<2cccd8c8e1fe2584d66f40eba12039c9@ruby-forum.com>
I tried using Rubyscript2exe.rb
using command prompt i have written rubyscript2exe.rb programname.rb
but it is giving error.
Can someone please help?

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#2928

FromMichel <michel.revesche@wanadoo.fr>
Date2011-04-15 04:59 -0500
Message-ID<1302861538.2257.1.camel@becane3>
In reply to#2926
[Note:  parts of this message were removed to make it a legal post.]

Try ocra (gem install ocra)

> I tried using Rubyscript2exe.rb
> using command prompt i have written rubyscript2exe.rb programname.rb
> but it is giving error.
> Can someone please help?
> 


[toc] | [prev] | [next] | [standalone]


#2929

Fromshilvi parikh <shilvi.parikh@datamatics.com>
Date2011-04-15 06:12 -0500
Message-ID<e45b30e3c94bc16e2871240f51933526@ruby-forum.com>
In reply to#2926
Hi Thanks.
But when i try to install ocra then also I am getting error
 http://gems.rubyforge.org/does not appear to be a repository
If you have some idea??

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#2932

FromMichel <michel.revesche@wanadoo.fr>
Date2011-04-15 07:49 -0500
Message-ID<1302871733.2405.1.camel@becane3>
In reply to#2929
[Note:  parts of this message were removed to make it a legal post.]

You can also get ocra here : http://rubyforge.org/projects/ocra/


> Hi Thanks.
> But when i try to install ocra then also I am getting error
>  http://gems.rubyforge.org/does not appear to be a repository
> If you have some idea??
> 


[toc] | [prev] | [next] | [standalone]


#2938

FromQuintus <sutniuq@gmx.net>
Date2011-04-15 08:18 -0500
Message-ID<4DA845CD.6030401@gmx.net>
In reply to#2929
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 15.04.2011 13:12, schrieb shilvi parikh:
> Hi Thanks.
> But when i try to install ocra then also I am getting error
>  http://gems.rubyforge.org/does not appear to be a repository
> If you have some idea??
> 

Which version of Ruby are you running? If you're running 1.8.6 I'll
strongly recommend you to update to either 1.8.7 or 1.9.2, because 1.8.6
is outdated. http://rubyinstaller.org

Vale,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNqEW/AAoJELh1XLHFkqha8+sH/1Q/j0zfyG2NnI3v1WPI9bus
//5wpjBAxoKapVEMMI+HFTWgh5o6sq/OQJtyNCgp0IkZehBe0EOu1JXiffyEVrTL
QWj671HT6kk++0Afnxw4ikwpxFWZo6Mil8a7R9J5yLozztOsOEJexE3r0RkQO2LJ
9RtXzvGyM9pB16f23eprUiESMHyh85Qrgq2yt0lgZ2ZCen9u7XxXvnVDtyaIhb1o
dd6kWS1hpE2FHYWlBK+b1DB/jT08KlBIROHhGkz9/wbOnSItuha3pjL3f4rJZ0tk
qK3bHN57fTtqIvLRVeW29L9Ml7ZmiefkAG+/F/DQB8QMJI+BEuPWMrvfw3XnMuE=
=mzQN
-----END PGP SIGNATURE-----

[toc] | [prev] | [next] | [standalone]


#2977

FromRoger Pack <rogerpack2005@gmail.com>
Date2011-04-15 15:15 -0500
Message-ID<7a8ddf7668cb1cd38f540774297ebe8e@ruby-forum.com>
In reply to#2926
https://github.com/rdp/ruby_tutorials_core/wiki/ruby-talk-faq

search for "distributable_executable"
might be helpful for you

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#2998

FromJarmo Pertman <jarmo.p@gmail.com>
Date2011-04-16 02:50 -0700
Message-ID<eb2d87b2-112e-482e-b9a5-8da11a6747e8@a26g2000vbo.googlegroups.com>
In reply to#2977
I remember that i saw some time ago a newer tool, which created .exe
files on Windows from Ruby scripts without doing the extraction into
temp directory as orca is doing when running the .exe. I'm unable to
find that tool now. Does anyone else know about that tool i'm
referring to?

Jarmo

On Apr 15, 11:15 pm, Roger Pack <rogerpack2...@gmail.com> wrote:
> https://github.com/rdp/ruby_tutorials_core/wiki/ruby-talk-faq
>
> search for "distributable_executable"
> might be helpful for you
>
> --
> Posted viahttp://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#3003

FromLuis Lavena <luislavena@gmail.com>
Date2011-04-16 06:25 -0700
Message-ID<093bc4b3-e332-4db8-82be-bf2af7f421f6@u12g2000vbf.googlegroups.com>
In reply to#2998
On Apr 16, 6:50 am, Jarmo Pertman <jarm...@gmail.com> wrote:
> I remember that i saw some time ago a newer tool, which created .exe
> files on Windows from Ruby scripts without doing the extraction into
> temp directory as orca is doing when running the .exe. I'm unable to
> find that tool now. Does anyone else know about that tool i'm
> referring to?
>

Yes, is called exerb, is not new:

http://exerb.sourceforge.jp/index.en.html

Coming directly from Japan ;-)

But to work with newer RubyInstaller, you will need the MinGW "port"
of it.

A tutorial on getting that working is here:

http://vert.igino.us/2011/01/05/exerb-101-building-windows-executables-with-ruby/

Written by Gordon Thiesfeld, the author of Pik.

--
Luis Lavena

[toc] | [prev] | [next] | [standalone]


#3006

FromJarmo Pertman <jarmo.p@gmail.com>
Date2011-04-16 07:04 -0700
Message-ID<b09cfef8-9686-4ed5-a29c-4860a2d71fe2@s3g2000vbf.googlegroups.com>
In reply to#3003
Cool. That was the thing.

Thank You, Luis!

Jarmo

On Apr 16, 4:25 pm, Luis Lavena <luislav...@gmail.com> wrote:
> On Apr 16, 6:50 am, Jarmo Pertman <jarm...@gmail.com> wrote:
>
> > I remember that i saw some time ago a newer tool, which created .exe
> > files on Windows from Ruby scripts without doing the extraction into
> > temp directory as orca is doing when running the .exe. I'm unable to
> > find that tool now. Does anyone else know about that tool i'm
> > referring to?
>
> Yes, is called exerb, is not new:
>
> http://exerb.sourceforge.jp/index.en.html
>
> Coming directly from Japan ;-)
>
> But to work with newer RubyInstaller, you will need the MinGW "port"
> of it.
>
> A tutorial on getting that working is here:
>
> http://vert.igino.us/2011/01/05/exerb-101-building-windows-executable...
>
> Written by Gordon Thiesfeld, the author of Pik.
>
> --
> Luis Lavena

[toc] | [prev] | [next] | [standalone]


#3083

Fromshilvi parikh <shilvi.parikh@datamatics.com>
Date2011-04-17 23:49 -0500
Message-ID<8dc59fb2afdeb18de3a4296494d29a96@ruby-forum.com>
In reply to#2926
Thanks alll...

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web