View difference between Paste ID: Ub5BMKGR and TDYPJmm9
SHOW: | | - or go back to the newest paste.
1-
[root@dabadou minetest]# cmake . -DRUN_IN_PLACE=1 -DENABLE_SOUND=0 -DBUILD_CLIENT=0
1+
# cmake . -DENABLE_SOUND=0 -DBUILD_CLIENT=0-- The C compiler identification is GNU
2-
-- The C compiler identification is unknown
2+
3
-- Check for working C compiler: /usr/bin/gcc
4-
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
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_LIBRARY = IRRLICHT_LIBRARY-NOTFOUND
9+
10-
-- Could NOT find IRRLICHT  (missing:  IRRLICHT_LIBRARY)
10+
11-
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
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-
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
16+
17-
  Could NOT find ZLIB (missing: ZLIB_LIBRARY)
17+
-- Using project jthread library
18
-- Found system sqlite3 header file in /usr/include
19-
  /usr/share/cmake/Modules/FindZLIB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
19+
-- Found system sqlite3 library /usr/lib64/libsqlite3.so
20-
  src/CMakeLists.txt:163 (find_package)
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!