Open ryandesign opened 2 days ago
Not sure why this is failing. It seems to not recognize al::span{...}
as creating a span object on those lines, but similar lines like al::span{*srcbuf}.first(SamplesToDo)
right above the latter on line 2178 doesn't result in an error. Might need a newer compiler with better C++17 conformance.
openal-soft 1.24.0 doesn't build on macOS 10.15:
Full build log: https://build.macports.org/builders/ports-10.15_x86_64-builder/builds/200661/steps/install-port/logs/stdio
It builds on macOS 12 and later.
This is a regression; 1.23.1 didn't have this problem.