protobuf
protobuf copied to clipboard
Cannot build protobuf_cpp
What version of protobuf and what language are you using? Version: main/v3.6.0/v3.5.0 etc. (NOTE: please try updating to the latest version of protoc/runtime possible beforehand to attempt to resolve your problem) Language: C++
What operating system (Linux, Windows, ...) and version? Linux Ubuntu 19.10
What runtime / compiler are you using (e.g., python version or gcc version) gcc version 8.4.0
What did you do?
- downloaded https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protobuf-cpp-3.21.12.zip
- extracted to protobuf-cpp-3.21.12
- cd protobuf-cpp-3.21.12
- bazel build :protoc :protobuf
What did you expect to see the build What did you see instead?
ERROR: Traceback (most recent call last):
File "/home/user/src/protobuf-3.21.11/WORKSPACE", line 65, column 20, in
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
Anything else we should know about your project / environment