bug: llcppcfg cannot recognize system path
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 33
- Forks
- 11
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 51
Description
input:
pkg-config:
pkg-config --libs bdw-gc
-lgc -lpthread -ldl
llcppcfg bdw-gc
output:
{
"name": "bdw_gc",
"cflags": "$(pkg-config --cflags bdw-gc)",
"libs": "$(pkg-config --libs bdw-gc)",
"include": [],
"trimPrefixes": [],
"cplusplus": false,
"deps": [],
"keepUnderScore": false,
"impl": [
{
"files": [],
"cond": {
"os": [],
"arch": []
}
}
],
"mix": false
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with pkg-config --libs bdw-gc and llcppcfg bdw-gc, then trace the llcppcfg entry point that handles system packages and paths. Done means the bdw-gc invocation recognizes the installed system library instead of returning empty include and file metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, go
- Domain
- build-system, cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100