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
This now starts to complicate things: too many dependencies required to even start a successful compile. Is this documented?
ian@Debian:~/ratsd$ make
go generate ./...
protoc-gen-go: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--go_out: protoc-gen-go: Plugin failed with status code 1.
proto/doc.go:6: running "protoc": exit status 1
make: *** [Makefile:16: generate] Error 1
ian@Debian:~/ratsd$ protoc-gen-go
bash: protoc-gen-go: command not found
Will start writing a compilation guide to collect these dependencies.
The text was updated successfully, but these errors were encountered:
This now starts to complicate things: too many dependencies required to even start a successful compile. Is this documented?
Will start writing a compilation guide to collect these dependencies.
The text was updated successfully, but these errors were encountered: