Login  Register

FIND_PACKAGE(OpenAL)

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

FIND_PACKAGE(OpenAL)

Joel
4 posts
I was able to build joal, but how do I make the following line in CMake work?
 FIND_PACKAGE(OpenAL)

I get the following output:
-- Could NOT find OpenAL (missing:  OPENAL_LIBRARY OPENAL_INCLUDE_DIR)

Is there a path to put it on?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: FIND_PACKAGE(OpenAL)

gouessej
Administrator
6035 posts
Hi

Can you indicate which CMake script gives you this error message?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: FIND_PACKAGE(OpenAL)

Joel
4 posts
This post was updated on Jan 30, 2015; 3:18am.
Its my own cmake file. It works with OSX, but I need it to find the android version.

Can I use this? How do I use it?
http://www.na-mic.org/svn/Slicer3-lib-mirrors/trunk/CMake/Modules/FindOpenAL.cmake
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: FIND_PACKAGE(OpenAL)

gouessej
Administrator
6035 posts
I don't understand what is wrong with the current build and what you try to achieve :s You should ask your questions on the IRC channel.
Julien Gouesse | Personal blog | Website