googleapis / googleapis/google-cloud-cpp-bigquery
resolve demo-debian-bullseye cxx11 abi string issue
Open
type: cleanup
- Dominant language
- C++
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Somewhere in the toolchain there's a flag missing resulting in:
```
client.cc:(.text+0x27fe): undefined reference to `google::cloud::v2_34::Project::Project(std::__cxx11::basic_string, std::allocator >)'
```
Contributor guide
Research direction
Start by reproducing the linker error in the demo-debian-bullseye environment and inspect the toolchain and build configuration for the missing ABI setting. Done means the demo links successfully without the undefined reference to the C++11 ABI string constructor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100