2016-12-01 20 views
0

私はgemcompassをインストールしようとしていますが、/var/lib/gems/1.9.1/gems/ffiに記録sudo gem install compassルビー宝石コンパスインストールエラー

Fetching: sass-3.4.22.gem (100%) 
Fetching: multi_json-1.12.1.gem (100%) 
Fetching: compass-core-1.0.3.gem (100%) 
Fetching: compass-import-once-1.0.5.gem (100%) 
Fetching: chunky_png-1.3.8.gem (100%) 
Fetching: rb-fsevent-0.9.8.gem (100%) 
Fetching: ffi-1.9.14.gem (100%) 
Building native extensions. This could take a while... 
ERROR: Error installing compass: 
ERROR: Failed to build gem native extension. 

    /usr/bin/ruby1.9.1 extconf.rb 
    /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError) 
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from extconf.rb:4:in `<main>' 


Gem files will remain installed in /var/lib/gems/1.9.1/gems/ffi-1.9.14 for inspection. 

結果を実行している間、私は次のエラーを取得しています-1.9.14/EXT/ffi_c/gem_make.out

私の宝石のバージョンでは、最初にこれを試してみてください1.8.23

答えて

0

です。

xcode-select --install 
sudo gem update --system 
sudo gem install compass 

これは、その後

sudo apt-get remove ruby 
apt-get autoremove 
sudo apt-get install ruby2.2(Change from your ruby version) 
sudo gem install compass 
動作しない場合
関連する問題