Enviado em 25/01/2013 - 22:06h
Galera estou com um problema fui compilar o Tint2 panel mas o terminal da o seguinte errovitor@vitor-POS-EINM10CB ~/Área de Trabalho/tint2-0.11 $ mkdir build
vitor@vitor-POS-EINM10CB ~/Área de Trabalho/tint2-0.11 $ cd build
vitor@vitor-POS-EINM10CB ~/Área de Trabalho/tint2-0.11/build $ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-- The C compiler identification is GNU 4.7.2
-- 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.
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for modules 'x11;xcomposite;xdamage;xinerama;xrender;xrandr'
-- package 'xcomposite' not found
-- package 'xdamage' not found
-- package 'xinerama' not found
-- package 'xrandr' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:6 (pkg_check_modules)
-- checking for module 'pangocairo'
-- package 'pangocairo' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:7 (pkg_check_modules)
-- checking for module 'pango'
-- package 'pango' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:8 (pkg_check_modules)
-- checking for module 'cairo'
-- package 'cairo' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:9 (pkg_check_modules)
-- checking for module 'glib-2.0'
-- package 'glib-2.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:10 (pkg_check_modules)
-- checking for module 'gobject-2.0'
-- package 'gobject-2.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:11 (pkg_check_modules)
-- checking for module 'imlib2'
-- package 'imlib2' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:12 (pkg_check_modules)
CMake Error at CMakeLists.txt:16 (message):
Not all dependencies fulfilled. See
http://code.google.com/p/tint2/wiki/Install
-- Configuring incomplete, errors occurred!