Created attachment 83872 [details] The output log from the biuld/cmakefiles directory This error message on cmake .. -- with Kubuntu 13.10 fresh install. ~/Downloads/kmymoney-4.6.4/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -- The C compiler identification is GNU 4.8.1 -- The CXX compiler identification is GNU 4.8.1 -- 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 /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/eric/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:53 (FIND_PACKAGE) -- Configuring incomplete, errors occurred!
On 02/12/13 08:42, Erike Magegere wrote: > cmake/modules/FindKDE4Internal.cmake not found You'll probably find you will need a few dependencies like this and a google usually helps. In this case, you'll probably need to install kdelibs5-dev, or similar -dev or -devel files. Allan
You need to install KDE devel files. Please write to the mailing list for help