Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # cmake . -DENABLE_SOUND=0 -DBUILD_CLIENT=0-- The C compiler identification is GNU
  2. -- The CXX compiler identification is unknown
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  8. -- *** Will build version 0.4.7 ***
  9. -- IRRLICHT_SOURCE_DIR =
  10. -- IRRLICHT_INCLUDE_DIR = /usr/include/irrlicht
  11. -- IRRLICHT_LIBRARY = /usr/lib64/libIrrlicht.so
  12. -- Found IRRLICHT: /usr/lib64/libIrrlicht.so
  13. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  14. -- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
  15. -- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
  16. -- GetText disabled
  17. -- Using project jthread library
  18. -- Found system sqlite3 header file in /usr/include
  19. -- Found system sqlite3 library /usr/lib64/libsqlite3.so
  20. -- Using project jsoncpp library
  21. -- LuaJIT library: LUA_LIBRARY-NOTFOUND
  22. -- LuaJIT headers: LUA_INCLUDE_DIR-NOTFOUND
  23. -- LuaJIT not found, using bundled Lua.
  24. -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING
  25. CMake Error at /usr/share/cmake/Modules/CMakeCXXInformation.cmake:17 (GET_FILENAME_COMPONENT):
  26. get_filename_component called with incorrect number of arguments
  27. Call Stack (most recent call first):
  28. CMakeLists.txt:3 (PROJECT)
  29.  
  30.  
  31. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  32. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  33. -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING - Failed
  34. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement