projectM-visualizer / projectM-visualizer/frontend-sdl-cpp
[DEV BUG] frontend-sdl2 `cmake --target install` error
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 116
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Please confirm the following points:
- This report is NOT about the Android apps in the Play Store
- I have searched the project page to check if the issue was already reported
Affected Project
projectM Standalone SDL2 Frontend (includes the Steam app)
Affected Version
c53e732
Operating Systems and Architectures
Linux (x86_64)
Build Tools
Compiler: GNU GCC, Build Tool: CMake
Additional Project, OS and Toolset Details
linux debian/ubuntu/Mint
Type of Defect
CMake/CPack issue (configuration, build, install or packaging)
Log Output
CMake Error at cmake_install.cmake:79 (file):
file INSTALL cannot find
"/home/xxxx/src/projectm-frontend-sdl2/src/resources/icons/icon_16x16.png":
No such file or directory.
gmake: *** [Makefile:100: install] Error 1
Describe the Issue
The build succeeds (the imGui interface looks good so far!) but I get an error after the script copies the executable to the install dir.
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 Linux install failure with CMake and inspect the generated cmake_install.cmake entry at line 79. Check why src/resources/icons/icon_16x16.png is referenced but missing, then verify that cmake --target install completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100