tomochain
tomochain copied to clipboard
[TomoChain] Compling from source go errors
Anyone else having problems compiling from the TomoChain source code? Im getting $GOPATH & $GOROOT errors Even though Go-Lang is set. I complied other go source's like ETC & ETH and Ether1 and others with no problems.
$make tomo go run build/ci.go install ./cmd/tomo build/ci.go:50:2: cannot find package "github.com/tomochain/internal/build" in any of: /usr/lib/go-1.10/src/github.com/tomochain/internal/build (from $GOROOT) /home/username/work/src/github.com/tomochain/internal/build (from $GOPATH) Makefile:14: recipe for target 'tomo' failed
I get this same error on lower & higher versions of go in different VM's. Thank you for any ideas to fix this problem.