t3rm1n4l / megacmd

A command-line client for mega.co.nz storage service
456 stars 74 forks source link

Fails to compile when building on ARM Ubuntu #64

Closed baskervald closed 9 years ago

baskervald commented 9 years ago

Fails with this error:

(precise)ashlynn@localhost:~/build/megacmd$ make
go get github.com/t3rm1n4l/go-mega
# github.com/t3rm1n4l/go-mega
.gopath/src/github.com/t3rm1n4l/go-mega/utils.go:54: buf.Grow undefined (type *bytes.Buffer has no field or method Grow)
make: *** [build] Error 2
baskervald commented 9 years ago

Actually, this seems to be a go-mega issue. My bad for submitting it here. I'll try to build go-mega and see if I can replicate the problem when building it directly, then submit an issue there if I can.

Once again, I apologize.