-
Notifications
You must be signed in to change notification settings - Fork 62
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
Cmake fails at linking altonegen, possibly libopenal version conflict ? #373
Comments
Hi, the linker-error seems to originate from one of the OpenAL-soft examples. You may can just remove them from the build by supplying |
make clean
cmake -DALSOFT_EXAMPLES=OFF ~/src/REGoth/
make gives the exact same error message. |
|
Thank you for the suggestion but this gives the same error message. ~/bin % rm -rf REGoth
~/bin % mkdir ~/bin/REGoth
~/bin % cd REGoth
~/bin/REGoth % cmake -DALSOFT_EXAMPLES=OFF ~/src/REGoth
~/bin/REGoth % make |
openSUSE Tumbleweed here too.
|
I keep hitting the same linking error, is there no nuclear option to disable all of openal through cmake? |
I just tried to compile REGoth on opensuse tumbleweed and it failed at linking altonegen. I suspect there is a version conflict due to my version of libopenal (1.20), which is probably very recent.
Error Message: `multiple definition of `FuMa2N3DScale' libopenal.a`
The text was updated successfully, but these errors were encountered: