What's OPUS?

Get support for Unvanquished.
Post Reply
User avatar
JOURNEYMAN
Dragoon
Posts: 342
Joined: Thu Mar 08, 2012 9:42 pm UTC

What's OPUS?

Post by JOURNEYMAN »

I tried to compile but I get the following error. I checked the OpenSuSE package management and there is libopus already installed but I still get the error message. This is OpenSuSE 12.3 64bit on a desktop. My laptop is temporarily dead from botched upgrade attempt.

CMake Error at
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find Opus (missing: OPUS_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291
(_FPHSA_FAILURE_MESSAGE)
cmake/FindOpus.cmake:73 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:1111 (find_package)

User avatar
Amanieu
Programmer
Posts: 44
Joined: Sun Jun 16, 2013 8:28 pm UTC

Re: What's OPUS?

Post by Amanieu »

You need to install libopusfile as well.

User avatar
JOURNEYMAN
Dragoon
Posts: 342
Joined: Thu Mar 08, 2012 9:42 pm UTC

Re: What's OPUS?

Post by JOURNEYMAN »

I have libopus, libopus-devel, and libopus-devel-static installed. Is there any other opus library that needs to be installed?

User avatar
Ishq
Project Head
Posts: 1152
Joined: Tue Mar 06, 2012 8:32 pm UTC

Re: What's OPUS?

Post by Ishq »

libopusfile and the corressponding dev package.

User avatar
JOURNEYMAN
Dragoon
Posts: 342
Joined: Thu Mar 08, 2012 9:42 pm UTC

Re: What's OPUS?

Post by JOURNEYMAN »

Oh, I see. I didn't realize libopusfile is the actual name of the library. I'll try again after installing those libraries.

Post Reply