我尝试通过安装hhvm

brew install hhvm


我收到此错误:

Sinas-MacBook-Pro:~ sinamiandashti$ brew install hhvm
==> Downloading https://github.com/facebook/hhvm/archive/HHVM-3.2.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/hhvm-3.2.0.tar.gz
==> Patching
patching file hphp/runtime/ext/gd/libgd/gdft.cpp
Hunk #1 FAILED at 63.
1 out of 1 hunk FAILED -- saving rejects to file hphp/runtime/ext/gd/libgd/gdft.cpp.rej

最佳答案

公式是固定的

请使用

brew install hhvm --HEAD

关于homebrew - 无法通过 Homebrew 软件安装hhvm,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/25035233/

10-13 06:33