The repository '@gflags' could not be resolved
Open
- Dominant language
- C++
- Stars
- 4k
- Forks
- 368
- PR merge metrics
- No merged PRs in 30d
Description
Following the **Building for Linux**
`bazel build -c opt lyra/cli_example:encoder_main`
I got (using bazel 5.4):
```sh
.../.cache/bazel/.../com_google_glog/BUILD.bazel:7:13: no such package '@gflags//':
The repository '@gflags' could not be resolved:
Repository '@gflags' is not defined and referenced by '@com_google_glog//:glog'
```
Is glog (Google Logging) needed to use the codec?
Contributor guide
Assessment
This issue has not been assessed yet.