Cyrus Patel <[EMAIL PROTECTED]> wrote: > > Try setting the QTDIR variable to point to the QT top-level directory > > (on my system it is /usr/lib/qt). > Thanks alot, that worked, my QT directories are /usr/lib/qt1g and > /usr/lib/qt2.
Good! :) > However, now the configure script is complaining : > 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! It was a long time ago when I last time compiled KDE, but I think you should set the KDEDIR variable. KDE has its own include files and libraries, residing in $KDEDIR/include and $KDEDIR/lib. I think that should do the trick. If not, you can give adequate arguments to the configure script (if any), something like `--with-kde=/usr/local/kde' or something like that. Regards, Daniel