Всем привет! В сборке приложений я полный нуб, пожалуйста объясните, что мне с этим делать. Собираю tint2 в MeeGo, а cmake ругается!
[user@user-desktop build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- checking for modules 'x11;xcomposite;xdamage;xinerama;xrender;xrandr'
-- found x11, version 1.3.3
-- found xcomposite, version 0.4.1
-- found xdamage, version 1.1.2
-- found xinerama, version 1.0.3
-- found xrender, version 0.9.5
-- found xrandr, version 1.3.0
-- Looking for imlib_context_set_display in Imlib2
-- Looking for imlib_context_set_display in Imlib2 - found
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- checking for modules 'x11;xrender'
-- found x11, version 1.3.3
-- found xrender, version 0.9.5
-- checking for module 'gthread-2.0'
-- found gthread-2.0, version 2.28.6
-- checking for module 'gtk+-x11-2.0'
-- package 'gtk+-x11-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
src/tint2conf/CMakeLists.txt:10 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
Спасибо!