go-vnc/encoding.go:40: undefined variables
Opened this issue · 2 comments
Deleted user commented
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
Deleted user commented
This is probably fixed