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 build 报错 #123

Closed zeroGaozj closed 6 years ago

zeroGaozj commented 6 years ago

cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=ce7e09897df516f5877fb4ed209cf5f42d244b55 -X main.branch=master -X main.compileAt=date +%s" -o ../../neb-ce7e09897df516f5877fb4ed209cf5f42d244b55 accountcmd.go:25:2: cannot find package "github.com/nebulasio/go-nebulas/cmd/console" in any of: /usr/local/Cellar/go/1.10.2/libexec/src/github.com/nebulasio/go-nebulas/cmd/console (from $GOROOT) /Users/qt/go/src/github.com/nebulasio/go-nebulas/cmd/console (from $GOPATH) 求解

ChengOrangeJu commented 6 years ago

@0o8o0 Check this issue, it contains so many errors that build might encounters https://www.reddit.com/r/nasdev/comments/8gsoqc/installing_nebulas_on_ubuntu/

zeroGaozj commented 6 years ago

@ChengOrangeJu I tried that, but it does'n work. chown: artur: illegal group name

ChengOrangeJu commented 6 years ago

@0o8o0 (1) double check your Gopath (2) if you use chown, please use your group name, for example 0o8o0. artur is another people

zeroGaozj commented 6 years ago

@ChengOrangeJu Thanks for your help, I will try it.