this 다음 kde-connect를 설치하려고합니다. 내 쿠분투 버전은 14.04이지만 최신 버전을 사용할 수 있도록 컴파일하려고합니다. 하지만 컴파일 지시를 따랐을 때 다음과 같은 오류가 발생합니다.cmake kde-connect
-- Found Qt-Version 5.2.1 (using /usr/bin/qmake)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QT_INCLUDE_DIR
used as include directory in directory /home/vinaychandra/Downloads/t/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1311 (message):
Unable to compile a basic Qt application. Qt has not been found correctly.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package)
CMakeLists.txt:7 (find_package)
이 문제를 해결하는 방법을 알려주십시오.
내가 -DQT_QT_INCLUDE_DIR=/usr/share/qt4/
를주는 시도는 그것은 You must build your code with position independent code if Qt was built with -reduce-relocations.
최신 버전의 장점은 무엇입니까? 우분투 소프트웨어 대리점에서 설치 한 KDE-connect도 사용하고 있으며 도구에 만족합니다. – PEAR
최신 버전에는 더 많은 기능이 있습니다 (0.7.2) 우분투 저장소 (0.5) –
에서 사용할 수있는 것과 비교했을 때 같은 문제가 있습니다. 동일한 오류가 발생했습니다. 나는 너를 도울 수 없어 - 미안해. 하지만 대답은 알만한 가치가있을 것입니다 ... – PEAR