You are not logged in.

dfmax

Beginner

  • "dfmax" started this thread

Posts: 13

Location: Slovenia

  • Send private message

1

Sunday, June 26th 2005, 10:05pm

no KDE headers installed

Sorry if I didn't post this in the right place :rolleyes:

I recently uninstalled KDE 3.3 and installed KDE 3.4. With KDE I also installed Kdevelop 3.2.1.

I created new simple QT KDE project. When I try to configure it, I get this:

Quoted

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!
*** Exited with status: 1 ***


I'm not shure, where to set the prefix for KDE headers.

Does anyone know the solution?

Thanks!

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Sunday, June 26th 2005, 10:30pm

configure usually manages to find the headers unless you install them in very weird places.

Check that you really have the kdelibs-devel package (or -dev package) installed

Cheers,
_
Qt/KDE Developer
Debian User

dfmax

Beginner

  • "dfmax" started this thread

Posts: 13

Location: Slovenia

  • Send private message

3

Monday, June 27th 2005, 10:56am

You are right I have them installed in /usr/kde/3.4/lib. It's there because Gentoo installes them there by default.

So how do I set kdevelop to use them from there?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Monday, June 27th 2005, 3:07pm

You can use configure command line arguments for setting alternative directories.

run configure --help for details

Cheers,
_
Qt/KDE Developer
Debian User