SHOW:
|
|
- or go back to the newest paste.
| 1 | 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 | |
| 2 | -- The C compiler identification is unknown | |
| 3 | -- The CXX compiler identification is GNU 4.7.2 | |
| 4 | -- Check for working C compiler: /usr/bin/gcc | |
| 5 | -- Check for working C compiler: /usr/bin/gcc -- broken | |
| 6 | CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE): | |
| 7 | The C compiler "/usr/bin/gcc" is not able to compile a simple test program. | |
| 8 | ||
| 9 | It fails with the following output: | |
| 10 | ||
| 11 | Change Dir: /root/TrinityCore/build/CMakeFiles/CMakeTmp | |
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | Run Build Command:/usr/bin/make "cmTryCompileExec2872786699/fast" | |
| 16 | ||
| 17 | /usr/bin/make -f CMakeFiles/cmTryCompileExec2872786699.dir/build.make | |
| 18 | CMakeFiles/cmTryCompileExec2872786699.dir/build | |
| 19 | ||
| 20 | make[1]: Entering directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp' | |
| 21 | ||
| 22 | /usr/bin/cmake -E cmake_progress_report | |
| 23 | /root/TrinityCore/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| 24 | ||
| 25 | Building C object | |
| 26 | CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o | |
| 27 | ||
| 28 | /usr/bin/gcc -o CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o | |
| 29 | -c /root/TrinityCore/build/CMakeFiles/CMakeTmp/testCCompiler.c | |
| 30 | ||
| 31 | gcc: error trying to exec 'cc1': execvp: No such file or directory | |
| 32 | ||
| 33 | make[1]: *** [CMakeFiles/cmTryCompileExec2872786699.dir/testCCompiler.c.o] | |
| 34 | Error 1 | |
| 35 | ||
| 36 | make[1]: Leaving directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp' | |
| 37 | ||
| 38 | make: *** [cmTryCompileExec2872786699/fast] Error 2 | |
| 39 | ||
| 40 | ||
| 41 | ||
| 42 | ||
| 43 | ||
| 44 | CMake will not be able to correctly generate this project. | |
| 45 | Call Stack (most recent call first): | |
| 46 | CMakeLists.txt:12 (project) | |
| 47 | ||
| 48 | ||
| 49 | -- Configuring incomplete, errors occurred! | |
| 50 | root@kobus:~/TrinityCore/build# |