Page 1 of 1

CMake error (Git 1eac6ff) [solved]

PostPosted: Wed Apr 11, 2012 17:46
by Ragnarok
I've tried to compile latest git source but console throw me this errors:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
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_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/radek/celeron55-minetest-1eac6ff/src
   used as include directory in directory /home/radek/celeron55-minetest-1eac6ff/src/jthread
   used as include directory in directory /home/radek/celeron55-minetest-1eac6ff/src/sqlite
   used as include directory in directory /home/radek/celeron55-minetest-1eac6ff/src/lua
   used as include directory in directory /home/radek/celeron55-minetest-1eac6ff/src/lua/src
IRRLICHT_LIBRARY (ADVANCED)
    linked by target "minetest" in directory /home/radek/celeron55-minetest-1eac6ff/src

-- Configuring incomplete, errors occurred!

What I doing wrong?

PostPosted: Wed Apr 11, 2012 18:59
by lkjoel
Install irrlicht and the dev files for irrlicht

PostPosted: Wed Apr 11, 2012 22:16
by MikoMiko
If you're on MacOSX, be sure to grab the 1.8.X development version from Irrlicht's website. The 1.7.3 release is difficult/impossible to compile correctly on it.

PostPosted: Thu Apr 12, 2012 09:38
by Ragnarok
Thanks =) It helps.