Need help with cmake

I’m trying to use cmake to install a program. I installed everything I could find for cmake through YaST. It gives me an error, and I don’t know what to do about it.

I used ./configure - make - make install before and have all the packages for those.

I’m using openSUSE 11 and KDE 4.1.2 from factory.

Here is the error I’m getting:

CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:72 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/dtomba/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
  CMakeLists.txt:30 (FIND_PACKAGE)

What am I missing?

Hi,

this error message from cmake seems to be a bit confusing, because as far as I know this means that not all required kde4 libs and devel packages are installed. Maybe you can try to install some more kde4 devel packages and try if this solves the problem :slight_smile:

hope this helps

You need libkde4-devel as well as kde4lib