Closed fdruillennec closed 5 years ago
What version of protobuf headers do you have installed?
Ah, yep, I can repro. Regening the code with a newer protobuf fixes that issue. Run that with go get -u
and you'll get the fixed code!
(Also, sorry for missing the version of libprotobuf that you included!)
Thanks! It worked well.
Hi, I am trying to use gocld3 but I have got some issues during the install. Is there any pre-requisities to do before getting the project?
What version of Go are you using (go version)?
go version go1.9.3 darwin/amd64
What operating system and processor architecture are you using (go env)?
macOS 10.13.6
Version of protoc (protoc --version)?
libprotoc 2.6.1
What did you do?
go get github.com/jmhodges/gocld3/cld3
What did you expect to see? A successful install
What did you see instead?