I'm trying to compile 'k3b-2.0.2.i686' from a tar file but run into this error:-
[david@reddwarf build]$ cmake .. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
-- Configuring incomplete, errors occurred!
CMakeLists.txt is attached.
Thanks david
On Thu, Dec 8, 2011 at 6:39 PM, david walcroft dwalcroft@bigpond.com wrote:
I'm trying to compile 'k3b-2.0.2.i686' from a tar file but run into this error:-
[david@reddwarf build]$ cmake .. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
Not sure off the top of my head... You'd probably have better luck posting this to a mailing list or forum that is either development centric or specific to KDE/K3B.
Some quick advice. Start with the source RPM. It will contain the same source archive but will also contain a spec file which contains a lot of Fedora specific information including patches, compiler flags, build configuration, etc.
$ yumdownloader --source k3b
Richard
david walcroft wrote:
I'm trying to compile 'k3b-2.0.2.i686' from a tar file but run into this error:-
[david@reddwarf build]$ cmake .. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
You're probably missing some build dependencies, try:
yum-builddep k3b to make sure you have all of them.
-- rex
On 12/09/2011 11:01 PM, Rex Dieter wrote:
david walcroft wrote:
I'm trying to compile 'k3b-2.0.2.i686' from a tar file but run into this error:-
[david@reddwarf build]$ cmake .. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
You're probably missing some build dependencies, try:
yum-builddep k3b to make sure you have all of them.
-- rex
Yes I ran 'yum-builddep k3b' and they are all installed.
Thanks david
On 12/11/2011 10:21 AM, david walcroft wrote:
On 12/09/2011 11:01 PM, Rex Dieter wrote:
david walcroft wrote:
I'm trying to compile 'k3b-2.0.2.i686' from a tar file but run into this error:-
[david@reddwarf build]$ cmake .. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
You're probably missing some build dependencies, try:
yum-builddep k3b to make sure you have all of them.
-- rex
Yes I ran 'yum-builddep k3b' and they are all installed.
Thanks david
I solved my problem by building k3b from 'src.rpm'.It worked and I am now burning dvd's.
Thanks to all who helped on my two posts. david