Closed beckylum0216 closed 2 years ago
For some reason it thinks D-Bus exists on Windows, so is trying to build RTKit support which otherwise expects a Unix-like system. This should be fixed with commit c870e550fa37d10e8a9d7d15ef1d6370d1e0399e, although you can also set ALSOFT_RTKIT=OFF
with CMake to disable it on earlier versions.
Ah cool, the fix worked. Thanks. Closing the issue.
Hi,
Trying to compile from source as an embedded library within my project. The system is Windows 11, using MSVC CXX17 and C11 compilers. The build breaks as it is looking for unistd.h a posix file. The stacktrace is as follows:
I am not quite sure why OpenAL is looking for posix files on my windows system. Is there a workaround through CMake?
Attached are the cmake files used to make the library: