簡體   English   中英

Gem 安裝 ruby​​-audio-1.6.1 錯誤(使用 Mac OS 10.9 / homebrew)

[英]Gem installation ruby-audio-1.6.1 error(using Mac OS 10.9 / homebrew)

我嘗試了其他提示,但沒有奏效。 (請看下面的鏈接)
前任。
Gem 安裝 ruby​​-audio 失敗
ruby-audio 1.6.1 安裝錯誤(安裝了 Libsndfile 1.0.25)

我想要一些關於這個的反饋。


$ gem install ruby-audio<br>
Building native extensions.  This could take a while...<br>
ERROR:  Error installing ruby-audio:<br>
    ERROR: Failed to build gem native extension.<br>

    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
<br>
**checking for sndfile.h in /opt/local/include,/usr/local/include,C:/Program Files (x86)/Mega-Nerd/libsndfile/include,C:/Program Files/Mega-Nerd/libsndfile/include... yes<br>
checking for sf_open() in -lsndfile-1... no<br>
checking for sf_open() in -lsndfile... no<br>**<br>
*** extconf.rb failed ***<br>
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.<br>
<br>
Provided configuration options:<br>
    --with-opt-dir<br>
    --without-opt-dir<br>
    --with-opt-include<br>
    --without-opt-include=${opt-dir}/include<br>
    --with-opt-lib<br>
    --without-opt-lib=${opt-dir}/lib<br>
    --with-make-prog<br>
    --without-make-prog<br>
    --srcdir=.<br>
    --curdir<br>
    --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby<br>
    --with-sndfile-dir<br>
    --without-sndfile-dir<br>
    --with-sndfile-include<br>
    --without-sndfile-include=${sndfile-dir}/include<br>
    --with-sndfile-lib<br>
    --without-sndfile-lib=${sndfile-dir}/<br>
    --with-sndfile-1lib<br>
    --without-sndfile-1lib<br>
    --with-sndfilelib<br>
    --without-sndfilelib<br><br>
**extconf.rb:21:in `<main>':   Can't find libsndfile (http://www.mega-nerd.com/libsndfile/) (RuntimeError)**<br>
<br>
  Try passing --with-sndfile-dir or --with-sndfile-lib and --with-sndfile-include<br>
  options to extconf. If there are spaces in the path on windows, it may not work.<br>
<br>
<br>
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/ruby-audio-1.6.1 for inspection.<br>
Results logged to /Library/Ruby/Gems/2.0.0/gems/ruby-audio-1.6.1/ext/rubyaudio_ext/gem_make.out

您可能需要將 libsndfile 安裝為通用庫 - 默認情況下它不會編譯 32 位切片,這是與系統 ruby​​ 兼容所必需的。

brew uninstall libsndfile
brew install libsndfile --universal
sudo gem install ruby-audio

對於 ubuntu (Ubuntu 18.04)

須藤 apt-get 更新 -y

sudo apt-get install -y libsndfile-dev

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM