openal-soft icon indicating copy to clipboard operation
openal-soft copied to clipboard

Compilation errors using Clang13 (64-bit) on Windows

Open vhyijk opened this issue 2 years ago • 1 comments

The enum LogLevel is conflicting with the enum class LogLevel. image And use of undeclared identifiers... image image These errors are all in alc/alc.cpp

vhyijk avatar Mar 05 '22 01:03 vhyijk

What version are you building? The line number for the alc/alc.cpp include doesn't line up with either the latest release (1.21.1) or current Git. And alc/alc.cpp doesn't include router.h, so I have no idea why it's trying to include it.

kcat avatar Mar 05 '22 06:03 kcat