[opensuse-kde] Compiling smb4k-0.10.10 on SuSE 11.4 fails CMAKE with unable to find kde4_install_icons
Hi KDE Gurus, Can anyone tell me which package is needed to compile smb4k. Currently, the CMAKE step fails with.... CMake Error at icons/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons". I think I have all the relevant devel packages installed, and I can compile other KDE packages, but clearly something is missing. Google hasn't been very helpful, so I wondered if any of you guys has a suggestion? TIA Paul -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
Hi, On Saturday 12 March 2011 19:47:17 Paul Hands wrote:
Hi KDE Gurus,
Can anyone tell me which package is needed to compile smb4k. Currently, the CMAKE step fails with....
CMake Error at icons/CMakeLists.txt:1 (kde4_install_icons):
Unknown CMake command "kde4_install_icons".
The main CMakeLists.txt requires kdelibs and includes KDE4Defaults, so that can only mean you're running CMake in the wrong directory. You must run it in the top directory. (make sure there's only one CMakeCache.txt in your build dir)
participants (2)
-
Christophe Giboudeaux
-
Paul Hands