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?