aykevl / plaincast

Server that acts like a lightweight/headless Chromecast that only includes YouTube (for the time being)
BSD 2-Clause "Simplified" License
127 stars 19 forks source link

cannot install following instruction #6

Closed antorsae closed 7 years ago

antorsae commented 7 years ago
~ $ mkdir golang
~ $ cd golang
~/golang $ export GOPATH="`pwd`"
~/golang $ go get -u github.com/aykevl/plaincast
# golang.org/x/sys/unix
src/golang.org/x/sys/unix/asm_linux_arm.s:8 5a: No such file or directory: textflag.h

Any suggestions?

aykevl commented 7 years ago

I'm suspecting a problem outside of plaincast. Can you give:

antorsae commented 7 years ago

OK, false alarm. This is a know issue go older versions of go (1.3.3), I fixed it installing a new one, and this combo works:

OS + version


Linux musicpi 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux```

Go version:
```~ $ go version
go version go1.9.2 linux/arm```
aykevl commented 7 years ago

Ok, glad it's resolved!