2017-11-19 9 views
0

私はeosを構築する際に、macOS上でcmakeを使用しているときに次のエラーが発生します。ld:ライブラリが見つかりません-lclangRewrite

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

EOSのソースコードからステップバイステップで同じ2つのエラーが発生します。 または、スクリプト(https://github.com/EOSIO/eos#automac)を実行して別の方法を使用することもできます。

./build.sh darwin 
関連する問題