You are not logged in.

1

Monday, January 26th 2004, 3:52pm

How to install KDE headers?

When I install some KScope on Redhat 9.0, I got the following error message after typing ./configure.

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

And, I checked the already installed software package.
rpm -qa | grep kde

lockdev-devel-1.0.0-23
switchdesk-kde-3.9.8-15
kdelibs-3.1-10
kdemultimedia-3.1-4
kdepim-3.1-5
kdesdk-3.1-3
kdegames-3.1-4
kdebase-3.1-12
kdegraphics-3.1-4
kdeaddons-3.1-4
kdeutils-3.1-4
kdeadmin-3.1-3
kdesdk-devel-3.1-3
lockdev-1.0.0-23
kdeartwork-3.1-3
kdenetwork-3.1-5

I don't know which package includes the KDE headers?

Could you tell me?

Thanks!!

2

Monday, January 26th 2004, 4:04pm

How to install KDE headers

Yes you need to install kdelibs into whatever location you are installing kdebase

ex. bash@computer /usr/src/kdelibs $ ./configure --prefix=/opt/kde-3.1.4

bash@computer /usr/src/kdebase $ ./configure --prefix=/opt/kde-3.1.4

Need to use exaclty the same prefix on each set of packages cannot be even slightly diffrent.

try and recompile kdelibs then try kdebase again :D
There is no greater futility then running windows ME.