google / google/langsvr

updating to latest jsoncpp causes link error

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.