美文网首页比特币相关编程技术
Ubuntu编译区块链BlockChain成功笔记

Ubuntu编译区块链BlockChain成功笔记

作者: 小谷先生 | 来源:发表于2018-02-25 00:35 被阅读40次

编译过程记录

vendor/gopkg.in/olebedev/go-duktape.v3/api.go:153:2: note: in expansion of macro ‘duk_error’
duk_error(ctx, err_code, "%s", str);
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
vendor/gopkg.in/olebedev/go-duktape.v3/duktape.go:132: constant 18446744073709551615 overflows int64
util.go:45: exit status 2

func (d *Context) PushCFunction(fn *[0]byte, nargs int64) int {

func (d *Context) PushCFunction(fn *[0]byte, nargs uint64) int {

  • 重新运行make geth成功,再然后就可以执行build/bin/geth 看自己的BlockChain节点了。
  • 完成万里长征第一步,区块链技术学习探索~


    image.png

相关文章

网友评论

    本文标题:Ubuntu编译区块链BlockChain成功笔记

    本文链接:https://www.haomeiwen.com/subject/onlhxftx.html