LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kdelibs3-devel or kdelibs-devel? (https://www.linuxquestions.org/questions/linux-software-2/kdelibs3-devel-or-kdelibs-devel-455983/)

meknb 06-18-2006 01:12 PM

kdelibs3-devel or kdelibs-devel?
 
im trying to compile kxdocker on suse10 and i get the error checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
i've tried changing the prefix to where my kdelibs3-devel installation and still no luck.Or is kdelibs-devel needed because all i could find was kdelibs3-devel for suse??:scratch: any help much appreciated

Zeistler 06-18-2006 02:26 PM

The development packages are needed whenever you are trying to build something from source.

UK MAdMaN 06-18-2006 03:05 PM

Quote:

Originally Posted by Zeistler
The development packages are needed whenever you are trying to build something from source.

Which is what meknb has installed. What they wants to know is whether the ones with 3 in the name or the un-numbered ones are the correct ones to use.

reddazz 06-18-2006 03:12 PM

In Suse the package is called kdelibs3-devel. Have you tried doing the following,
Code:

$./configure --prefix=`kde-config --prefix`

meknb 06-18-2006 03:35 PM

yer have tried $./configure --prefix=`kde-config --prefix` but still no luck.well at least i know i've got the right source files thanks


All times are GMT -5. The time now is 02:11 PM.