updating to latest jsoncpp causes link error
Open
- Dominant language
- C++
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Updating to jsoncpp top of tree, I get this link error
```
/usr/bin/ld: liblangsvr.so: undefined reference to `Json::Value::operator[](std::basic_string_view >)'
collect2: error: ld returned 1 exit status
```
Contributor guide
Research direction
Start by reproducing the reported link error while updating jsoncpp to the top of tree, then inspect the langsvr link configuration and the jsoncpp library being linked. Done means liblangsvr.so links successfully with the updated jsoncpp version and no undefined reference to Json::Value::operator[].
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100