Closed b14ckw1d0w closed 7 months ago
Two things you can check here, as it seems the ImGui submodule isn't properly checked out:
git submodule init && git submodule update
in the main project dir, this should properly initialize submodules. Without init, update doesn't have anything to work on as it only updates initialized submodules.v1.90.2
tag in vendor/imgui
manually.I should probably update the build instructions to use the separate for commands.
Thank you for the reply. I can now build the project and have notified the Aur maintainer of the change required.
Good to hear! I've also updated the build instructions accordingly, closing the issue then.
Please confirm the following points:
Affected Project
projectM Standalone SDL2 Frontend (includes the Steam app)
Affected Version
No response
Operating Systems and Architectures
Linux (x86_64)
Build Tools
Build Tool: CMake
Additional Project, OS and Toolset Details
git clone https://github.com/projectM-visualizer/frontend-sdl2 cd frontend-sdl2 git submodule update (had to remove --init since it is not an option in Git 2.45.0) mkdir cmake-build cmake -S . -B cmake-build -DCMAKE_BUILD_TYPE=Release cmake --build cmake-build --config Release
Type of Defect
CMake/CPack issue (configuration, build, install or packaging)
Log Output
Describe the Issue
I have had this issue for a few weeks now, I cannot update from the Arch Aur.
I have since tried to manually build the source with the same results. The files that are requested in the cmakefile.txt are indeed in the repo but I do not have the relevant skills to debug any more than I have.