KDE 4.10

If you have any suggestions or ideas about improving Salix, here's the place to post them.
Post Reply
petrherynk
Posts: 34
Joined: 5. Aug 2013, 06:19

KDE 4.10

Post by petrherynk »

I have installed salix 14.0 kde 64 bit on my PC with nvidia card. It is working very nice on different of my notebook with ati card. I have probably bought a bad notebook. I have one question. Is it possible to install kde 4.10 or higher on my PC with salix? If yes, how?
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: KDE 4.10

Post by aurlaent »

petrherynk
Posts: 34
Joined: 5. Aug 2013, 06:19

Re: KDE 4.10

Post by petrherynk »

I knew, that it would'nt be so simple. ./KDE.SlackBuild
SlackBuild processing module 'kdelibs'

Building from source kdelibs-4.10.5.tar.xz

Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- kdelibs-4.4.85/cmake/modules/FindDocBookXML.cmake.orig 2010-05-27 19:25:00.000000000 +0200
|+++ kdelibs-4.4.85/cmake/modules/FindDocBookXML.cmake 2010-06-07 16:18:35.000000000 +0200
--------------------------
patching file cmake/modules/FindDocBookXML.cmake
Using Plan A...
Hunk #1 succeeded at 12.
done
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- kdelibs-4.8.0/solid/solid/managerbase.cpp.orig 2011-07-27 20:34:39.000000000 +0200
|+++ kdelibs-4.8.0/solid/solid/managerbase.cpp 2012-01-26 09:17:49.409993419 +0100
--------------------------
patching file solid/solid/managerbase.cpp
Using Plan A...
Hunk #1 succeeded at 98 (offset 8 lines).
done
-- The C compiler identification is GNU 4.7.1
-- The CXX compiler identification is GNU 4.7.1
-- 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
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at cmake/modules/FindKDE4Internal.cmake:350 (cmake_minimum_required):
CMake 2.8.9 or higher is required. You are running version 2.8.8
Call Stack (most recent call first):
CMakeLists.txt:53 (find_package)


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!
make: *** No targets specified and no makefile found. Stop.
make: *** No targets specified and no makefile found. Stop.
kdelibs failed to build.
root[kde]#
What can I do? I should add this command : cmake_minimum_required(VERSION 2.8) Where?
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: KDE 4.10

Post by aurlaent »

Is there something wrong with using the pre-compiled packages?
petrherynk
Posts: 34
Joined: 5. Aug 2013, 06:19

Re: KDE 4.10

Post by petrherynk »

I think there is problem with versioning of cmake. There is written to include lower version at the beginning of file but file is archive. I have never compiled before.
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: KDE 4.10

Post by aurlaent »

You don't need to compile them, unless there's something very strange with your system.
Go back to the link and skip down until you get to
In order to install or upgrade to KDE 4.10.5, follow these steps:
Then read and follow carefully.
The only difference is we use

Code: Select all

dotnew
instead of

Code: Select all

slackpkg new-config
Post Reply