Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. root@kobus:~/TrinityCore/build# cmake ../ -DPREFIX=/home/wow/server -DCONF_DIR=/home/wow/server/etc -DLIBSDIR=/home/wow/server/lib -DTOOLS=1 -DWITH_WARNINGS=1
  3. -- The C compiler identification is unknown
  4. -- The CXX compiler identification is GNU 4.7.2
  5. -- Check for working C compiler: /usr/bin/gcc
  6. -- Check for working C compiler: /usr/bin/gcc -- broken
  7. CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  8. The C compiler "/usr/bin/gcc" is not able to compile a simple test program.
  9.  
  10. It fails with the following output:
  11.  
  12. Change Dir: /root/TrinityCore/build/CMakeFiles/CMakeTmp
  13.  
  14.  
  15.  
  16. Run Build Command:/usr/bin/make "cmTryCompileExec2872786699/fast"
  17.  
  18. /usr/bin/make -f CMakeFiles/cmTryCompileExec2872786699.dir/build.make
  19. CMakeFiles/cmTryCompileExec2872786699.dir/build
  20.  
  21. make[1]: Entering directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp'
  22.  
  23. /usr/bin/cmake -E cmake_progress_report
  24. /root/TrinityCore/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  25.  
  26. Building C object
  27. CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o
  28.  
  29. /usr/bin/gcc -o CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o
  30. -c /root/TrinityCore/build/CMakeFiles/CMakeTmp/testCCompiler.c
  31.  
  32. gcc: error trying to exec 'cc1': execvp: No such file or directory
  33.  
  34. make[1]: *** [CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o]
  35. Error 1
  36.  
  37. make[1]: Leaving directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp'
  38.  
  39. make: *** [cmTryCompileExec2872786699/fast] Error 2
  40.  
  41.  
  42.  
  43.  
  44.  
  45. CMake will not be able to correctly generate this project.
  46. Call Stack (most recent call first):
  47. CMakeLists.txt:12 (project)
  48.  
  49.  
  50. -- Configuring incomplete, errors occurred!
  51. root@kobus:~/TrinityCore/build#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement