お忙しいところ申し訳ありません。
shabaoと申します。
自分は現在Sassを使えるようになりたいと思い、SassをWindowsインストールしようとしているのですがうまくいきません。
Rubyはコマンドプロンプトで確認した限りインストールできたいるのですが、その次のSassをインストールする段階で
C:\Users\■■■■■>gem install sass
Temporarily enhancing PATH for MSYS/MINGW...
Building native extensions. This could take a while...
ERROR: Error installing sass:
ERROR: Failed to build gem native extension.
current directory: C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/ffi-1.15.4/ext/ffi_c
C:/Ruby31-x64/bin/ruby.exe -I C:/Ruby31-x64/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220107-4076-n22o8u.rb extconf.rb
checking for ffi.h... *** 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=C:/Ruby31-x64/bin/$(RUBY_BASE_NAME)
--with-ffi_c-dir
--without-ffi_c-dir
--with-ffi_c-include
--without-ffi_c-include=${ffi_c-dir}/include
--with-ffi_c-lib
--without-ffi_c-lib=${ffi_c-dir}/lib
--enable-system-libffi
--disable-system-libffi
--with-libffi-dir
--without-libffi-dir
--with-libffi-include
--without-libffi-include=${libffi-dir}/include
--with-libffi-lib
--without-libffi-lib=${libffi-dir}/lib
--with-libffi-config
--without-libffi-config
--with-pkg-config
--without-pkg-config
--with-ffi-dir
--without-ffi-dir
--with-ffi-include
--without-ffi-include=${ffi-dir}/include
--with-ffi-lib
--without-ffi-lib=${ffi-dir}/lib
C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:498:in try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:624:in
block in try_compile'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:573:in with_werror' from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:624:in
try_compile'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1160:in block in have_header' from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1007:in
block in checking_for'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:362:in block (2 levels) in postpone' from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:332:in
open'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:362:in block in postpone' from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:332:in
open'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:358:in postpone' from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1006:in
checking_for'
from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1159:in have_header' from extconf.rb:10:in
system_libffi_usable?'
from extconf.rb:42:in `<main>'
To see why this extension failed to compile, please check the mkmf.log which can be found here:
C:/Ruby31-x64/lib/ruby/gems/3.1.0/extensions/x64-mingw-ucrt/3.1.0/ffi-1.15.4/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/ffi-1.15.4 for inspection.
Results logged to C:/Ruby31-x64/lib/ruby/gems/3.1.0/extensions/x64-mingw-ucrt/3.1.0/ffi-1.15.4/gem_make.out
このようなコードが表示されてしまい、インストールできません。
グーグルで調べていても何が原因なのかもわからない状態です。
詳しい方に是非教えていただきたいです。
回答1件
あなたの回答
tips
プレビュー