Errore nei rapporti sulle rotaie: impossibile creare un'estensione nativa gemma

0

Ho installato strumenti da riga di comando aggiornati e ho seguito i passaggi su altri thread con questo argomento. So che questo sembra un duplicato, ma non vedo alcuna risposta al mio problema qui:

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
    
posta rbApostate 24.05.2016 - 03:39
fonte

1 risposta

1
  1. Innanzitutto, controlla se Xcode è installato
  2. Secondo, se hai già Xcode nel tuo Mac, usa questo comando:

    CC=gcc rvm install-version
    

Esempio

CC=gcc rvm install-1.9.3

Il motivo di questo errore in Mac OS è che Ruby non è in grado di ottenere i file di intestazione C

Spero che funzioni su tutti i Macbook.

Funziona su El Capitan, ruby 1.9.3, rails 3.2, mysql 5.7

    
risposta data 24.05.2016 - 07:18
fonte

Leggi altre domande sui tag