[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

MinGW with ruby c language interface

Minseok Choi

4/15/2008 10:27:00 PM

I installed ruby 1.8.6 one-click installer in my vista.
Is there any easy way to make MinGW environments for ruby c-interface
without recompiling ruby.
1 Answer

Luis Lavena

4/15/2008 11:23:00 PM

0

On Apr 15, 7:26 pm, Minseok Choi <erase...@gmail.com> wrote:
> I installed ruby 1.8.6 one-click installer in my vista.
> Is there any easy way to make MinGW environments for ruby c-interface
> without recompiling ruby.

Short answer: no.

Long answer:

If you want to go that road, you will need do somethink like Aslak
Hellesoy did for ruby-usb:

http://blog.aslakhellesoy.com/2008/3/30/rub...

The other, more complex way is get a rbconfig.rb from a MinGW
environment and put inside your existing One-Click environment,
replacing your original VC6 one.

*Another* approach is go for a full MinGW build of Ruby, like we are
doing for One-Click Installer:

http://blog.mmediasys.com/2008/03/29/progress-of-one-click-installer-ruby...

HTH,
--
Luis Lavena