This may not be specific to my distro but I’ve settled all the include dependency’s by tracking the compilation errors of making OF and some of its examples. I’m having a problem with ALCdevice. Specifically
/usr/include/AL/alc.h:34:16: error: using typedef-name 'ALCdevice' after 'struct' 34 | typedef struct ALCdevice ALCdevice;
Is the main source of the error in the OpenAlSoundPlayer.cpp file
Can confirm that it is not distro specific because when running the compilation script for OF on arch after running the install dependencies script I get the same error.
/usr/include/AL/alc.h:34:16: error: using typedef-name 'ALCdevice' after 'struct'
34 | typedef struct ALCdevice ALCdevice;
using gcc 9.3 on both systems
both downloads are the links on the of website of…tar.gz