[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[EventMachine] How to make the gem ?

Stéphane Wirtel

2/25/2008 9:14:00 PM

Hi all,

I wanted to test thin at work, on Windows with VC++ 2005, but I can't install it because I got an error with the
compilation of em.cpp, because EINTR was not included in the "project.h".

I would like to test thin and use it, but with this bug, I can't install it :-).

I can compile EventMachine with ruby ext\extconf.rb and run the makefile. But how can I generate the gem, because I
didn't find the gemspec file.

Best Regards,

Stephane
2 Answers

Marc-André Cournoyer

2/26/2008 9:42:00 PM

0

hey Stephane,

EventMachine 0.8.1 comes w/ precompiled binaries for windows.
Try installing latest version of Thin, it should work.

Marc

On 25-Feb-08, at 4:14 PM, St=E9phane Wirtel wrote:

> Hi all,
>
> I wanted to test thin at work, on Windows with VC++ 2005, but I =20
> can't install it because I got an error with the compilation of =20
> em.cpp, because EINTR was not included in the "project.h".
>
> I would like to test thin and use it, but with this bug, I can't =20
> install it :-).
>
> I can compile EventMachine with ruby ext\extconf.rb and run the =20
> makefile. But how can I generate the gem, because I didn't find the =20=

> gemspec file.
>
> Best Regards,
>
> Stephane
>


Stéphane Wirtel

2/26/2008 11:40:00 PM

0

Marc-André Cournoyer a écrit :
> hey Stephane,
>
> EventMachine 0.8.1 comes w/ precompiled binaries for windows.
> Try installing latest version of Thin, it should work.
>
> Marc
>
Thanks Marc,

Maintenant, je vais pouvoir utiliser Thin et le tester ;-)

Bonne soirée ( heure Belge :p GMT + 1 )

Stephane