-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
libprojectM (including the playlist library)
Affected Version
= 4.0.0
Operating Systems and Architectures
Linux (x86_64)
Build Tools
Build Tool: CMake
Additional Project, OS and Toolset Details
debian bullseye with recommended packages installed
Type of Defect
Build failure (compiler/linker or toolset error)
Log Output
Describe the Issue
On debian bullseye, I am not able to get any of the 4.x.x versions to build. It seems you're depending on a relatively new version of cmake which has made changes that are incompatible with earlier versions (commit 433ca9f). I tried lowering the required version but that gives me an Unknown CMake command "check_source_compiles" error.
Your build instructions say that there's an autotools option but then the instructions only say to use cmake, and I don't see the regular autotools / configure script in the repo.
I think you've removed the autotools option but not updated the instructions to say that?
How to build 4.x on bullseye?