I'm following the directions at https://github.com/protocolbuffers/protobuf/blob/main/src/README.md to try to build protobuf 25.3.
I have bazel 7.0.2 installed. I downloaded protobuf-25.3.tar.gz, then gunzip'd and untar'd it. I then cd'd to protobuf-25.3 and did $ bazel build :protoc That worked. I then tried $ bazel build :protobuf and get ERROR: no such package '@@com_google_protobuf//': The repository '@@com_google_protobuf' could not be resolved: Repository '@@com_google_protobuf' is not defined How do I fix this? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/9f5d1163-f62b-4772-a641-f89451567191n%40googlegroups.com.
