Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-18-2014, 04:19 AM
|
#1
|
LQ Newbie
Registered: Aug 2011
Posts: 7
Rep: 
|
Digikam compilation error
Hi! Im trying to compile DigiKAM from GIT but when I run debootstrap.linux there is a strange (at least for myself) error which I dont really understand ...
Im running Ubuntu 12.04.4 amd64 btw.
Code:
michal@mironet:~/Build/Dikikam/dk$ ./bootstrap.linux
-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.8 include dir: /usr/include
-- Found KDE 4.8 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- /home/michal/Build/Dikikam/dk/po/ dir do not exists. Translations compilation disabled...
-- You can use DIGIKAMSC_CHECKOUT_PO option to extract po files from KDE repositories.
-- Local kdegraphics libraries will be compiled... YES
-- Handbooks will be compiled..................... YES
-- Extract translations files..................... NO
-- Translations will be compiled.................. NO
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libksane
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* SANE development toolkit - Scanner Access Now Easy (SANE) development package
-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkipi
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkexiv2
CMake Error at extra/libkexiv2/CMakeLists.txt:111 (INCLUDE):
include could not find load file:
CMakePackageConfigHelpers
CMake Error at extra/libkexiv2/CMakeLists.txt:112 (CONFIGURE_PACKAGE_CONFIG_FILE):
Unknown CMake command "CONFIGURE_PACKAGE_CONFIG_FILE".
-- Configuring incomplete, errors occurred!
Last edited by michalurban; 02-18-2014 at 04:20 AM.
|
|
|
02-18-2014, 08:32 AM
|
#2
|
Member
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862
Rep:
|
CMakePackageConfigHelpers.cmake is in the cmake package. What version of cmake do you have installed?
|
|
|
02-18-2014, 08:49 AM
|
#3
|
LQ Newbie
Registered: Aug 2011
Posts: 7
Original Poster
Rep: 
|
This version:
Code:
michal@mironet:~/Android/MotoG$ aptitude --version cmake
aptitude 0.6.6 compiled at Apr 18 2013 23:53:46
Compiler: g++ 4.6.3
Compiled against:
apt version 4.12.0
NCurses version 5.9
libsigc++ version: 2.2.10
Ept support enabled.
Gtk+ support disabled.
Qt support disabled.
Current library versions:
NCurses version: ncurses 5.9.20110404
cwidget version: 0.5.16
Apt version: 4.12.0
|
|
|
02-18-2014, 11:47 AM
|
#4
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
# 3 .
Post #3 shows information concerning 'aptitude' only, not cmake !
This is one of the ways to know the cmake version : $ cmake -version
Or use 'dpkg' : Get information about an installed package : $ dpkg -s cmake
-
Last edited by knudfl; 02-18-2014 at 11:50 AM.
|
|
|
02-18-2014, 03:19 PM
|
#5
|
LQ Newbie
Registered: Aug 2011
Posts: 7
Original Poster
Rep: 
|
Im sorry, I screwed up!  Now, this is what you did require - version 2.8.7:
Code:
michal@mironet:~$ cmake --version
cmake version 2.8.7
michal@mironet:~$ dpkg -s cmake
Package: cmake
Status: install ok installed
Multi-Arch: foreign
Priority: optional
Section: devel
Installed-Size: 10446
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.8.7-0ubuntu5
Depends: libarchive12, libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libxmlrpc-core-c3, zlib1g (>= 1:1.2.3.3.dfsg), cmake-data (= 2.8.7-0ubuntu5), procps
Suggests: gcc, make
Description: cross-platform, open-source make system
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
.
CMake was developed by Kitware as part of the NLM Insight
Segmentation and Registration Toolkit project. The ASCI VIEWS project
also provided support in the context of their parallel computation
environment. Other sponsors include the Insight, VTK, and VXL open
source software communities.
Homepage: http://cmake.org/
Original-Maintainer: Modestas Vainius <modax@debian.org>
|
|
|
All times are GMT -5. The time now is 04:08 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|