Created
September 28, 2016 07:21
-
-
Save iamutkarshtiwari/713cbde634f5cd3d692883c03a80c1b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running "/usr/bin/cmake /home/iamutkarsh/GCompris-qt '-GCodeBlocks - Ninja' -DCMAKE_CXX_COMPILER:STRING=/usr/bin/g++ -DQT_QMAKE_EXECUTABLE:STRING=/home/iamutkarsh/Qt5.7.0/5.7/gcc_64/bin/qmake" in /tmp/qtc-cmake-d0aprT. | |
-- The C compiler identification is GNU 5.4.0 | |
-- The CXX compiler identification is GNU 5.4.0 | |
-- Check for working C compiler using: Ninja | |
CMake Error: | |
The detected version of Ninja (log: ninja version 0.1.3 initializing) is | |
less than the version of Ninja required by CMake (1.3). | |
CMake Error: Internal CMake error, TryCompile generation of cmake failed | |
-- Check for working C compiler using: Ninja -- broken | |
CMake Error at /usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake:61 (message): | |
The C compiler "/usr/bin/cc" is not able to compile a simple test program. | |
It fails with the following output: | |
CMake will not be able to correctly generate this project. | |
Call Stack (most recent call first): | |
CMakeLists.txt:7 (project) | |
-- Configuring incomplete, errors occurred! | |
See also "/tmp/qtc-cmake-d0aprT/CMakeFiles/CMakeOutput.log". | |
See also "/tmp/qtc-cmake-d0aprT/CMakeFiles/CMakeError.log". | |
*** cmake process exited with exit code 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment