C语言编译显示make错误,cmake失败,出现“CMake错误:您的CXX编译器:”找不到“CMAKE_CXX_COMPILER-NOTFOUND”。...

问题描述

jonquil@jonquil-Satellite-L755D:~/Downloads/akonadi-googledata-1.2.0/build$ cmake ..

-- The C compiler identification is GNU

-- The CXX compiler identification is unknown

-- Check for working C compiler: /usr/bin/gcc

-- Check for working C compiler: /usr/bin/gcc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):

ERROR: cmake/modules/FindKDE4Internal.cmake not found in

/home/jonquil/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps

Call Stack (most recent call first):

CMakeLists.txt:6 (find_package)

CMake Warning (dev

你可能感兴趣的:(C语言编译显示make错误)