我在尝试安装与 llvm 相关的 MacRuby 时遇到错误,并找到了针对特定问题的补丁,但不知道如何应用补丁。
错误是
In file included from main.cpp:8:
llvm.h:21:38: error: llvm/Analysis/DIBuilder.h: No such file or directory
In file included from vm.h:594,
from main.cpp:17:
我发现的补丁是 Could not compile with LLVM 2.8 in r5276。
现在我有了补丁文件,我应该运行什么来应用它?