CMake Error: IRRLICHT_XF86VM_LIBRARY set to NOTFOUND

CMake Error: IRRLICHT_XF86VM_LIBRARY set to NOTFOUND

Postby fthommen » 08 Jun 2013, 16:43

Hi,

when trying to build STK 0.8 from source (following exactly the instructions on http://supertuxkart.sourceforge.net/Build_STK_on_Linux and in the INSTALL file), I get the following error during the `cmake` step:

{l Code}: {l Select All Code}
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
IRRLICHT_XF86VM_LIBRARY (ADVANCED)

The full `cmake` output can be found below. I'm using cmake version 2.8.11.1 on CentOS 5.9.

I tried using cmake with -DIRRLICHT_DIR=/home/fthommen/Desktop/SuperTuxKart-0.8/lib/irrlicht/ and with -DIRRLICHT_DIR=/home/fthommen/Desktop/SuperTuxKart-0.8/lib/irrlicht/lib to no avail. Since I'm not very fluent in CMake I also don't know where to check for the the proper checking of this variable.

Any help is appreciated
frank


Complete CMake output
{l Code}: {l Select All Code}
$ cmake ..
-- The C compiler identification is GNU 4.1.2
-- The CXX compiler identification is GNU 4.1.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- No build type selected, default to STKRelease
-- Found OpenAL: /usr/lib64/libopenal.so 
-- Found OggVorbis: /usr/include 
-- Found CURL: /usr/lib64/libcurl.so (found version "7.15.5")
-- Found Fribidi: /usr/include 
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so 
-- Font tool deactivated, the font tool won't be built (only useful for developers)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
IRRLICHT_XF86VM_LIBRARY (ADVANCED)
    linked by target "supertuxkart" in directory /home/fthommen/Desktop/SuperTuxKart-0.8

-- Configuring incomplete, errors occurred!
$
fthommen
 
Posts: 2
Joined: 08 Jun 2013, 16:28

Re: CMake Error: IRRLICHT_XF86VM_LIBRARY set to NOTFOUND

Postby Auria » 08 Jun 2013, 21:17

Hi,

I am unfamiliar with CentOS, but I suggest you look in your package manager for a package that is named something like Xxf86vm, you probably need to install that
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: CMake Error: IRRLICHT_XF86VM_LIBRARY set to NOTFOUND

Postby fthommen » 09 Jun 2013, 17:54

Auria {l Wrote}:I am unfamiliar with CentOS, but I suggest you look in your package manager for a package that is named something like Xxf86vm, you probably need to install that

Thx a lot. It was not the libXxf86vm package (which was already installed) but the libXxf86vm-devel package which was missing. Weird, that the Irrlicht compilation didn't issue any errors....

frank
fthommen
 
Posts: 2
Joined: 08 Jun 2013, 16:28

Who is online

Users browsing this forum: Bing [Bot] and 1 guest