Δημοσιεύτηκε: 05 Απρ 2014, 13:54
Συγκεκριμένα βγάζει αυτό
Αν υπάρχει compability (που λογικό μου φαίνεται), τότε γιατί να υπάρχουν διαφορετικές εκδόσεις της βιβλιοθήκης για gcc 4.3 και 4.4;
Αν υπάρχει compability (που λογικό μου φαίνεται), τότε γιατί να υπάρχουν διαφορετικές εκδόσεις της βιβλιοθήκης για gcc 4.3 και 4.4;
- Κώδικας: Επιλογή όλων
[2014/04/03-20:39:39] generating build environment
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc-4.3
CMake Error: your C compiler: "/usr/bin/gcc-4.3" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: /usr/bin/gcc-4.3 -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "/usr/bin/gcc-4.3" 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:10 (project)
CMake Error: your C compiler: "/usr/bin/gcc-4.3" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "/usr/bin/g++-4.3" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
./generate.sh: line 72: cmake-gui: command not found