Can't build on PI
ecator opened this issue · 3 comments
ecator commented
I wanto to build it on Raspberry Pi, but encountered the following erros:
main.go:7:2: cannot find package "github.com/HFO4/gbc-in-cloud/driver" in any of:
/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/driver (from $GOROOT)
($GOPATH not set)
main.go:8:2: cannot find package "github.com/HFO4/gbc-in-cloud/fyne" in any of:
/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/fyne (from $GOROOT)
($GOPATH not set)
main.go:9:2: cannot find package "github.com/HFO4/gbc-in-cloud/gb" in any of:
/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/gb (from $GOROOT)
($GOPATH not set)
main.go:10:2: cannot find package "github.com/HFO4/gbc-in-cloud/server" in any of:
/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/server (from $GOROOT)
($GOPATH not set)
I have installed the libasound2-dev and libgl1-mesa-dev.
ecator commented
The go version
go version go1.7.4 linux/arm
HFO4 commented
Try to build with go version above 1.11?