代码: 全选
dash@dash-ThinkPad-E420:~/Code/hybrid/build$ cmake ..
-- The C compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- checking for module 'gtk+-2.0'
-- found gtk+-2.0, version 2.24.13
-- checking for module 'gdk-pixbuf-2.0'
-- found gdk-pixbuf-2.0, version 2.26.4
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.34.1
-- checking for module 'gobject-2.0'
-- found gobject-2.0, version 2.34.1
-- checking for module 'gmodule-2.0'
-- found gmodule-2.0, version 2.34.1
-- checking for module 'openssl'
-- package 'openssl' not found
CMake Error at /home/dash/Program/cmake-2.8.10.2-Linux-i386/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/home/dash/Program/cmake-2.8.10.2-Linux-i386/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:92 (pkg_check_modules)
-- checking for module 'libxml-2.0'
-- found libxml-2.0, version 2.8.0
-- checking for module 'libnotify'
-- found libnotify, version 0.7.5
-- checking for module 'gstreamer-0.10'
-- found gstreamer-0.10, version 0.10.36
-- checking for module 'xscrnsaver'
-- found xscrnsaver, version 1.2.2
-- checking for module 'webkit-1.0'
-- found webkit-1.0, version 1.10.0
-- checking for module 'NetworkManager'
-- found NetworkManager, version 0.9.6.0
-- checking for module 'dbus-glib-1'
-- found dbus-glib-1, version 0.100
-- checking for module 'indicate'
-- package 'indicate' not found
-- checking for module 'indicate-gtk'
-- package 'indicate-gtk' not found
-- checking for module 'indicate-gtk-0.5'
-- package 'indicate-gtk-0.5' not found
-- Libnotify support: YES
-- GStreamer support: YES
-- Xscreensaver support: YES
-- WebKit support: YES
-- NetworkManager support: YES
-- Ubuntu Indicator support: NO
-- Native language support: YES
-- glib-2.0
-- Configuring incomplete, errors occurred!
dash@dash-ThinkPad-E420:~/Code/hybrid/build$