|
但实际上我已经装了从官网下来的automoc4
$cmake --prefix=/apps/kde ..-- Found Qt-Version 4.6.2 (using /apps/qt-4.6.2/bin/qmake)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Did not find automoc4 (part of kdesupport). Searched for
Automoc4Config.cmake in using suffixes automoc4 lib/automoc4
lib64/automoc4. (missing: AUTOMOC4_EXECUTABLE)
Call Stack (most recent call first):
cmake/modules/FindAutomoc4.cmake:56 (find_package_handle_standard_args)
cmake/modules/FindKDE4Internal.cmake:350 (find_package)
CMakeLists.txt:36 (find_package)
$which automoc4
/apps/qt-4.6.2/bin/automoc4 |
|