Mac上安裝EOS Dawn 3.0的一些坑
04-29
在Ubuntu上安裝很順利,Mac上還是碰到一些問題,記錄一下。
Mac系統版本:macOS High Sierra 10.13.4
執行 eosio_build.sh 的錯誤
ERROR: Linking /usr/local/Cellar/python/3.6.5... Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks
需要執行以下命令
sudo mkdir /usr/local/Frameworkssudo chown $(whoami):admin /usr/local/FrameworksERROR: Could not find a package configuration file provided by "LLVM" (requested version 4.0) with any of the following names
需要執行以下命令(檢查一下你有沒有這個目錄,沒有的話搜索一下)
export LLVM_DIR=/usr/local/Cellar/llvm@4/4.0.1/lib/cmake參考鏈接https://github.com/EOSIO/eos/issues/43ERROR: Failed to find Gettext libintl (missing: Intl_INCLUDE_DIR)
需要執行以下命令
brew unlink gettext && brew link --force gettext參考鏈接https://github.com/EOSIO/eos/issues/2028?ref=tokendailyERROR:找不到 libc.bc和libc++.bc的問題
解決方法:工具鏈依賴庫要一個一個裝上去,c++14的
編譯智能合約錯誤
ERROR:stdint.h file not found when running the example of smart contract 「Hello World」
需要執行以下命令cd ~/eos/buildsudo make install
參考鏈接https://github.com/EOSIO/eos/issues/1718Mac環境下Boost和wasm安裝目錄:
set(BOOST_INSTALL_DIR /usr/local/include/boost)set(WASM_INSTALL_DIR /usr/local/wasm)推薦閱讀:
※EOS逆勢起飛,未來還能漲多少?
※你想了解的EOS節點競選演變,看這一篇足夠了
※警惕EOS空投騙局,已經有人被騙!
※我的EOS DAPP到底需要多少個EOS Token來運行?
※還在囤EOS ?小心被迅雷截胡!
TAG:EOS柚子 |