nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 154 forks source link

mac平台 make dep 错误,make build 错误 #174

Open wangMengLiang opened 6 years ago

wangMengLiang commented 6 years ago

make dep 错误

localhost:go-nebulas wangmengliang$ sudo make dep
dep ensure -v
/path/to/workspace/src/github.com/nebulasio/go-nebulas is not within a known GOPATH/src
make: *** [dep] Error 1

make build 错误

localhost:go-nebulas wangmengliang$ make build
cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=a7aaa0aaef2677038562356e1bbdccfb848d2fb4 -X main.branch=master -X main.compileAt=`date +%s`" -o ../../neb-a7aaa0aaef2677038562356e1bbdccfb848d2fb4
../../core/address.go:22:2: cannot find package "github.com/btcsuite/btcutil/base58" in any of:
······························

make: *** [build] Error 1
automaticly commented 6 years ago

解决了吗,我也是这个问题

yupnano commented 6 years ago

make dep 错误 应该是 GOPATH 没有配置好。 可以参考这个issue:https://github.com/nebulasio/wiki/issues/163

weiht12 commented 5 years ago

你好,此版本为星云旧版wiki(后期逐步停止维护),欢迎将您的问题提交星云新版wiki,以便于获得及时解答。同时,参与wiki的编辑维护工作还会有奖励哦。新版wiki链接:https://wiki.nebulas.io/en/latest/ (英文);https://wiki.nebulas.io/zh_CN/latest/ (中文) Hello, this version is the nebulas old wiki (later stop maintenance), welcome to submit your question to the new nebulas wiki, in order to get timely answers. At the same time, there will be rewards for editing and maintaining the wiki. New wiki link: https://wiki.nebulas.io/en/latest/ (English); https://wiki.nebulas.io/zh_CN/latest/ (Chinese)