You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get is out of date, go has updated to go install for all commands. Both go install github.com/golang/protobuf/proto@latest and go install google.golang.org/protobuf/cmd/protoc-gen-go@latest didn't work either.
compilation of certifier library, starting from a clean ubuntu 20.04 slate, ends with the following (couldn't copy clipboard from hyper-v), this was from the make -f certifier.mak command.
The text was updated successfully, but these errors were encountered:
Discussed in monthly meeting. Work-instructions worked well for team from Univ of Missouri.
Seems like the build failure is happening due to missing UUID libs, which one could install separately. The problem may be that the docs are incomplete and do not specifically call-out installing this library.
(Requested MU rep, Pari Patel, to scan this issue and share their ux with us. Using existing docs, MU team was recently able to successfully install the repo, got builds & tests working.)
tried following instructions from ubuntu install instructions by the letter
go install github.com/golang/protobuf/proto@latest
andgo install google.golang.org/protobuf/cmd/protoc-gen-go@latest
didn't work either.make -f certifier.mak
command.The text was updated successfully, but these errors were encountered: