You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building using the autotools build system, Alut fails to link against OpenAL installed in a custom directory.
I have followed the instructions from README for how to let Alut know of OpenAL installed in non-system-wide manner, specifically
To build and run ALUT, you need an OpenAL somewhere (and a sound card, of course
:-). If OpenAL is not installed in a standard place (let's say ${OPENAL_PREFIX})
you'll have to tell the build system about it:
When building using the autotools build system, Alut fails to link against OpenAL installed in a custom directory.
I have followed the instructions from README for how to let Alut know of OpenAL installed in non-system-wide manner, specifically
I build OpenAL and Alut on a clean Debian Jessie system like this
The build fails with
Here is a
tree $OPENAL_DIR
, just in case you think OpenAL is improperly installedThe text was updated successfully, but these errors were encountered: