Error de informe de Rails: no se pudo crear la extensión nativa gema

0

He instalado herramientas de línea de comandos actualizadas y he seguido los pasos en otros subprocesos con este tema. Sé que esto parece un duplicado, pero no veo ninguna respuesta a mi problema aquí:

Jacobs-MacBook-Pro:~ jacob$ sudo gem install rails
Building native extensions.  This could take a while...
ERROR:  Error installing rails:
    ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
checking if the C compiler accepts ... *** 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.

Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
--help
--clean
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/mkmf.rb:434:in 'try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/mkmf.rb:549:in 'block in try_compile'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/mkmf.rb:500:in 'with_werror'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/mkmf.rb:549:in 'try_compile'
from extconf.rb:80:in 'nokogiri_try_compile'
from extconf.rb:87:in 'block in add_cflags'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/mkmf.rb:597:in 'with_cflags'
from extconf.rb:86:in 'add_cflags'
from extconf.rb:336:in '<main>'


Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.7.2 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.7.2/ext/nokogiri/gem_make.out
    
pregunta rbApostate 24.05.2016 - 03:39

1 respuesta

1
  1. Primero, verifica si tienes Xcode instalado
  2. Segundo, si ya tienes Xcode en tu Mac, usa este comando:

    CC=gcc rvm install-version
    

Ejemplo

CC=gcc rvm install-1.9.3

El motivo de este error en Mac OS es que su Ruby no puede obtener los archivos del encabezado C

Espero, esto funciona en todos los Macbook's.

Está funcionando en El Capitán, ruby 1.9.3, rieles 3.2, mysql 5.7

    
respondido por el Aditya Shukla 24.05.2016 - 07:18

Lea otras preguntas en las etiquetas