BCSkill (Block chain skill )
区块链中文技术社区

只讨论区块链底层技术
遵守一切相关法律政策!

EOS ERROR: Linking /usr/local/Cellar/python/3.6.5… Error: Permission denied @ dir_s_mkdir – /usr/local/Frameworks

解决方案,终端执行以下命令

sudo mkdir /usr/local/Frameworks
sudo chown $(whoami):admin /usr/local/Frameworks


EOS ERROR:’stdint.h’ file not found when running the example of smart contract “xxxx”

解决方案,终端执行以下命令

cd ~/eos/build
sudo make install


EOS ERROR: 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/43

EOS ERROR: Failed to find Gettext libintl (missing: Intl_INCLUDE_DIR)

解决方案,终端执行以下命令

brew unlink gettext && brew link --force gettext
find /usr -name libintl* -print 2>/dev/null

参考链接 https://github.com/EOSIO/eos/issues/2028?ref=tokendaily

eosd error: Address already in use

是因为 nodeos 已经在运行了,执行 

pkill nodeos