Advertisement
Guest User

Untitled

a guest
Feb 4th, 2012
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. localhost celeron55-minetest-0e8bd53 # cmake . -DRUN_IN_PLACE=2
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- *** Will build version 0.4.dev-20120122-1 ***
  13. -- IRRLICHT_SOURCE_DIR =
  14. -- IRRLICHT_INCLUDE_DIR = IRRLICHT_INCLUDE_DIR-NOTFOUND
  15. -- IRRLICHT_LIBRARY = IRRLICHT_LIBRARY-NOTFOUND
  16. -- Could NOT find IRRLICHT (missing: IRRLICHT_LIBRARY IRRLICHT_INCLUDE_DIR)
  17. -- gettext include path: /usr/include
  18. -- gettext msgfmt path: /usr/bin/msgfmt
  19. -- GetText enabled; locales found: it;fr;da;de
  20. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  21. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  22. -- Looking for gethostbyname
  23. -- Looking for gethostbyname - found
  24. -- Looking for connect
  25. -- Looking for connect - found
  26. -- Looking for remove
  27. -- Looking for remove - found
  28. -- Looking for shmat
  29. -- Looking for shmat - found
  30. -- Looking for IceConnectionNumber in ICE
  31. -- Looking for IceConnectionNumber in ICE - found
  32. -- Found X11: /usr/lib/libX11.so
  33. -- Found OpenGL: /usr/lib/libGL.so
  34. -- Found JPEG: /usr/lib/libjpeg.so
  35. -- Found BZip2: /usr/lib/libbz2.so
  36. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
  37. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
  38. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.5")
  39. -- Found PNG: /usr/lib/libpng.so
  40. -- Using project jthread library
  41. -- Found system sqlite3 header file in /usr/include
  42. -- Found system sqlite3 library /usr/lib/libsqlite3.so
  43. -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING
  44. -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING - Success
  45. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  46. Please set them or make sure they are set and tested correctly in the CMake files:
  47. IRRLICHT_INCLUDE_DIR (ADVANCED)
  48. used as include directory in directory /home/alexey/celeron55-minetest-0e8bd53/src
  49. used as include directory in directory /home/alexey/celeron55-minetest-0e8bd53/src/jthread
  50. used as include directory in directory /home/alexey/celeron55-minetest-0e8bd53/src/lua
  51. used as include directory in directory /home/alexey/celeron55-minetest-0e8bd53/src/lua/src
  52. IRRLICHT_LIBRARY (ADVANCED)
  53. linked by target "minetest" in directory /home/alexey/celeron55-minetest-0e8bd53/src
  54.  
  55. -- Configuring incomplete, errors occurred!
  56. localhost celeron55-minetest-0e8bd53 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement