You are not logged in.

1

Monday, April 25th 2005, 6:33am

Help me, A problem when installing Kdevelop.

Duration of the installing of kdevelop, the configure program post me an error as following:

"checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first."

I am using kde, but it let me install kdelibs, why? I don't know what to do now.
Please tell me, thank you!

Everall

Beginner

Posts: 6

Location: Bruges in Belgium

  • Send private message

2

Monday, April 25th 2005, 9:41am

RE: Help me, A problem when installing Kdevelop.

Hello crazyyoung,

What version of kdevelop do you want to install?
What distribution?

Do you meet the requirements :
http://www.kdevelop.org/index.html?filen…quirements.html

Everall
Debian/GNU Linux user

3

Tuesday, April 26th 2005, 3:52am

RE: Help me, A problem when installing Kdevelop.

Thank you! I will check it right now!

4

Friday, April 29th 2005, 10:16am

Another problem when installing kdevelop

I have install the kdevelop in the folder "/usr/local/kde", and set KDEDIRS="/usr/local/kde", but it does work. The error message is following:

"Unable to find plugins, KDevelop will not work properly.
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca"

Thanks!

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

5

Friday, April 29th 2005, 3:02pm

Your KDEDIRS looks fine.

Run qtconfig and check if a plugin directory with that prefix is found under library paths.

Cheers,
_
Qt/KDE Developer
Debian User

6

Saturday, April 30th 2005, 2:51am

Because of my careless mistake, I missed the first "/" in the path string "/usr/local/kde".

Thank you for you reply anyway!