Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV BUG] frontend-sdl2 cmake --target install error #82

Open
2 tasks done
emh698 opened this issue May 28, 2024 · 1 comment
Open
2 tasks done

[DEV BUG] frontend-sdl2 cmake --target install error #82

emh698 opened this issue May 28, 2024 · 1 comment

Comments

@emh698
Copy link

emh698 commented May 28, 2024

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.

@emh698 emh698 added the bug Something isn't working label May 28, 2024
@kblaschke kblaschke transferred this issue from projectM-visualizer/projectm May 28, 2024
@kblaschke kblaschke added work-in-progress cmake and removed bug Something isn't working labels May 28, 2024
@kblaschke
Copy link
Member

The installation process isn't finished yet on master, some files not properly installed as you're seeing.

I was working on it, but couldn't finish due to being abroad until early June. Linux installation should work in my dev branch though:

https://github.com/kblaschke/frontend-sdl2/tree/installation-and-packaging

It's not based on latest master, so if you're going to try out my branch, remember to rebase it on the master branch of this repository to get the other fixes as well.

I'll keep this issue open until I've merged the branch, as others might run into the same trap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants