JavaFree.org | RubyOnBr.org

Eventmachine não instala!!!

Acompanhar Eventmachine não instala!!! 4 posts, 3 participantes

Ds054 Grinvon 130 posts

Estou tentando instalar o Eventmachine porém o mesmo não instala de forma alguma, já tentei tanto pelo gem install eventmachine quanto baixando o gem na máquina e instalar.

Engraçado que dentro do diretório: C:\“meu_ruby_dir”\lib\ruby\gems\1.8\gems encontra uma pasta para o eventmachine 0.10

Preciso dele para instalar na verdade o juggernaut O erro seguido é:

C:\>gem install eventmachine-0.10.0.gem
Building native extensions.  This could take a while...
ERROR:  While executing gem ... (RuntimeError)
    Error instaling eventmachine-0.10.0.gem:
        ERROR: Failed to build gem native extension.

ruby extconf.rb install eventmachine-0.10.0.gem
checking for windows.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.
 
Avatar Mereghost 1476 posts

Pelo jeito ele não está conseguindo compilar os arquivos.

Tentei aqui e não consegui também, mas o erro foi outro. Como tu instalou o ruby no tem Win?

 
Ds054 Grinvon 130 posts

De forma convencional.

Ou seja: peguei o instalador no site da ruby-lang e instalei, ver~sao 1.8.6.

Está no diretório: c:\ruby\

 
Avatar gelson 1 post

Também estou tentando instlar o eventmachine para instalar o juggernaut no redmine, mas estou tendo as mesmas dificuldades que vocês tiveram. Como vocês conseguiram instalar o eventmachine?