当我在macOS上使用cmake构建eos时,会发生以下错误。
ld: library not found for -lclangRewrite
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [programs/abi_gen/abi_gen] Error 1
make[1]: *** [programs/abi_gen/CMakeFiles/abi_gen.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 74%] Built target eos_chain
make: *** [all] Error 2
我发现了一些相关的问题,但它们似乎都是关于ios和xcode的,我不知道我应该在像eos这样的项目中做些什么。我该如何解决?
答案 0 :(得分:0)
从EOS的源代码逐步构建时,我遇到了同样的2个错误。 或者,您可以通过运行脚本(https://github.com/EOSIO/eos#automac):
来使用其他方法./build.sh darwin