Skip to content
Advertisement

Cmake Error: The following variables are used in the project, but they are set to NOTFOUND trying to compile Rigs of Rods in archlinux

I’ve been trying to compile Rigs of Rods under archlinux with 4.2.6 Kernel. I’ve followed the official compiling instructions presented in http://www.rigsofrods.com/wiki/pages/Compiling_Sources_under_Linux I have succesfully compiled ogredeps and CMake gave me no error, I even enabled multithreading for it (while using make, after running CMake .), but when I try to compile Ogre (Mentioned under the “Ogre Itself” section in compiling instructions) CMake gives me this:

JavaScript

Also here is the output of /root/ror-deps/ogre/CMakeFiles/CMakeError.log:

JavaScript

I’ve researched, I’ve taken a look at these questions:

CMake Error: The following variables are used in this project, but they are set to NOTFOUNDCMake Error: The following variables are used in this project, but they are set to NOTFOUNDCMake Error: The following variables are used in this project, but they are set to NOTFOUND ? in ros

but either they refer to different issues or simply I can’t understand the answers well

Advertisement

Answer

OIS_INCLUDE_DIR means that the includes (header files) of OIS are not found. Either your distribution has a package which you have to install or you have to add the OIS install directory to the CMAKE_PREFIX_PATH.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement