CMake Error: IRRLICHT_XF86VM_LIBRARY set to NOTFOUND

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:
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
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!
$