我曾尝试安装gem ray,但收到一条消息(短)
ERROR: Error installing ray:
ERROR: Failed to build gem native extension.消息的完整版本,您可以查看here
我的平台:Ubuntu11.10 x64
如何修复它?
发布于 2012-04-18 03:45:19
这是你的要点中的关键一句话:
checking for main() in -lopenal... no您将需要一个开放的库。在ubuntu中,通常有几种方式在包管理器中进行格式化:
Sudo apt-get install openal
openal-dev
libopenal
libopenal-dev
libopenal1同样,在下面的注释中,您可能会遇到sndfile的问题,在进行此编辑时,sndfile应该是libsndfile1-dev。
来源:http://notesofgreg.blogspot.co.uk/2012/04/generic-gem-install-error-solving.html
https://stackoverflow.com/questions/10198002
复制相似问题