This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Skrooge 1.1.1 and Fedora compilation

Tags: None
(comma "," separated)
damianos
Registered Member
Posts
6
Karma
0
OS
I use Skrooge with Fedora 16. I decided to migrate from Kmymoney to Skrooge because a few nice features. In fedora 16 default version of Skrooge is 0.9, where as you know we can find some bugs/issues an so on. I tried to compile the newest version skrooge 1.1.1 with no success, at the beginning when I type command:

Code: Select all
cmake . -DCMAKE_INSTALL_PREFIX=/home/damianos/skrooge-1.1.1/skrooge


I get:


Code: Select all
[damianos@domowy skrooge]$ cmake . -DCMAKE_INSTALL_PREFIX=/home/damianos/skrooge-1.1.1/skrooge
-- ..:: CMAKE SKROOGE ::..
CMake Error at CMakeLists.txt:15 (KDE4_ADD_EXECUTABLE):
  Unknown CMake command "KDE4_ADD_EXECUTABLE".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
[damianos@domowy skrooge]$


Can you help me to debug this issue?

Maybe I can find somewhere fedora repository for skrooge 1.1.1??
User avatar
smankowski
Moderator
Posts
1047
Karma
7
OS
Did you try to add the following line on top of CMakeLists.txt?
Code: Select all
cmake_minimum_required(VERSION 2.8)


Skrooge, a personal finances manager powered by KDE
Image - PayPal
damianos
Registered Member
Posts
6
Karma
0
OS
I checked cmake:

Code: Select all
[damianos@domowy ~]$ cmake --version
cmake version 2.8.5
[damianos@domowy ~]$


Probably solution is very trival. The thing is that for last few years I based on debian-like systems with KDE on board (debian, kubuntu). I checked a few things to try to resolve this issue. I have never seen before issue with:

Code: Select all
Unknown CMake command "KDE4_ADD_EXECUTABLE"


I think that it's specific for Fedora distribution.
User avatar
smankowski
Moderator
Posts
1047
Karma
7
OS
Could you try this from Skrooge directory ?

Code: Select all
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
make
make install


Skrooge, a personal finances manager powered by KDE
Image - PayPal
damianos
Registered Member
Posts
6
Karma
0
OS
It works. Thanks for solution for my case :)


Bookmarks



Who is online

Registered users: Bing [Bot], claydoh, Evergrowing, Google [Bot], rblackwell