NVIDIA / NVIDIA/nvidia-settings
_out/Linux_x86_64/antialias.png.h: No such file or directory
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 345
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
Upon attempting to package the latest release for NixOS there is this issue:
/bin/bash: _out/Linux_x86_64/antialias.png.h: No such file or directory
make[1]: *** [Makefile:320: _out/Linux_x86_64/antialias.png.h] Error 1
From this line: https://github.com/NVIDIA/nvidia-settings/blob/cbb7bd5325f7ae91281e291b80dec4e29b66b3cb/src/gtk%2B-2.x/ctkbanner.c#L37
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
Start with the packaging failure in Makefile line 320 and inspect the command that should create _out/Linux_x86_64/antialias.png.h. Then compare that target with the reference to src/gtk+-2.x/ctkbanner.c at line 37 and reproduce the NixOS packaging attempt. Done means the target is generated successfully and packaging no longer reports the missing-file error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100