Closed gearhead closed 6 days ago
It's because you are using -DUSE_STD_FORMAT=ON
. That only works when building with GCC 14 or later. You are running GCC 12.2, so the configuration script does not find the required header and fails.
You need to use DUSE_STD_FORMAT=OFF
, and make sure you have the fmt
library installed (sudo apt install libfmt-dev
).
That did it. Thanks!
Trying to build form source as rsgain is not available for install on rpios in either 32 or 64 bit flavors. I was previously able to build v3.5 without issue but cannot build v3.5.2. My build command is (stolen form the Arch AUR):
and the response I get is:
The log shows this:
How can I get this to compile on RPiOS?