PDA

View Full Version : [SOLVED] KDE4 config troubles.



Vadi
December 16th, 2007, 07:42 PM
Hello,

I'm having some problems with cmake. When I run ./configure, I get this error:


vadi@vadi-laptop:~/kmuddy$ ./configure
./configure: line 2: kde4-config: command not found
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: ERROR: Could not find KDE4 kde4-config
-- Configuring done
vadi@vadi-laptop:~/kmuddy$

I already installed the kdebase-dev-kde4 package and don't know what else to get.

lustefaniak
January 13th, 2008, 06:19 PM
use

export PATH=$PATH:/usr/lib/kde4/bin
and then try to compile. this helped me compiling yakuake

Vadi
January 13th, 2008, 06:59 PM
Ah, sorry I forgot to post. Yes that's what solved it.

Or now, just installing kde4-devel does the trick.

b0n60
September 27th, 2008, 10:58 PM
thanx so much :D

export PATH=$PATH:/usr/lib/kde4/bin
and installing kde4-devel helped