compile error when I do 'cargo build' #17640
-
A note for the community
Problemwhen I execute ‘cargo build’, it reports an error. Caused by: ConfigurationNo response Versionmaster branch Debug OutputNo response Example DataNo response Additional ContextNo response ReferencesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Do you have |
Beta Was this translation helpful? Give feedback.
-
I found this compiling on old debian releases (e.g. buster) - the version of protoc in their repos doesn't support the |
Beta Was this translation helpful? Give feedback.
-
If making system-wide changes isn't feasible or desired, scripts/environment/install-protoc.sh "${HOME}/bin"
PROTOC="${HOME}/bin/protoc" cargo build ... |
Beta Was this translation helpful? Give feedback.
Do you have
protoc
installed? You can see this script that we use to installprotoc
in CI.