Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - qinqon

Pages: [1]
1
Ok, I will try setting OPENAL environment variable.

Thanks.

2
After checking again, As Hiura says, the patch doesn't work, It was something that I did at CMake distribution FindOpenAL.cmake, but I have lose the change.

What could be a solution for this ?

BR

Quique

3
Yest, this is it.

I did have to change the CMakeLists.txt and do the following:

https://github.com/SFML/SFML/pull/1081/commits/178a5b1ac34686e90f26095616d64338e8bf53a3

It forces OPENAL_LIBRARY:

set(OPENAL_LIBRARY ${CMAKE_LIBRARY_PATH})

4
It's preferring always the OSX OpenAL Framework version, I have to force OPENAL_LIBRARY.

I have open an issue and do a pull

https://github.com/SFML/SFML/issues/1080#issuecomment-208066290

Pages: [1]
anything