-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAL build is broken again. #691
Comments
Any updates on this by any chance? I tried buildin on OpenBSD where the (closed-source, proprietary) FMOD library is just not an option, and I'm running into the exact issue above... Is there a fix coming? Or are you dropping OpenAL support? |
pushed a PR to fix this, it's based on a very recent master, you can test it and make feedback #831 |
@damiencarol I am trying to build latest stable version (https://github.com/TurningWheel/Barony/archive/refs/tags/v4.2.1.tar.gz) which seems to be way newer than the I am confused: shouldn't your PR be incorporated into 4.1 stable version? |
+1 compilation with OpenAL or without sound is broken Used this one: Gives following error:
|
Building develop branch fails with numerous errors if
cmake
is invoked with-DOPENAL_ENABLED=ON
.initSoundEngine
,exitSoundEngine
andloadSoundResources
andfreeSoundResources
are only defined in the header under FMOD,playMusic
isplaymusic
under OpenAL. Andstruct OPENAL_BUFFER
doesn't have a pointer to a release function in its forward declaration. There may be further issues, as I'm out of time for now.If no one else gets to this, I'll probably kick it a few more times and open a PR.
The text was updated successfully, but these errors were encountered: