CHAI3DCHAI3D

normal OpenAL audio on linux

More
31 Jan 2017 17:28 #7

Hi Nicolò,

Here's a modified CMakeLists.txt, to replace the one in the CHAI3D root folder. It will look for a local version of OpenAL installed on your system, and use that version rather than the one provided with CHAI3D. I hope it helps :)

Attachment CMakeLists.txt not found

Attachments:

Please Log in or Create an account to join the conversation.

More
31 Jan 2017 18:05 #8

Thanks! With this edit I had a linking error (undefined references), I just had to change the linking order (

206 set (CHAI3D_LIBRARIES chai3d ${ADDITIONAL_LOCAL_LIBRARIES} ${OPENGL_LIBRARIES})
)

Now it does work!
Thanks again for your precious time

edit: can't find how to mark as solved

Please Log in or Create an account to join the conversation.