Building kde-baseapps and kde-workspace over kdelibs frameworks

nerdopolis bluescreen_avenger at verizon.net
Mon Dec 24 01:41:54 UTC 2012


Hi.

Now that I have KDE Frameworks working, I am trying to build kde-baseapps (master) and kde-workspace (master) on top of Frameworks, but I am running into cmake issues, where it can't find cmake files. I try to copy them to where they are being searched for, but that results in it asking for more, and I feel like that's the wrong way to go about building it.

(I am running my build scripts on a system that reverts almost everything to a pristine state, so my modifications won't effect the next build attempt)

It seems there is a FindKDE4Internal.cmake in /opt/share/cmake-2.8/Modules ... It seems I need to configure it to be found there somehow?
Also I think there is a mistake in the document http://community.kde.org/Frameworks/Building ... there is no cmake 2.10.1, but there is a cmake 2._8_.10.1

I also remember once I mistakenly used kdelibs master, and then tried to build kde-baseapps and it built, so I think it could be an issue with frameworks. ...So am I using the correct branch of kde-baseapps and kde-workspace?


Any assistance will be appreciated.

Thanks.


-- The C compiler identification is GNU 4.7.2
-- The CXX 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
-- 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 /opt/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
Call Stack (most recent call first):
  CMakeLists.txt:12 (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 rule to make target `install'.  Stop.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20121223/2d011de1/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list