On Sat, Jan 13, 2001 at 10:00:54PM +0100, Uli Schinz wrote: > i tried to install kicq. the problem is that at configureing-time i get this > message: > 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! > I don't which prefix ishoult try???? > anybody knows what to do? > ULI
If you don't have any other kde packages in source format, you really should get familiar with the locations of KDE and/or QT for building packages. Most packages will need --includedir=/usr/include/kde --with-qt-dir= /usr/lib/qt2 and so on. Best suggestion, install kdelibs3-dev and libqt2.2-dev. Then download the source for some smaller package, maybe kmail or some other suggestion. Then look at the build system, specifically $(top_srcdir)/admin/debianrules. Good luck

