mitchellh/go-vnc

go-vnc/encoding.go:40: undefined variables

Opened this issue · 2 comments

I get the following when trying to build packer from source via make bin inside the packer directory:

==> Getting dependencies...
# github.com/mitchellh/go-vnc
../go-vnc/encoding.go:40: undefined: colors
../go-vnc/encoding.go:40: undefined: y
../go-vnc/encoding.go:40: undefined: x
../go-vnc/encoding.go:56: undefined: colors
../go-vnc/encoding.go:67: undefined: colors
make: *** [bin] Error 2

sorry, my mistake, fix for go-vnc #6

This is probably fixed