Advertisement
pgiovanni

Untitled

Mar 19th, 2020
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. pgiovanni@paulsComp:~/Desktop/build$ cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=/usr -DRELEASE_BUILD=OFF
  2. -- The C compiler identification is GNU 7.4.0
  3. -- The CXX compiler identification is unknown
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- broken
  6. CMake Error at /usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52 (message):
  7. The C compiler
  8.  
  9. "/usr/bin/cc"
  10.  
  11. is not able to compile a simple test program.
  12.  
  13. It fails with the following output:
  14.  
  15. Change Dir: /home/pgiovanni/Desktop/build/CMakeFiles/CMakeTmp
  16.  
  17. Run Build Command:"/usr/bin/make" "cmTC_642c2/fast"
  18. /usr/bin/make -f CMakeFiles/cmTC_642c2.dir/build.make CMakeFiles/cmTC_642c2.dir/build
  19. make[1]: Entering directory '/home/pgiovanni/Desktop/build/CMakeFiles/CMakeTmp'
  20. Building C object CMakeFiles/cmTC_642c2.dir/testCCompiler.c.o
  21. /usr/bin/cc -o CMakeFiles/cmTC_642c2.dir/testCCompiler.c.o -c /home/pgiovanni/Desktop/build/CMakeFiles/CMakeTmp/testCCompiler.c
  22. Linking C executable cmTC_642c2
  23. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_642c2.dir/link.txt --verbose=1
  24. /usr/bin/cc -rdynamic CMakeFiles/cmTC_642c2.dir/testCCompiler.c.o -o cmTC_642c2
  25. /usr/bin/ld: cannot find Scrt1.o: No such file or directory
  26. /usr/bin/ld: cannot find crti.o: No such file or directory
  27. collect2: error: ld returned 1 exit status
  28. CMakeFiles/cmTC_642c2.dir/build.make:97: recipe for target 'cmTC_642c2' failed
  29. make[1]: *** [cmTC_642c2] Error 1
  30. make[1]: Leaving directory '/home/pgiovanni/Desktop/build/CMakeFiles/CMakeTmp'
  31. Makefile:126: recipe for target 'cmTC_642c2/fast' failed
  32. make: *** [cmTC_642c2/fast] Error 2
  33.  
  34.  
  35.  
  36.  
  37. CMake will not be able to correctly generate this project.
  38. Call Stack (most recent call first):
  39. CMakeLists.txt:1 (project)
  40.  
  41.  
  42. CMake Error at CMakeLists.txt:1 (project):
  43. The CMAKE_CXX_COMPILER:
  44.  
  45. /usr/bin/clang++
  46.  
  47. is not a full path to an existing compiler tool.
  48.  
  49. Tell CMake where to find the compiler by setting either the environment
  50. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  51. to the compiler, or to the compiler name if it is in the PATH.
  52.  
  53.  
  54. -- Configuring incomplete, errors occurred!
  55. See also "/home/pgiovanni/Desktop/build/CMakeFiles/CMakeOutput.log".
  56. See also "/home/pgiovanni/Desktop/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement